Product documentationUpdated October 7, 2025
Test Run
Run a single test case against an endpoint, choose an environment, and review real-time logs and outcomes for fast debugging.
Overview
A Test Run executes a single test case against a specific endpoint. It’s ideal for:
- validating setup (base URL + auth) before running larger suites
- debugging one failing endpoint quickly
- iterating on assertions and test data
Key capabilities
- Environment selection: run against Dev/QA/Staging/etc. and apply the right configuration.
- Real-time feedback: inspect request/response details, assertions, and errors.
- Fast iteration: adjust inputs and rerun without rebuilding a whole suite.
How to run a test
- Open a test case.
- Select Test Run.
- Choose:
- Environment
- Test configuration (variables, data parameters)
- Select Run.
- Review logs and reports to confirm:
- auth is applied correctly
- responses match expected schemas and assertions
What to do when a run fails
- 401/403: verify token scope/roles and header format. See Configuration fundamentals.
- 4xx validation failures: check required params/body and ensure test data exists.
- 5xx/timeouts: treat as environment instability first; tune timeouts/retries only for transient errors.
Related articles
Related articles
- AI-Generated Tests · Product documentation
- Test Case · Product documentation
- Test Configuration · Product documentation
- Test Run Pack · Product documentation
Next steps
- Getting started · Install + connect your spec
- Configuration fundamentals · Stabilize runs
- Initial configuration · Users, licensing, projects
- Release notes · Updates and fixes
Still stuck?
Tell us what you’re trying to accomplish and we’ll point you to the right setup—installation, auth, or CI/CD wiring.