I would like to implement a solution that would skip the remaining test cases in the test plan when the first failed test case occurs. I tried to put “If Verdict“ steps after my custom evaluating steps, but I was wondering if there is a nicer solution for that. In this situation I need my test plan to stop with the verdict “failed“ not “Abort“.
This is the intention behind “Break Conditions”. You can specify which verdicts causes a ‘break’ at a given point.
Here for example, I have created a dialog step that Fails on Cancel and Passes on Ok. The break condition is set to Break on fail. This will make it stop the plan at the first dialog where I click cancel