02-10-2020 03:26 AM
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
Solved! Go to Solution.
02-10-2020 07:05 AM
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.