NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

test step status information

Solved!
Go to solution

Hi,

 

I wonder where I can find the information for the test step status?  ie. for example, when it will return Pass/Fail, when it will display Done, True, Skipped, and if there is any other status?

 

Thanks.

 

Peggy

 

0 Kudos
Message 1 of 4
(3,024 Views)
Solution
Accepted by PeggyC

Look in the TestStand Reference Manual in Chapter 3.  There is a table which shows exactly what happens when a step executes.  It's table 3-3.

 

Also, look in the TestStand help.  In the Index tab type ResultStatus and you should see all the ResultStatus constants.

 

http://zone.ni.com/reference/en-XX/help/370052H-01/tsapiref/reftopics/stepproperties

 

  • ResultStatus_Done–(Value: "Done")
  • ResultStatus_Error–(Value: "Error")
  • ResultStatus_Failed–(Value: "Failed")
  • ResultStatus_Looping–(Value: "Looping")
  • ResultStatus_NoStatus–(Value: "")
  • ResultStatus_Passed–(Value: "Passed")
  • ResultStatus_Running–(Value: "Running")
  • ResultStatus_Skipped–(Value: "Skipped")
  • ResultStatus_Terminated–(Value: "Terminated")
  • ResultStatus_Waiting–(Value: "Waiting")

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

Also table 3-4 in the TestStand Reference Manual is a good one to look at as well.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 4
(3,015 Views)

 

jigg, Thank you!

0 Kudos
Message 4 of 4
(3,008 Views)