08-03-2013, 02:02 AM (This post was last modified: 08-03-2013, 02:02 AM by arpan.)
Hi Guys,
I've 8 Actions in my script. I also have a Recovery scenario where i've selected 'Go to next action' option any time error occurs. However, when error occurs it skips multiple action. Behavior is as follow:
I'm getting error on action 4, so instead of going to action 5 it goes to action 6. Then, i'm getting error on action 6, so instead of going to action 7 it jumps to action 8. Can someone please help me out here??
Please disassociate the recovery scenario file and re-run the script. It might be possible that there is an error in the action that is skipped.The recovery scenario gets activated for any error that QTP wants to throw.
click File->Settings->Recovery.In the recovery panel,you will see all the assosciated recovery scenario,remove these by clicking on "X" button.You can later reassociate if required.
Thanks Ravi. I was able to solve this issue by removing the recovery scenario. But same issue occurs when i reassociate it. Is there any other way i can skip action upon any kind of error?