Sobes.tech
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:

  1. Selection: Choosing test cases to include in the run.
  2. Execution: Performing the test case steps.
  3. Status Reporting: Recording the execution status.
  4. Defect Logging (if needed): Creating a defect if the test fails.
  5. Analysis: Analyzing the test run results.
  6. 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.