NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Message Pop up only if Mainsequence is passed

Hallo,

I'm using Teststand 2.0.0. 

I want to display a message box in the CLEANUP of the Mainsequence.

This message box should only be show when the test of my UUT is Passed.

The message box should not be show when the Test ist Failed, Error or Terminated.

regards

Michael

0 Kudos
Message 1 of 3
(2,531 Views)

Michael,

1. Create a new sequence in your sequence file containing all your tests.
2. Call this sequence from the main sequence using a sequence call step.
3. Set the 'Step Failure causes Sequence Failure' flag under Step Properties->Run Options. for all the steps in your new sequence.

The sequence call step will fail if one of the steps in your new sequence fails.
You can add your message box step in your CLEANUP section and set its precondition to run only if the sequence call step passes.

Hope it helps.

Check attached example.

 


 

 

 

Message 2 of 3
(2,525 Views)

antonio,

thanks for informations

it runs without any problems.

regards michael

0 Kudos
Message 3 of 3
(2,505 Views)