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
What is data driver in qtp? Where we use it?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
What are the flaws in water fall model and how to overcome it?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to use the object spy in quicktest professional 8.0 version?
what is the advantages and disadvantages of using functions instead of re usable actions
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Explain the parameter in qtp?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
what is defenetion of kiran can u tell me plz CVS, SVN
How do you send email with attachment from outlook using qtp ?
How you are developing the script? Using record and play back or manual?