Test Run Case Status
Tamara McNelly
Given execution on a Test Case in a Test Run has been started
When a final status has not been marked
Then the Test Run will show that the test case execution status as "In Progress" or "In Process"
This would be beneficial for multiple reasons - more accurate reflection of run progress, letting everyone know what cases have been started but not completed, etc.
Sometimes we execute test cases that require multiple days to finish - it would be nice to be able to see at a glance which of these test cases have been started but not finished (maybe the steps for the data staging, initiation of the transaction has started but the end result has not yet had time to be processed and documented)
Tamara McNelly
Ideally this would also retain any data input in the test run even with clearing cache/deleting the cookies. Some of our test cases require us to clear cache - which means we lose the progress and data we have input in a test case when that case execution hasn't been completed.
Given a user has began a test case
When they do not complete the test case
Then the status is noted as in progress without in progress being the final state.