11-19-2009, 03:03 AM
Hello,
I have a script that runs several scripts. It looks like this:
If a script fails I want to exit that script and go to next script. (If ABC fails I want to terminate ABC and run XYZ)
How can I accomplish t his?
If I use ExitTest the whole test stops.
Thanks,
Raj
I have a script that runs several scripts. It looks like this:
Code:
RunAction "ABC [ABC]", oneIteration
RunAction "XYZ [XYX]", oneIteration
RunAction "MNP [MNP]", oneIteration
If a script fails I want to exit that script and go to next script. (If ABC fails I want to terminate ABC and run XYZ)
How can I accomplish t his?
If I use ExitTest the whole test stops.
Thanks,
Raj