NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

No details in report for new execution sequencen call - just pass/fail

Solved!
Go to solution

Hello,

 

I have a main sequence which calls many sub test sequences as new execution, because I want to have for all of these sub sequence an own report. Now I don't want to have these detailed report anymore in my main sequence report. There I just want to have a pass/fail for each sub sequence.

Does anybody has an idea, how to achieve this?

 

With best regards,

max

0 Kudos
Message 1 of 2
(1,656 Views)
Solution
Accepted by topic author max_str

Ok found a way to this.

With :

#NoValidation(Locals.ResultList[0].TS.DeleteSubProperty("SequenceCall",2))

you can delete the result information of the subtest and only the generell pass/fail of this sequence remains in the result file.

0 Kudos
Message 2 of 2
(1,630 Views)