Answer Posted / srinivasan
Mr.lokesh can you please send few example of Descriptive
programm details of qtp without object Repositry...!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the syntax to call one action in another?
How do you delete unwanted results in qtp?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Define object spy ?
What is recovery scenario in qtp?
unique properties of button,edit box, radio button,check box?
Diff b/w Health care domain and Banking Domain?
please any one can explain the keyword driven framework. with gmail example.
what is the frame work in J-meter?
When should I use smart identification?
when u script reveiwing in which area u more concentrates?
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
How would you directly trigger javascript in a test?
How qtp recognizes the object?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page