i am unable to select an item from combobox using
Descriptive programming. can any one give me code for
scheduling the ticket using Descriptive programming.
Answer Posted / priya
Window("text:=Flight Reservation").WinComboBox("attached text:=Fly From:").Select "paris"
For the combobox, we need to enable the smartcard identification and set 'attached text' as the smartcard identification property by clicking on cofigure...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find operating system information using the qtp script?
UFT 12.02 which ALM version will support
What are table and db checkpoints?
Explain building blocks of the bpt framework ?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How to start recording using quicktest professional (qtp)?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What are the different ways to invoke an application using QTP?
How many tabs are available in debug viewer pane?
Explain the features and benefits of quick test pro(qtp)?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What is the difference between a Function and Procedure in QTP?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?