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 Parameterizing Tests?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
Does quicktest professional is unicode compatible?
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What is the short cut keys for the following?
How to send the qtp results file by email (Lotus notes).
Is the qtp course will help to create a virtual object?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
how will you handle the situation when object is not caputred during record?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?