Hi,
I have 2 dropdown listboxes called region and city/area.
It needs to select one region(Santa Clara) and one city/Area
(Sunnyvale).So I put this in the for loop and I am storing
the Items in the variable called itemname.
The regions value will get changed,so I used reg expression
for this regions.
This is my code
Browser("MLSListings.com").Page("MLSListings.com").Link("»
County/Area").Click
Browser("MLSListings.com").Page("MLSListings.com").WebList
("regions").Check CheckPoint("regions")
ListSize=Browser("MLSListings.com").Page
("MLSListings.com").WebList("regions").GetTOProperty("items
count")
For i = 1 To ListSize-1
Itemname =Browser("MLSListings.com").Page
("MLSListings.com").WebList("regions").GetItem(i+1)
Browser("MLSListings.com").Page("MLSListings.com").WebList
("regions").Select Itemname
.................
If I run the script,I am getting the following error,
Cannot identify the specified item of the regions object.
Confirm that the specified item is included in the object's
item collection.
Any Help?
Thank you,
Uma
No Answer is Posted For this Question
Be the First to Post Answer
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Is it possible to merge two object repository files in qtp?
What is the use of environment variables?
why do we go for Test Automation?
what is the test object?
How many types of actions are there in quicktest professional?
what is reusable action and how the same can be implemented (process)?
What is Virtual object wizard in QTP?
what is the automation framework that ur company using(actual procedure,not theoritically explination)
what is the structure for the data driven framework
What is the architecture of your project? Can any one answer for this question plz........
what is the extension of action script template?