What is the difference between Recover Scenario(screen) and
on Error Resume Next(code)
Answer Posted / hina
Recovery scenarios are used when you cannot predict at what step the error is going to occur. for eg- application crash.you can provide post action wherein if application crash occurs some specific action can be performed On error resume next is used where you are quite sure about the error. If that particular error occurs it will skip that line of code and move to next line.It is used when you dont want your execution to halt for a minor error.The type and number of error can be described using err number and err description.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the structure for the data driven framework
what is the difference between built-i function and In-built function?
How you can replace string in qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is a reusable action?
What are the Disadvantages of shared object repository?
What is the extension of qtp local repository?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is the default add-ins in qtp?
What are the features and benefits of quick test pro (qtp 8.0)?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
what is actually contain test report? can anybody post the test report
after click on compose mail how can we attached a file in qtp with vbscript code