⚡️ A zero-config, masterpiece tool for Load, Network, and DB testing.
Project description
⚡ StormQA (v2.1)
The Modern Load Testing Suite for Professionals.
Zero-Config. cURL Import. Real-time Analytics.
🌪️ What is StormQA?
Forget the complexity of JMeter. Forget the boilerplate of k6.
StormQA v2.1 is designed for developers and QA engineers who need immediate power. We believe that load testing shouldn't require writing hundreds of lines of code. With StormQA, you can simulate heavy traffic, analyze server bottlenecks, and verify API health in seconds, not hours.
"Pour the coffee, paste the cURL, and let the storm begin."
🔥 New in v2.1: The Game Changers
We listened to the community. Version 2.1 introduces features that bridge the gap between simple pingers and enterprise-grade testing tools.
📋 1. Magic cURL Import (New!)
Stop manually typing headers and bodies.
- Copy a request as cURL from your browser's Network tab.
- Paste it into StormQA.
- Done. We automatically parse the URL, Method, Headers, Cookies, and Body JSON for you.
🛠️ 2. Full HTTP Method Support
StormQA is no longer just for GET requests. We now fully support:
GET- Retrieve data.POST- Create resources (JSON body support).PUT- Update existing data.DELETE- Remove resources.
✅ 3. Smart Assertions
Traffic is meaningless if the responses are wrong.
- Define a keyword (e.g.,
"success": trueortoken). - StormQA will mark any response missing that keyword as a Failure, even if the HTTP status is 200.
💎 Core Module: Advanced Load Testing
The heart of StormQA is its powerful Load Testing Engine. It allows you to simulate realistic user behavior and visualize the impact on your server in real-time.
Key Capabilities:
- Visual Scenario Builder: Define your test logic instantly. Set the number of Users, test Duration, Ramp-up time, and Think Time.
- CyberChart™ Monitor: Unlike traditional tools that provide post-test data, StormQA features a live, high-precision graph that visualizes active users and throughput (RPS) second-by-second.
- Live Metrics Sidebar: Monitor critical health indicators—Active Users, Requests Per Second (RPS), Average Latency, and Error Counts.
- PDF Reporting: With a single click, generate a detailed PDF report containing execution summaries and performance metrics.
🛡️ Additional Diagnostic Modules
StormQA goes beyond load testing by integrating essential infrastructure diagnostics.
🌐 Network Simulation
Test how your application performs under unstable or slow network conditions. Inject artificial latency to ensure robustness.
- Profile-Based Testing: Quickly switch between presets like
3G,4G LTE,Metro WiFi, orSatellite. - Latency Verification: Verify the exact delay (in ms) introduced to the connection.
🗄️ Database Security & Stress
A dedicated module for backend discovery and stability testing.
- Smart Endpoint Discovery: Automatically scans for common API endpoints using intelligent user-agent spoofing.
- Connection Flood: Performs a stress test on your database connection pool to ensure it can handle concurrent bursts.
📦 Installation
StormQA is available on PyPI and can be installed with a single command.
Follow these steps to get StormQA running on your local machine.
1️⃣ Create a Virtual Environment
It's recommended to create a separate virtual environment for the project.
python3 -m venv venv
2️⃣ Activate the Environment
- On Linux/macOS:
source venv/bin/activate
- On Windows:
.\venv\Scripts\activate
3️⃣ Install StormQA
Install the latest version of StormQA directly from PyPI.
pip install --upgrade stormqa
🎯 Getting Started
🚀 Usage
Launch the modernized graphical interface:
stormqa open
Once the interface loads:
Select Method: Choose GET, POST, PUT, or DELETE.
Target: Enter URL or use the "Import cURL" button.
Config: Set your desired user load (e.g., 50 users).
Start: Click "START STORM ⚡" and watch the metrics fly.
🔮 Roadmap: Coming Soon (v2.2)
We are already working on the next big thing: 🗂️ Test Collections: Save, organize, and load your favorite test scenarios. 🔄 Chain Requests: Use the output of one request (like a token) as the input for the next. and updated CLI Commands
Enjoying StormQA?
Consider supporting the development or starring the repo!
📚 CLI Command Reference
stormqa start: Displays the welcome message and detailed command guide.stormqa open: Launches the graphical user interface.stormqa load https://api.com --users 50 --think 0.5: Runs a performance load test.stormqa network https://google.com --profile 3G_SLOW: Simulates poor network conditions.stormqa db https://site.com --mode discovery: Discovers and tests common API endpoints.stormqa report: Generates a consolidated report.
Use stormqa [COMMAND] --help for a full list of options for each command.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stormqa-2.1.tar.gz.
File metadata
- Download URL: stormqa-2.1.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ea11a63903229c7181e0bb6a8b9f91c632c8cb1ba4f9b42984833088ce570c
|
|
| MD5 |
dd822f2e03177aa31e173f29626af0a8
|
|
| BLAKE2b-256 |
c5d708ffb18cfb4404262513971484c0fa4d6878701c488852a658769f0b3c5b
|
File details
Details for the file stormqa-2.1-py3-none-any.whl.
File metadata
- Download URL: stormqa-2.1-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e39358863259ec8d983e0581486fd0925478bafeabaefa85653b111ba56f0884
|
|
| MD5 |
465cce011da1263cb2f411ef60701ff2
|
|
| BLAKE2b-256 |
9e1bc0d494df32d8994f2f36e2a21394c53c4e74ae9aa4d7e3ecbbd62e601c24
|