02-10-2014 09:22 AM - edited 02-10-2014 09:23 AM
Is it possible to display additional results in a report only if a test fail?
02-10-2014 09:41 AM
Additional results have a "Condition" field. As it is an expression, you can enter the filter for failing of the UUT.
Norbert
02-11-2014 12:21 AM
Thanks, but what expression? 🙂 I couldn't find a right one.
02-11-2014 02:51 AM
Depending on where the step is located vs. where the FAIL step is located (sequence-wise), you could use something like "RunState.SequenceFailed==true" as filter.
Norbert