Test Runs & Execution FAQs - Common Questions
What is a test run?
A test run is an execution session where you run test cases and record their results. It allows you to track which test cases have been executed, their status (Passed, Failed, Blocked, etc.), and overall progress.
How do I create a test run?
To create a test run:
- Navigate to the Test Runs page
- Click “Create Test Run”
- Enter test run details (name, description)
- Select test cases to include
- Optionally assign test cases to team members
- Click “Create”
See the Test Runs guide for more information.
Can I create a test run without a release?
Yes, test runs can be created independently without being part of a release. This is useful for ad-hoc testing or quick test execution.
What’s the difference between a test run and a release?
- Test Run: A single execution session with specific test cases
- Release: A container for multiple test runs over time, representing a project version or milestone
Releases help organize test runs around specific project versions or timelines.
What are the test case statuses in a test run?
Test cases in a test run can have these statuses:
- Not Executed: Not yet run
- Passed: Test executed successfully
- Failed: Test execution failed
- Blocked: Cannot be executed due to blocking issue
- Skipped: Intentionally skipped during execution
How do I update test case status?
To update test case status:
- Open the test run
- Click on a test case
- Select the appropriate status
- Add notes or results if needed
- Save the changes
Can I assign test cases to team members?
Yes, you can assign test cases to team members when creating a test run or by editing the test run. This helps distribute work and track who is responsible for executing each test.
What happens when a test run is completed?
When all test cases in a test run have been executed (regardless of status), the test run status changes to “Completed”. You can still view and edit the results, but the test run is considered finished.
Can I add test cases to an existing test run?
This depends on your project configuration. Some test runs allow adding test cases after creation, while others are locked once created. Check with your project administrator.
Was this page helpful?