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
Should have experience in framework means?
Generic function to search for the unique link in webtable and click on it
What are the ordinal identifiers in web page?
What are the challenges u faced in testing with crm domain? How u overcome with?
Is it possible to merge two object repository files in qtp?
When to use shared and local object repository?
How may types of defects identify application or your currently working application?pls give me answer..
How to customize qtp?
To which environments does quicktest professional supports?
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?
Explain the differences between table and db checkpoints?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What is reusable action?
What are the check points can be inserted without recording?
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