TestCase FAIL even if all steps PASSED when using loop
Hi all, I'm executing a test case in which some of the steps are executed multiple times using loop in groovy. If test step failed I use timer and wait for some time and then loop through the step ...
Once a test step fails it auto-fails everything above it. If you want to disable this, in TestCase setting disable "Fail TestCase if it has failed TestSteps"