Answer Posted / umasankar
The Object Spy enables you to view both the run-time object
methods and the test object methods associated with an
object and to view the syntax for a selected method. You
use the Object Spy pointer to point to an object. The
Object Spy displays the object hierarchy tree and the run-
time object methods or test object methods associated with
the selected object in the Methods tab of the Object Spy
dialog box.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
what is supply chain management?
What is test object model in quicktest professional (qtp)?
How many types of actions are there in quicktest professional (qtp)?
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
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
What test cases can you automate using QTP?
How many types of parameters are there?
How to create Reusable and Multiple Actions?
Tell me one scenario, the complex functionality you have automated in your project?
How to save your test using quicktest professional?
Explain quicktest professional (qtp) testing process?
How to explain a banking project in interview as a test engineer???
How often were they executed?
What is a checkpoint? How many check points are there in qtp?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)