Qodex is built to give you the best of both worlds — the speed of AI and the control of manual testing.

How it works

When creating or editing a test scenario, you can:

  1. Start with AI

    Use the AI Agent to quickly scaffold your test flow. Just describe the behavior in plain English (e.g., “Test login with invalid password”), and Qodex will generate the test scenario, cases, and even rules.

  2. Then customize manually

    After the AI does the heavy lifting, you can step in:

    • Edit test case names, payloads, or headers
    • Add or modify assertions
    • Chain additional steps manually
    • Include setup/teardown logic if needed
  3. Use AI again mid-way

    Inside the test scenario view, you can ask the AI to:

    • Generate request data
    • Suggest new rules
    • Help fix failing tests

Why this is useful

  • You stay in control — tweak anything you want.
  • You can build complex tests incrementally — use AI for quick structure, and fine-tune edge cases yourself.
  • You don’t have to re-do everything manually if the API changes — just use AI to regenerate or fix parts.