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 |
How to creating an output value using quicktest professional (qtp)?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
w is output value
what is the defference between calling ation and called action?
How to use custom checkpoints in QuickTest Professional?
how you test broken link using the automated tool QTP ?
why you have standardized functions? plzzz guys with real time exp. do answer
Difference between action & Reusable action?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
How to invoke Mozilla from QTP thru VB Script