Intern
What is a Test Run?
sobes.tech AI
Answer from AI
Test Run – is the process of executing one or more test cases within a specific test cycle (Test Cycle).
Main characteristics:
- Execution: Actual execution of test case steps on a designated test environment with specific input data.
- Result: Recording the outcome of each test case (Passed, Failed, Skipped, Blocked, etc.).
- Reporting: Collecting data on test pass/fail for subsequent analysis and report generation.
- Link: A test run is always associated with a specific test cycle, product version, and test environment.
An approximate lifecycle of a test case within a test run:
- Selection: Choosing test cases to include in the run.
- Execution: Performing the test case steps.
- Status Reporting: Recording the execution status.
- Defect Logging (if needed): Creating a defect if the test fails.
- Analysis: Analyzing the test run results.
- Closing: Closing the test run.
Test Run is a fundamental concept in test management and helps track progress, efficiency, and quality of the tested product.