09-04-2020 03:41 AM
Hello,
I have created a sequence wich turn 3 times ( looped), my problem is when I put a retry, the retry is done only when all iterations have been executed.
But in my case I want to retry the current failed iteration.
Please, Find in attachment a screenshot of the loop setting
Thank you for any help.
09-04-2020 05:23 AM
What about a step within the loop to retry on failure? I have used the Pre Expression to record the StepIndex of the Step I want to go back to on a failure and then included a Retry step that sets the NextStep Index to the StepIndex of the step I want to go back to.
09-07-2020 02:17 AM
Hello Steve,
Thank you for your answer.
In my case, I didn't use this kind of loops.
The step that I want to loop is a sequence call, so I used the looping properties. and the retry is set in atributes.
on debug, I noticed that when there is fail in the first iteration for example, the retry is done after all iteration were exucted!
I tried to change the type of loop to "Pass/Fail count" to stop the iteration during the first fail. but i didn't work...
-Loop Setting-
-Retry attributes-
Regards.
Chakib,