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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of recording test cases in qtp?

591


How do we handle run-time errors?

571


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1436


Can we record using all the modes in a single script? Explanation with example is appreciated

1378


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

566






how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

1577


What are the recording modes in qtp?

577


In qtp, how you can get the last character from a string?

550


How can I use Call dlls in QTP ?

1781


Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.

6651


What is object repository in qtp?

556


if anyone has idea of the interview procedure in covansys, plz send me a mail?

1521


what is vmodel?advantages and disadvantages of vmodel?

1610


What is environment variable in qtp and why to use it?

541


How to data driven test for Win objects in QTP ?

1468