What are Error handling other than Recovery scenario
manager?

Answers were Sorted based on User's Feedback



What are Error handling other than Recovery scenario manager? ..

Answer / sureshkumar

Using

on error resume next,

error.clear statements use to handing the recovery other
than recovery scenario manager..



Clarifications mail me . uvvsuresh@gmail.com

Is This Answer Correct ?    3 Yes 0 No

What are Error handling other than Recovery scenario manager? ..

Answer / aruna

We can handle through On error resume next,if statement

only for known errors,if not handled by recovery

Is This Answer Correct ?    0 Yes 0 No

What are Error handling other than Recovery scenario manager? ..

Answer / nanda

also we handle some of exceptions using if Else statements.

like

If Browser().Dialog().Exist Then
Browser().Dialog().Close
End If

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?

6 Answers   Kanbay,


How to retrieve the data from database?

6 Answers   Wipro,


Generic function to search for the unique link in webtable and click on it

0 Answers  


How to load the object repository at run time?

1 Answers  


How does quicktest professional (qtp) identifies the object in the application?

0 Answers  






key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)

0 Answers   Kanbay,


How to load an object to a object repository at RUN TIME ?

3 Answers  


What are the different types of functions available in qtp and explain ?

0 Answers  


QTP identified the object but not performing the desired action???what could be the reason?????

1 Answers   Mphasis,


Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?

1 Answers  


write a qtp code to count the number of child objects in login page and highlight it

2 Answers  


If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?

7 Answers   Covansys,


Categories