#Test Runs Best Practices
Use this page as supplemental guidance for standalone test runs. For the main workflow, start with Test Runs.
#Plan The Run
- Use a clear title that explains the goal.
- Keep the description focused on what is being validated.
- Choose only the test cases needed for the scope.
- Use requirements and test suites when they make selection easier to maintain.
#Record Useful Results
- Keep statuses accurate as testing progresses.
- Add notes at the step where the issue happened.
- Attach evidence for failed or blocked work.
- Review skipped and not executed test cases before the testing session is considered complete.
#Use The Right Workflow
Use Test Runs for independent testing outside a release.
Use Release Executions when the work belongs to a release milestone and should contribute to release analysis.
#Next Steps