Qodex.ai lets you go from zero to automated API testing in minutes. Here’s how to get up and running — fast.
Go to app.qodex.ai → Create your account → You’ll land in AI Agent.
In the top-left dropdown, click “Add Collection.”
You can upload:
Once uploaded, the collection will be automatically selected and ready for test generation.
In the AI Agent chat, describe what you want to test using plain English.
Example prompts:
The AI Agent will respond with:
Click Save and the test scenario will be added to your workspace.
For more details: Test Scenario Creation Agent
Once your scenario is created:
If the API requires tokens or custom environment values, select the correct environment (.env.staging, etc.) from the right panel.
Scroll to the Test Rules section under each test case.
Here you can:
Use AI-suggested rules (auto-populated for common validations)
Write your own custom rules in plain English
(e.g., “Response time should be < 1000ms” or “Status should be 401 if token is invalid”)
These rules are converted into test assertions.
Click Run on any individual test scenario — or run an entire suite.
Before running:
Results will show up instantly in the Build panel on the right.
For detailed logs, visit the Build Reports tab.
For more details: Running Tests from the Qodex Web App
If a test fails:
This speeds up troubleshooting and reduces back-and-forth guesswork.
For more details: Build Reports
From the Test Scenarios tab (click “Test Scenarios” in the top nav):
Qodex will push test code (YAML + JavaScript) under /tests/qodex/.
This enables:
From the Test Suites tab:
You can schedule tests to run:
Set up Slack or Email alerts in the Details tab for failure notifications.
You’ve now:
Qodex is now your full-stack AI QA engineer — working with you to scale testing, improve coverage, and catch bugs before they ship.