I'm working on UFT 11.5 with ALM11.
I just compose two components as a testcase and get it runned in test lab
in situation one:
I set each component's option to CONTINUE when failed
I iterate the testcase 3 times, and the 2nd case failed, the left component and case will contiune running,
in situation two:
I set each component's option to EXIT when failed
I also iterate the testcase 3 times, and the 2nd case failed, now the left component and case will not continue running.
my question is how to continue running the left testcase when the former case failed(once the case failed, it will not run the left component as well)?