Hello,
I already created a lot of test cases and I would like to track the test steps that uses failure handling.
How can I do this? Or should I do this manually?
Hello,
I already created a lot of test cases and I would like to track the test steps that uses failure handling.
How can I do this? Or should I do this manually?
Hi Marvin,
What do you mean by this?
As far as I know you can track those steps in the reports when you run your test suite.
If you choose your failure handling as Continue_ON_Failure, you can track all failed test steps
after your test suite execution.
If I didn’t get the point, kindly give us a brief explanation of your problem.
Hope that helps. . .
I initially set some steps to CONTINUE ON FAILURE.
Unfortunately it only makes the run time of regression test too long.
Now I want to update these steps to STOP ON FAILURE.
I can do it manually but it would be a great help if I can query the whole solution all test steps that I need to update. (Just like how reference works would be a great help.)
Ctrl
+H
CONTINUE_ON_FAILURE
Thanks! Cheers!