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
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
what will be there in keyword view and expert view?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
How to change the run-time value of a property for an object?
Can we record an application running on a remote machine using qtp?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.