How can i select multiple items from a WebList bOX USING QTP
Answer Posted / ragupathi from syntel
Dim a,i
'Getting list box count
a=Browser().Page().Weblist(WebListName).GetItemsCount
'getting list box values
For i=0 to a-1
msgbox Browser().Page().Weblist(WebListName).GetItem
(i),4,"States"
Next
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
What is throw object?
Give the syntax to import/export xls into qtp.
Both static and dynamic arrays are handled by the vb script. Is it true?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What is the difference between the design-time and run-time data tables?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is use of object spy?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Is the qtp course will help to create a virtual object?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Explain about datafile/verification of date file when file is not available in local system?
How can i check items sorted or not in a weblist ? Give me the script for this...
What is the difference between qtp and selenium?