What should I expect to see when CausedSequenceFailure is set to True in WSTF report
AnsweredSimple question, I am looking at the CausedSequenceFailure part of a WSTF report line, I have tried setting it to True but cannot see what effect this has on resulting UUT Report, I am sure I am missing something here, but what should I be seeing ?
-
Official comment
The idea is to allow setting a flag on the "one" step that caused the report to fail even though you have multiple step failures. This way, you can use the "Only count Failed that caused UUT Failed" feature in Test step yield & analysis.
The way this is implemented in the converter today, you wold need to add this flag on each level/sequnce call.
If the flag is not set, WATS will use the first none Passed step in each sequence (step group) to determine what step caused UUT Failed.
Comment actions
Please sign in to leave a comment.
Comments
1 comment