The test execution status defines its current state during the execution phase. The following are the most commonly used test execution statuses:
- No Run / Not Executed: A No Run or Not Executed test status is displayed when the test cases have been added to the test cycles. Its status then gets updated as per the execution results.
- Passed: If all the test steps mentioned in the test satisfy the expected results, its status can be marked as Passed.
- Failed: If any of the test steps fail to meet the expected results, then it can be marked as Failed.
- Not Applicable / Not in scope: Sometimes, test cases don't need to be executed as part of a current test cycle. In such cases, the test execution status can be updated to ...