NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

get the result of testsequence

Hello,
 
I wrote a testsequence in Teststand 4.0 and I'm currently using the standart PostUUT of teststand. So at the end of my testsequence I get a messagebox saying "Testsequence Passed" or "Testsequence Failed".
 
Now I would like to leave this message away, but I still need to know if my sequence was passed or failed. So, is there a way to get the status of testsequence at the end? I would like to know if my sequence was passed or not, and then give this information to my own userinterface.
 
Thanks
 
0 Kudos
Message 1 of 4
(3,240 Views)
Hi,
 
Are you saying you dont want the banner displayed, if so just override the PostUUT callback and delete the banner steps.
 
Your OI will already know of your sequence status, are you creating your own OI?
 
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,239 Views)
In the PostUUT I want to get the status of the sequence (Passed or Failed). I would then place the result into a variable an pass to my own userinterface.
0 Kudos
Message 3 of 4
(3,237 Views)

Hi,

PostUUT is passed the result container of "MainSequence Callback" step, which is the overall result of your MainSequence therefore in PostUUT you just need Parameter.Result.Status which is the value used in the precondition of the banner steps in PostUUT.

Hope is helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 4 of 4
(3,232 Views)