09-22-2011 02:37 PM
I am tring to implement a re-test of a failed sub sequence call step following the example here but I am having an issue that even if the retest passes the sequence is still set to fail and the whole test failes. How can I fix this so the the final test status reflects the status of the retest.
Thanks,
Paul
09-22-2011 03:15 PM
Hi Paul,
maybe this thread will be interresting for you
Regards
Juergen
09-22-2011 04:11 PM
While I was able to make a solution on my own, and I didn't quite follow that thread, the first post of that thread did lead me to search though the TestStand example sequences that I forgot to do. It lead me to the example sequence "FailureHandlerExample.seq" which demonstrated eligant solutions to all my problems. For that kudos-
09-22-2011 04:34 PM
FYI, the solution was to use the property CausedSequenceFailure to see if that particular step caused the sequence failure. Depending on the result update the sequence failed Boolean of the calling sequence. Very nicely demonstrated in the example...