give me descriptive programing code sample flight
application in qtp?
Answer Posted / srikanth
Dialog("text:=Login").WinEdit("name:=Agent
name").set "srikanth"
Dialog("text:=Login").WinEdit
("name:=Password").set "mercury"
Dialog("text:=Login").WinButton("name:=OK").click
If Window("text:=Flight Reservation") Exists
Then
Window("text:=Flight Reservation").close
Else
Dialog("text:=Login").Dialog("text:=Flight
Reservation").Winbutton("name:=OK").click
Dialog("text:=Login").Winbutton("name:=CANCEL").click
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What are the major/ important methods, functions in QTP we use realtime testing
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Explain in brief about the quicktest professional (qtp) automation object model?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Explain about the test fusion report of quicktest professional (qtp)?
How to test results for qtp ?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What are the different types of recording modes?
Is it possible to merge two object repository files in qtp?
what is the advantages and disadvantages of using functions instead of re usable actions
How can you handle exceptions in qtp?
What phases are involved in testing an application in qtp?
after click on compose mail how can we attached a file in qtp with vbscript code
With what extension you can save the list of tests in a file to run in test batch runner?
Are Shared ORs read-only?