I have setup a test where page elements are data bound and the test is to navigate to each of the 134 pages accessible from the menu bar in our system and verify the page successfully loads by interrogating the page title. I regularly find that 1 iteration fails for transient reasons and it is subsequently successful on a second test.
I have enabled the option to "Rerun Failed Tests" and while this works, it would be ideal if it only reruns the failed iteration rather than the entire list of 134 iterations. Is there a mechanism available to rerun only the failed iteration?
If retesting just the failed iteration is not possible at the test list level, is there a way to setup my test in a for loop with two iterations, only performing the second iteration on failure of the first, and failing the test only if both iterations fail?
Thank you.