New to QTP: In a qtp flight booking application, I tried to
parameterize the to and from drop down lists using data
table, depending on ur drop down selection it will pop up a
list of flights. Here I am not finding a way to select
flight randomly from given list... Thanks in advance guys.
Answer / a.thirumalareddy@gmail.com
Browser("Find a Flight: Mercury").Page("Find a Flight: Mercury").WebList("fromPort").Select randomnumber.Value(0,9)
Browser("Find a Flight: Mercury").Page("Find a Flight: Mercury").WebList("toPort").Select Randomnumber.Value(0,9)
just use these two steps
randomnumber is used for selecting the values randomly within the given range (here 0,9 because total items are 10)
| Is This Answer Correct ? | 4 Yes | 1 No |
what is mean by output parameters? I need full description with example. tell me any one please
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
Why use Regular Expressions?
What are the Features & Benefits of Quick Test Pro ?
How to record a qtp script ?
what is the default ordinal identifier.what are the send keys in qTP.
difference between multiple parameterization and data driven wizard in QTP?
What is the present version of the VB Script we are using
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com
6 Answers Fidelity, GDS, IBM, TCS, Wipro,
what are all the fileds present in object repository?
Connect to QC using AOM.
How do you synchronization point through DP?