NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving Passed Reports only

How can I have TestStand 3.0 Only save reports that have Passed and nothing else like Failed, Terminate, or error. Thanks
0 Kudos
Message 1 of 2
(2,934 Views)
Hi,

A simple way to achieve that is to Customize the process model as follows:
1. Copy the SequentialModel.seq from \Components\NI\Models\TestStandModels to the user folder \Components\User\Models\TestStandModels,

2. Open the SequentialModel.seq from the user folder and in the TestReport callback sequence place a "GoTo" step at the very begining of the Main step group. The GoTo step must point to the "End" as destination and set a precondition as follows:
RunState.Sequence.Parameters.MainSequenceResults.Status != "Passed"

The modified SequentialModel.seq is attached bellow:

Hope this solve your problem,
Silvius
Silvius Iancu
0 Kudos
Message 2 of 2
(2,934 Views)