When executing Manual test cases, there does not seem to be a way of skipping/ignoring later steps in the process if a step has been marked as ‘Failed’.
In several testing scenarios, it does not make sense to continue the processing of subsequent steps if one of them has failed.
There is the option ‘Set Passed to here’ to flag remaining steps, but this feels rather ‘kludgy’ to me.
How have others approached this kind of scenario?
Thanks