Execution Time and Remaining Time
View Execution Time and Remaining Time for each Test Execution.
Calculation of Execution Time and Remaining Time for the test suite is useful for the QA Manager in Test Planning. It gives accurate estimates for the test suite. These test case level estimates refine each time a test suite is executed. Testers can make recommendations to have the test estimates revised based on the last few executions in different environments.
View Execution Time and the Remaining Time on the grid at the following places in the application:
Test Executions tab in Test Suite detail page.
Test Executions tab in Test Case detail page.
Execution runs in the Issue detail page.
Calculating Execution Time of a Test Suite
Execution Time of a test suite is calculated based on Estimate Time of all the test cases in that test suite.
Calculating the Remaining Time of a Test Suite
The Remaining Time is reduced for test cases with “Pass” and “Not Applicable” status only.
The test cases with “Not Run”, "Failed", "Blocked" or "any other custom" execution status will be considered as remaining, as the work still remains pending for these execution statuses.
The following example shows the calculation of both Execution Time and Remaining Time.
Execution time | Status | Remaining time | |
|---|---|---|---|
TC1 | 2 | Pass | - |
TC2 | 3 | Not Applicable | - |
TC3 | 4 | Failed | 4 |
TC4 | 5 | Blocked | 5 |
14 | 9 |
Execution Time = 14
Remaining Time = 9