Incorporating PreUUT Step Results into Report in TestStand

Updated Sep 25, 2024

Environment

Software

  • TestStand

This article outlines the steps to include PreUUT step results into report in TestStand.

1. Launch NI TestStand and create a New Sequence File.
2. Go to Edit>>Sequence File Callbacks… and check the box for PreUUT Callback.
image.png
 
3. In the Sequence Pane, go to the Sequence Properties of PreUUT Callback and uncheck the box for Disable Result Recording for All Steps.
image.png
 
4. Go to PreUUT callback sequence and add a statement step with the following expression in the Cleanup section:
RunState.ProcessModelClient.Data.Seq["MainSequence"].Locals.ResultList = Locals.ResultList
 Picture1.png

5. Run the sequence file using Single Pass and observe the result.
 

The following image shows the report generated using this approach:
image.png