How to do excception handling ( error handling ) in QTP
Answer Posted / nanda
Generally we do the exception handling by using IF..Then
statement.
for example..
If Browser("XXXX").Window("Text:=XXXXX").Exist Then
Browser("XXXX").Window("Text:=XXXXX").Close
End If
Like this..
If any queries...
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Tell me one scenario, the complex functionality you have automated in your project?
Approach for Installation,comaptibility,system testing
What is an optional step in qtp ?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
explain abt dyanamic changing object with example?
Is it possible to call from one action to another action in qtp?
How will you test a stapler?
How to get the particular property value?
How to get Traceability matrix from TD?
What are the challenges you faced during you entire life automation ?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Explain quicktest professional testing process?
Where to use Property Let, Property Get, Property Set in UFT
What is the difference between run time object and test object in QTP?