How to descope records from an already started TSER execution?
One answer
Unfortunately, there is no way to remove test suite steps (test cases) from an active test suite execution. You can stop the test suite execution, open the test suite result (containing only the executed test steps), and manual change the Actual Result (see the Summary section) to Passed (or another verdict).
Comments
Don Yang
Jan 30 '17, 8:00 p.m.I don't think there is a decent way other than stop running. If the main concern is to exclude those non-executed test cases from the final result, you may have to re-run the TSER after excluding those not-required test cases.
If there is a better way to do this, I also would love to know about it.