QTP Forums

Full Version: How to select multiple choices from Multi-Select weblist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my application , i have a weblist from which a user can select multiple values by doing control - select.

Can anyone pls suggest me a solution, how to automate this?
Browser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...
Anshoo Arora Wrote:Browser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...


hey thanks alot .. it worked for me
BROWSER("").PAGE("").WEBLIST("").SELECT "ITEM NAME" OR "#INDEX NUMBER"
Reference URL's