11-19-2009, 07:10 AM
Hi Raj,
Please use these appropriate statements in your script
ExitAction.' Exits the current action, regardless of its iteration attributes.
ExitActionIteration. 'Exits the current iteration of the action.
ExitRun.' Exits the test, regardless of its iteration attributes.
ExitGlobalIteration.' Exits the current global iteration.
ExitTestIteration 'statement supplies all the functionality of the ExitGlobalIteration statement and is equally applicable for both QuickTest tests and Quality Center business process tests.
Regarding your query use ExitAction in calling action...
Thanks,
Venkat.Batchu
Please use these appropriate statements in your script
ExitAction.' Exits the current action, regardless of its iteration attributes.
ExitActionIteration. 'Exits the current iteration of the action.
ExitRun.' Exits the test, regardless of its iteration attributes.
ExitGlobalIteration.' Exits the current global iteration.
ExitTestIteration 'statement supplies all the functionality of the ExitGlobalIteration statement and is equally applicable for both QuickTest tests and Quality Center business process tests.
Regarding your query use ExitAction in calling action...
Thanks,
Venkat.Batchu