Hi all,
I am trying to automate a form submission on a website that takes place on multiple pages, one of the steps fails if there are no available calendar slots. Is there a possibility once a step fails the entire test case reruns until all steps are passed in a sequence?
Something like: 1(pass) 2(pass) 3(pass) 4(fail) 1(pass) 2(pass) 3(pass) 4(fail) 1(pass) 2(pass) 3(pass) 4(pass) 5(pass) 6(pass) End
Usually, it happens that just the failed test reruns but I need it to be in a sequence.