What is solution for the general run error which pops up while doing descriptive programming?

Showing Answers 1 - 9 of 9 Answers

General run error pops up generally when there is something missing in test environment. Most of the time while running for second time it gets solved and it is not only related to descriptive programming.

  Was this answer useful?  Yes

Sycho

  • Dec 17th, 2007
 

you can handle Pop Up error while scripts playback in QTP using any of the following methods

1- Using IF ELSE statements
2- Using Recovery Scenarios
3- Using On Error Resume Next VB Statement to handle exceptions

However there are some predefined types of Pop Ups which QTP automatically ignores when they appears during script playback

Security pop up
password renter popup

detail u can find from the user guide of QTP

CHEERS
CPS

  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