NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I search a sequence hierarchy for pass/fail tests?

I'm running a sequence with many child sequences, and every now and then I see some red flashing instead of green, which I presume means that a sequence failed.

 

I would like to find all the pass/fail sequences so I can put a breakpoint in or somehow log these failures. How can this be done?

0 Kudos
Message 1 of 3
(3,165 Views)

Override the SequenceFilePostStepFailure callback. Example is at Examples\Callbacks\PostStepFailureCallback in the TestStand folder.

CTA, CLA, MTFBWY
0 Kudos
Message 2 of 3
(3,161 Views)

The Red flashing can also be because of errors.

 

Other options :

Menu --> Execute --> Break on step failure

Whenever a step fails the execution will break at that point.

 

Slow the tracing speed during your debug.

You can check the sequence call stack to analyse.

 

The above two options need your attention during run time.

Best way is as suggest by snowpunter.

 

Also did you enable the reports.Analysing the reports also should get you the details you want.

0 Kudos
Message 3 of 3
(3,150 Views)