NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get access to the UUT Results

Hello

I am fairly new to Teststand and have following questions:

 

I would like to change the UUT Result to "Skipped" in case when the Test Socket has not been tested. Currently Teststand sets for each Testsocket the result to "Passed". 

 

 

ts.jpg

 

The idea was to use a statement just before all tests are finished to change the UUT result but the problem I can not find how to change it.

Second question is how can I add an additional custom data field to the report? Is this simply done with a statement or..?

 

thanks in advance!

 

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

Intel may make changes to specifications and product descriptions at any time, without notice. o The test tool resides on the Server Platform (UUT) On completion of the test run, the summary results will appear as shown below. Platform Manageability access Capabilities is Compliant with DCMI Specification.

 

Walgreenslistens

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

In regards to making them skipped, how are you determining whether they are skipped? Usually this is done in the PreBatch Callback. If you use this callback, and set the values Parameters. ModelData.TestSockets[#].Disabled and set which ones are going to be used and which ones aren't before the test runs, it does show them as either Skipped or Disabled on the report instead of Passed.

 

As for Additional data on the report, you can use the "Additional Results" section on a step in the Properties tab. You can add whatever you want there.

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