I have 14 itmes in a drop down that are associated with an
account And these items change with different accounts
I want to be able to define it by and index number or any
other id so if I enter 2 in my Global excel sheet it
selects the 2nd item from the drop down - is this possible?
Answer Posted / jaipalreddy
try with this
option explicit
dim a
a=Browser("name:=Google").page("name:=Google").WebList
("name:=State).GetItem(1)
msgbox(a)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Hi All, How to get repeated word in string . Thanks Balaji
What is the use of text output value in quicktest professional?
what is ODC and GDC?
HOw to add the recovery file at runtime to the test file .
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How can you write the scripts that operate on different objects depending on run-time information?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Connect to QC using AOM.
what type of run time errors you get while you ar edoing rpg program?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
What is output value? How many types of output values are there in qtp?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is synchronization? What are the ways you can synchronize?