1. AI-Powered Request Data
When you use the AI Agent to create a test scenario, Qodex auto-generates relevant request data for each test case including:- Headers (e.g., Authorization, Content-Type)
- Body parameters (JSON/XML)
- Path & query params
Example: If your API requires a user_id from a signup call, Qodex will fetch it from the response and inject it into the next test.
2. Manual Overrides
Sometimes you want full control — Qodex gives you that too:- Click “Edit Request” in any test case
- Add or modify headers, payload, path/query params
- Insert environment variables or dynamic values
3. Hybrid Flow
Qodex allows you to:- Generate the base data with AI
- Fine-tune specific fields manually
- Reuse or copy data from existing tests