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
what type of automation is follwed in the project?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is Curd testing?
what is error and fault in terms of software quality?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is parameter in qtp?
how to test use the quality control .how to verify the image verification
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Will down time for server and content maintenance/upgrades be allowed? how much?
How does quicktest professional (qtp) identifies the object in the application?
What is QTP testing process?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?