Thanks but Runner.Stop or Runner.Halt will stop the whole test,but I want to exist one test iteration and continue with other then how can I do it ?
Example :- There are 3 actions such as Login, Action1 and Logout
I have created all this 3 action in Script and then created Keyword test and calling each of this action. Now I have data driven this now suppose first iteration runs fine and the second iteration (meaning second data row in excel) where it has issue in Action1 then I can stop that test iteration and then move to 3rd iteration. In UFT,we have ExitTestIteration which does this thing. What is possible in TestComplete?
Regards,
Nimish