Once your test scenarios are defined, the Request Data Generation Agent helps you quickly fill in the required parameters, headers, auth, and body content—so you can run your tests without writing mock payloads manually.

This is especially useful when testing multiple environments or dealing with dynamic values.

Request Data Gi

How It Works

  1. Go to any saved Test Scenario

    You can access this from the Test Scenarios panel.

  2. Click on “Create Request Data” in the top right of the test scenario screen.

  3. Let the AI auto-fill the request structure

    The agent will:

    • Identify required params, headers, and body fields from the endpoint definition
    • Pre-fill placeholder values
    • Respect any auth/token logic you’ve previously defined
  4. Review or edit values

    You can modify email, passwords, token strings, etc., directly in the editor.

    • Switch between Params, Headers, Body, and Authorization tabs
  5. Click “Save” once done

    Your request payload is now stored and ready for execution.

Alternate Options

  • Manual Entry: You can manually type or paste your request structure if you already have it.
  • Pull from previous response: In chained tests, Qodex can reuse variables from earlier API calls.