Posts: 5
Threads: 2
Joined: Mar 2011
Reputation:
0
04-27-2011, 06:01 PM
I am actually executing a batch of 3 test scripts. In which the second test script pops out an error if I run it separately. But during batch execution I dont see any popup and the next steps continue execution. Is this the speciality with the Batch execution?
Posts: 79
Threads: 1
Joined: Apr 2011
Reputation:
0
04-27-2011, 06:11 PM
Batch execution supress the runtime errors as it has to run the all the scripts - same can be seen in QC executions.
everyone - correct if I am wrong.
Posts: 5
Threads: 2
Joined: Mar 2011
Reputation:
0
04-27-2011, 09:17 PM
Thanks for your reply.
And one more thing is in that second test which has some runtime error I included some recovery scenario whose trigger is "runtime error", recovery operation is some "function call" and post-recovery operation is to "restart current test run". So when I executed that Batch run the function cal is executed but the post-recovery i.e the current test doesn't get restarted and it's going to the third test script.
Same thing if the recovery scenario is included in the last test script then even the post-recovery thing is working fine.
what should i do so that rcovery scenario works fine for any test script irrespective of it's order?