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
How will internal and external links be validated and updated? how often?
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to find operating system information using the qtp script?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
I want to do QTP Certification what is the pattern of Question paper.
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What is clean sweep?
What are the technologies supported by qtp?
How many types of trigger events are there in qtp?
how do u plan test automation?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How to find the length of the string in qtp?
What contains Data Driven Framework document in qtp?
What is keyword driven framework?
How many types of recording modes in qtp? Which will be used when?