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
what is test scheduleling?
How qtp recognizes the object?
How you will rate urself in QTP in the range of 0 to 5
Brief the process of testing with UFT?
Explain the concept of how quicktest professional identifies object?
what is actually contain test report? can anybody post the test report
What is standalone database?
Diff b/w test scenario's and test Procedures?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Hi All, How to Compare two strings character by character in QTP
How many types of parameters are available in quicktest professional?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
wt is the use of multiple questions in QTP
How do we analyze the checkpoint results?
How to handle dynamic objects in quicktest professional (qtp)?