How can i select multiple items from a WebList bOX USING QTP
Answer Posted / sri satya
Hi,
You can select multiple items from the Web List by using
ExtendSelect.
For Ex:
Browser().Page().Weblist(WebListName).Select(WebListValue1)
Browser().Page().Weblist(WebListName).ExtendSelect
(WebListValue2)
Browser().Page().Weblist(WebListName).ExtendSelect
(WebListValue3)
.................. ....... (WebListValue4)
.................. .......(WebListValue5)
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How to customize qtp?
How do you synchronization point through DP?
Hai anyone please "Explain about Framework in QTP?"
How can i check items sorted or not in a weblist ? Give me the script for this...
What is method name to compare two XML files.
Define Error Pane of UFT?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Step 3&4 are repeated until an the object in recognised uniquely.
How is a Step generator used in UFT?
Explain the types of object repositorys in qtp?
Hi Samrat, Thank u very much, what u said it is right.
How u will do versioning in QTP?
How does qtp recognize objects in aut?
What is environment variable in qtp and why to use it?