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


Please Help Members By Posting Answers For Below Questions

Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

1486


please post the interview questions for QA position in FACTSET

3954


What are the types of environment variables in qtp?

547


In Remote acess server how u run a test?

1289


Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations

1767






When Recovery scenario actually starts while testing the application?

1548


What is the difference between the keyword view and expert view?

528


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

1462


what are the challenges you have faced while testing web based application using the automation tools ?

598


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2401


Explain about the test fusion report of quicktest professional (qtp)?

541


Explain the views in the QTP GUI?

622


Give me some real time point of way where exactly we can conduct audits?

1503


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

1711


What is qtpro? What is a quick test professional?

587