Test Runs are standalone testing sessions inside a project. They are used when testing is not tied to a release.
For the current guide, see Test Runs in the Executions and Test Runs section.
Test Runs In Brief
Section titled “Test Runs In Brief”Use Test Runs for:
- Ad-hoc validation
- Exploratory testing
- Focused regression
- Sprint checks
- Quick verification after a fix
Test Runs can include test cases selected manually, from requirements, and from test suites. Results are recorded with the same testing experience used by release executions.
Test Runs And Executions
Section titled “Test Runs And Executions”| Workflow | Where It Lives | Best For | |------|------|------| | Test Runs | Project | Standalone testing outside releases | | Executions | Release | Release-bound testing cycles |