Qodex lets you define test scenarios from scratch — ideal when you want complete control over the flow, inputs, and validation logic.

When to Use It

  • You already know what endpoints and behaviors you want to test
  • You want to create tests independent of AI suggestions
  • You’re customizing edge cases or regression scenarios

Ts Manual Gi

Steps to Create a Manual Test Scenario

  1. Go to Test Scenarios

    Navigate to Test Scenarios from the sidebar.

  2. Click “+ Add new test scenario”

    Top-right corner → Choose Create Manually.

  3. Set Basic Details

    • Give your scenario a name
    • Select the API Collection
    • Choose the endpoint you want to test (GET, POST, etc.)
  4. Add Request Data

    • Define path/query parameters, headers, and body
    • You can also use dynamic variables (e.g., )
  5. Write Test Rules

    • Add expected status codes, field validations, or custom JS assertions
    • Use built-in assertions (e.g., status = 200, field exists)
    • Or write custom logic under “Write” > Assertion / DB Validation tabs
  6. Optionally Add Prerequisites

    • You can attach prerequisite test steps like login or data setup
  7. Save & Run

    • Save the test and hit “Run” using your preferred environment
    • View results under Build Reports