Qodex.ai home page
Qodex.ai
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Create Test Scenarios Manually
Creating Test Scenarios Manually
Demo Call with CEO
Blog
Discord
Get Started
Introducing Qodex.ai
Get Started in 10 Minutes
Test Organization & Monitoring
AI Agent Testing
Testing AI Agents
API Discovery
Upload a Swagger or Postman Collection
Auto-discovering APIs with Qodex SDK
Selecting an Existing Collection
API Testing
How To Use Agents
Test Scenarios
Create Test Scenarios Manually
Creating Test Scenarios Manually
Using Manual + AI Flow Together
Automate API Workflows with PostScripts
API Security
OWASP Top 10 Tests
Real-World Security Vulnerabilities
Penetration Tests
Run Tests & GitHub Sync
Run Tests
GitHub Sync
On this page
When to Use It
Steps to Create a Manual Test Scenario
Create Test Scenarios Manually
Creating Test Scenarios Manually
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
Steps to Create a Manual Test Scenario
Go to Test Scenarios
Navigate to
Test Scenarios
from the sidebar.
Click “+ Add new test scenario”
Top-right corner → Choose
Create Manually
.
Set Basic Details
Give your scenario a name
Select the API Collection
Choose the endpoint you want to test (GET, POST, etc.)
Add Request Data
Define path/query parameters, headers, and body
You can also use dynamic variables (e.g., token)
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
Optionally Add Prerequisites
You can attach prerequisite test steps like login or data setup
Save & Run
Save the test and hit “Run” using your preferred environment
View results under
Build Reports
Test Rules Writing (AI-suggested & Manual)
Using Manual + AI Flow Together
Assistant
Responses are generated using AI and may contain mistakes.