06-14-2021 03:06 AM
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".
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!
06-24-2021 03:51 AM
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.
06-29-2021 09:08 AM
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.