Zephyr has an ad hoc test cycle to which test cases can be added and executed. We can view the status of the selected cycle from the Cycle Summary tab:
- Navigate to the Tests | Test Summary | Cycle Summary tab. It shows all the test cycles for all the releases.
- Hover a mouse on the ad hoc cycle and observe that it lists the current status of all the test cases in this cycle. It also indicates a color bar to show the progress of the status in green, red, and blue to indicate statuses as pass, fail, and blocked. As shown in the following screenshot, the ad hoc test cycle has a total of four test cases, out of which two, which is 50% of total test cases, are in the PASS status, while one has its status as FAIL, and one is in the BLOCKED ...