Answer Posted / ravi_kanakam
Hi King
app.sendkeys showing error..
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is Distributed testing? How does UFT support it?
Tell me about your project? please help me how to tell about insurance project
What are the Application Functions available in QTP?
How does quicktest professional identifies the object in the application?
what kind of frame work you used in your last project?
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
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How to replay a script in qtp?
What is the difference between analog and low level recording?
What is difference in global and action sheet in qtp?
What is the use of text output value in quicktest professional (qtp)?
how interviews will be on QTP?
Hello friends..... On which areas of an application we can not test with QTP
What is QTP’s model for test creation?
How many types of recording modes in qtp?