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
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
how can i pass a "cript"as a parameter in to a function
They asked by using qtp recording writing scripting
When you open QTP, how many sheets you can see?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Explain how you can replace string in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
Whats the realtime QTP testing process
What is difference between shared and local object repository?
What are the main differences of qtp and win runner?
What is the differences between image check point and bit map check point?
how to do the batch testing in test director using manual testing procedure?
What is the new version of qtp which is recently released in the market?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?