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


Please Help Members By Posting Answers For Below Questions

How many add-ins comes by default with qtp?

547


After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans

1681


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3058


The hybrid framework can be implemented for any application. Is it true?

591


1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me

1602






When and why to use descriptive programming?

612


how will load the object during runtime?

1588


How to find operating system information using the qtp script?

587


Explain the check points in quicktest professional (qtp)?

561


Explain different recording modes?

585


how many maximum number of virtual users we can create?

1574


How do you do batch testing in wr and is it possible to do in qtp, if so explain?

509


how to find that tools work well with ur existing system?

1358


What is Test Fusion Report in QTP?

623


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

1495