NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to pause a execution in a sequence file if any step fails

Solved!
Go to solution

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

0 Kudos
Message 1 of 2
(3,878 Views)
Solution
Accepted by rj_501

add a SequenceFilePostStepFailure and put a statement in there with RunState.Execution.Break().

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(3,873 Views)