09-10-2015 09:41 AM - edited 09-10-2015 09:43 AM
Hi,
How can teststand pause a execution if any of the step fails in Sequence file. I used breakpoint settings with RunState.Step.Result.Status == "Failed", But this breakpoint is not worked.. Is there any way to achieve this?
Thanks in advance.
Regards
Ran
Solved! Go to Solution.
09-10-2015 10:02 AM
add a SequenceFilePostStepFailure and put a statement in there with RunState.Execution.Break().