The Test Scenario Creation Agent is your AI assistant for turning plain-English instructions into structured, executable test cases. Whether you want to test CRUD flows, edge cases, or authorization logic—just describe it, and Qodex will do the heavy lifting.
Once your API collection is selected, you’re ready to start generating tests.
Go to the AI Agent interface
Type what you want to test
Example prompts:
AI Agent will respond with suggestions
You’ll see proposed test scenarios and coverage types (positive, negative, auth, etc.).
Click “Save” to confirm the test
This will auto-create:
Preview or modify the logic
Click “Code” to see and edit the YAML/JS version of the test.
Generate request data or rules if needed
After saving, use the “Create Request Data” or rule options to extend or fine-tune tests.
You can also create test scenarios manually or combine manual + AI workflows. Qodex is flexible based on how you want to work.