Is there an execution status of "Not Available"?
![]()
Dana Watts (14●16●17)
| asked May 05 '14, 7:21 p.m.
edited May 07 '14, 9:46 a.m. by Max Bridges (241●2●6)
We are writing our scripts with the end result of a function in mind - meaning the script is written to incorporate the full designed functionality. However, the build team is delivering the code iteratively to the test team. In these cases, when we execute a script where we know that some of the functionality has not yet been delivered, I would like to mark those steps as "Not Available" or "N/A" to show that the functionality has yet to be delivered. I would then like RQM to recognize that those steps should not be taken into account when determining the overall status of the script.
Is there anyway to add in this status to RQM? Currently, we have Blocked and Deferred but this is not a correct final result. For Example: Release 1.0 Step 1 - Pass Step 2 - Pass Step 3 - Not Available Step 4 - Pass Overall status should be Pass. Release 2.0 Step 1 - Pass Step 2 - Pass Step 3 - Failed Step 4 - Not Started Overall status should be In Progress. |