1. Launch NI TestStand and create a
New Sequence File.
2. Go to
Edit>>
Sequence File Callbacks… and check the box for
PreUUT Callback.
3. In the Sequence Pane, go to the
Sequence Properties of
PreUUT Callback and uncheck the box for
Disable Result Recording for All Steps.
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 
5. Run the sequence file using
Single Pass and observe the result.