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

Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

1491


Can you write a script to check if the folder exists or not?

519


what type of run time errors you get while you ar edoing rpg program?

1515


What are the main differences of qtp and win runner?

600


What is the use of Debug Viewer?

1492






how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

1911


Explain the Different types of QTP test assets and their extensions?

608


How can I import environment from a file on disk?

542


What is the difference between a Function and Action in QTP?

592


Analyzing the checpoint results?

599


wht type of User defined functions or Java Releated functions do we write in VB scripting

1835


What are the types of object repositories? Which one is you are using?

636


How to open a new test using quicktest professional?

574


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

1959


i can done the project with QTP in that time i can say how many members in my team size?

1374