How can i get the image text that changes dynamically? Here
i have used "GetROProperty", but it's not working. I used
like
Ex:Browser("webmail").Page("inbox").image
("captchaimage).getroproperty("innertext/text/value")
No Answer is Posted For this Question
Be the First to Post Answer
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
How to send QTP scripts to our colleagues?
How does qtp identify gui object?
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
How to find the length of the string in qtp?
What is the difference between Call to Action and Copy Action?
Have you done batch testing in qtp? If yes how you are doing?
what is profile tool?
Explain the features of quick test pro(qtp)?
how to lunch the application in the qtp tool ?
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
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?