give me descriptive programing code sample flight
application in qtp?
Answer Posted / chandan
Systemutil.Run "C:\Program Files\HP\QuickTest
Professional\samples\flight\app\flight3a.exe"
str=Dialog("nativeclass:=#32770","text:=Login.").Exist(2)
Dialog("nativeclass:=#32770","text:=Login").WinEdit
("attached text:=Agent Name.*").set "mercury"
Dialog("nativeclass:=#32770","text:=Login").WinEdit
("attached text:=Password.*").set "mercury"
Dialog("nativeclass:=#32770","text:=Login").WinButton
("nativeclass:=Button","text:=OK").Click
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Have you used xml check point in your project?
What are the different types of action?
What are the differences between table and db checkpoints?
What are the different types of checkpoints?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Explain how qtp identifies objects?
What are the different types of qtp test assets and their extensions?
Can we create a qtp test from qc?
What is the default add-ins in qtp?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Why is Client side image is preferred over server side image?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Explain the difference between check point and output value?
What is business process testing(bpt) in qtp?