In QTP, we are tring to do Batch tests. I need some info about batch test. Is it any possible for suppress the run time error messages? If yes, plz give detailed information step by step?

Showing Answers 1 - 1 of 1 Answers

vasavi

  • Jul 19th, 2006
 

Hi,

  We can run batch test using QTP Test Batch runner .

go to Quick Test professional->Tools-> Test Batch runner and there

add test scripts paths which u want  to run as batch by clicking "Batch->Add"

We can suppress the  run time error messages  by defining the Recovery scenario for fo " Run time  error trigger event"

Steps to proceed:

Go to QTP window and

go to Tools-> Recovery scenario

click on "New" to define scenario

Select the "Test run error" option  and click on "Next"

select recovery operation in next window   and define operation as cliking "Skip" button on the pop up window" then click on Next

Next define post recovery operation as "proceed with next step"

then click on"Next" and then finish

and save the scenario

Then in order to use the scenario goto Test->settings--> Recovery

and add the scenario file.

Do same for  all the test in batch

Then when u run tests in batch it iwll skip the window of run error and continues till end, You can see all messages at  the end of Batch in Results

If you have any qts let me know

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions