10-11-2010 11:27 PM
Hi,
When an error occurs in a step during a sequence, I can use the SequenceFilePostStepRuntimeError call back to catch the error. But how can I go back to the step which is the one just raised the error for a retry run again? I do not want to make all test fail straightway, but want to go back to the caller step to have retry a few times 1st.
Many thanks,
WeiL
Solved! Go to Solution.
10-12-2010 09:52 AM
There is an example which shows how to do exactly what you are asking located at:
<TestStand Public>\Examples\Callbacks\PostStepRuntimeErrorCallback\ErrorHandlerExample.seq
Hope this helps,
-Doug
10-12-2010 02:54 PM
Thank you very much, it works!
WeiL