07-22-2022 12:42 PM
Running a test in which some steps fail on occasion. Trying to configure the sequence to : 1) Retry the failed step one time and 2:) Ignore the initial failure, while using the retry result to determine if the test is a pass or fail. I've been able to accomplish similar behavior when dealing with specific errors at run time, but have, so far, had no luck handling single step failures. Any assistance would be greatly appreciated. Thanks
07-25-2022 12:32 PM
Update: Found a "retry on failure" solution using SequenceFilePostStepFailure Callback found in TestStand Examples...but I still have one issue. I need to limit the number of retry attempts to 1.