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
what is command for executing files?
By using QTP can we record any log files written by the application which is in execution?
How you can make an action as re-usable action?
Why qtp always start action1 and does not start action?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What are the recording modes in qtp?
Key word driven framework
Where we can use the analog mode and where we can use the low – level mode?
what is supply chain management?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What are the different kinds of test steps?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How many ways we can parameterize data in quicktest professional?
Explain how you can delete excel file in qtp?
Explain the concept of object repository and how quicktest professional recognises objects?