give me descriptive programing code sample flight
application in qtp?
Answer Posted / chandrasekaran
Systemutil.Run "Give the Path"
Dialog("Login").WinEdit("Agent Name:").Set Chandru
Dialog("Login").WinEdit("Password").SetSecure "Mercury"
Dialog("Login").WinButton("OK").Click
If(Window("Flight Reservation").Exist) Then
Reporter.ReportEven Micpass, "Login into the
Application","Successful"
Else
Reporter.ReportEven MicFail, "Login into the
Application","UnSuccessful"
End If
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Differentiate the type of test cases which can be automated and which cannot be automated?
Can I change properties of a test object?
breef description of batch testing ?
How to Test the mainframe application?
Can we Test Welcome Screens and Process Images with QTP
what is the difference between built-i function and In-built function?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Can any suggest me what is exposure testing?
Explain how to use QTP to check broken links on a page?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What is difference in global and action sheet in qtp?
What is the diff between image and bitmap check point?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers