Write the code for select the 5 values from drop down list.
drop down list having the 10 values.
Answer Posted / pavani prasad
we can select more than one value from drop own list by
using "extendedselect" option
Browser(" ").Page("").WebList("").Select " first item"
Browser(" ").Page("").WebList("").extendeSelect "#1"
Browser(" ").Page("").WebList("").extendedSelect "#2"
Browser(" ").Page("").WebList("").extendedSelect "#3"
Browser(" ").Page("").WebList("").extendedSelect "#4"
or
if the items are consecutive, then
for i=0 to 4
Browser(" ").Page("").WebList("").extendedSelect ("#"&i)
if i am worng pls correct me
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
what is error and fault in terms of software quality?
Is it possible to call win runner script in qtp?
can anyone tell me from where i can download qtp demo or crack version
How to call a test from another test?
Which scripting language used by quicktest professional?
What is output value? How many types of output values are there in qtp?
what QTP Options do you know?
diff between qtp versions from 8.5
In qtp, explain what is qrs file?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is recovery scenario in qtp?
What are the various types of Actions in UFT?
How do we analyze the checkpoint results?