how to select particular value from the combobox in the
current page which is entred in the previous page editbox
after parameterization?
Answer Posted / rajendra pradeep
Using SPY first first know the class of that particular
objet.
If Browser("").Page("").WebList("name:=")Exist Then
X=Browser("").Page("").WebList("name:=").GetRoProperty
("ItemsCount")
For i=0 To X-1
lName=Browser("").Page("").WebList("name:=").GetRoProperty
("Name")
If lName="Which u want to Select" Then
Browser("").Page("").WebList("name:=").Select"lname"
End If
Next
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How to find array size in qtp?
Why we load add-ins in qtp?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
In Remote acess server how u run a test?
Differences between quicktest professional (qtp) and winrunner?
What are the 3 main stages involved in testing with qtp?
Have you used xml check point in your project?
how will you check how many members visited the website www.infosys.com?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How is test case write?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Step 3&4 are repeated until an the object in recognised uniquely.
Give me some real time point of way where exactly we can conduct audits?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)