How do you use object spy
Mia Kelly
Published Feb 21, 2026
Choose the type of Object Spy that you want to use. … Open the SeS Spy Dialog. … Press the Start Tracking button (or type CTRL+G).As you mouse over different objects, you will see the contents of the SeS Spy dialog change as it collects information about the object.
How objects are identified in UFT?
In the first stage, UFT identifies an object using a combination of mandatory and assistive properties. This combination of mandatory and assistive properties is known as Learned description (also sometimes referred as description properties or test object description).
How do you highlight an object in UFT?
- Create a new script.
- Add the following line of code in your script: Browser(“index:=0”).Page(“index:=0”).WebEdit(“name:=MERGE0”).highlight.
- Run the test and you should see the Enter your email here field flicker. Highlight it a few times.
How do you use object spy in Testcomplete?
- Drag the target glyph ( ) to the desired object.
- Wait until a red frame appears around the object.
- Release the mouse button.
What is smart identification in UFT?
Smart Identification is a mechanism to identify the objects in Object Repository when the normal mechanism fails. It is applicable only for Web Applications. This mechanism is used by UFT to identify objects at Run time.
How do you click an object in UFT?
Choose “Button” and click “Mark Object” Button. A cross hair cursor would appear and mark the object that you would like to map. Choose the area in the coorrdinates you would like to click. When you are done, click “Next”.
How do I use virtual objects in UFT?
- To open virtual object wizard, go to ‘Tools –> Virtual Object–> New Virtual Object’. …
- Click on Next and at the next window select the class as ‘object’.
- After selecting class, click Next. …
- After marking the object, click on next.
What does GetTOProperty method do?
The GetTOProperty returns the value of the property from the test object’s description, i.e., the value used by QTP to identify the object. It returns the value of a property for a test object which QTP recorded to identify during the recording (run time).What is an object in UFT?
In UFT, All the GUI elements are considered as objects, like Buttons, Edit boxes, links, image, List box etc. The properties related to these objects are Text, Size, Height, width, Id and so on. Then comes the methods ‘Click’ on button, ‘set’ data in edit box etc.
What is RO property in UFT?The difference between RO-Properties and TO-Properties are that TO properties refer to the properties as they exist in the Test Object saved in the test (i.e. in the object repository or as described in descriptive programming) and the RO-Properties refer to the RunTime object (i.e. the object as it appears in the …
Article first time published onHow do you identify objects in TestComplete?
- Select Tools > Current Project Properties from the TestComplete menu. – or – Double-click the project in the Project Explorer. …
- In the tree on the left of the project properties editor, select Open Applications > Web Testing > Object Identification.
How do you open an object in spy?
Click the button and then move the mouse pointer to the desired object in the Mobile Screen window. When a red frame appears around the object, press the Select object shortcut, SHIFT+CTRL+A .
Where do you mark an action as reusable?
Right-click on the Action. Select the “Action Properties” menu option. Under the General tab, select the “Reusable Action” checkbox. Click <OK>.
What is micClass in UFT?
micClass refers to the predefined classes in QTP. The values you can assign can be webbutton, weblist etc.
What is virtual object in UFT?
Your application may contain objects that behave like standard objects but are not recognized by UFT One. You can define these objects as virtual objects and map them to standard classes, such as a button or a check box. UFT One emulates the user’s action on the virtual object during the run session.
What is DataTable in UFT?
An UFT DataTable is similar like a Microsoft Excel DataTable that benefits developer and testers to generate data driven test cases that can be used to run an Action multiple times. … Local DataTable–For each action there is a private DataTable known as local DataTable that can also be opened across actions.
What is object spy in QTP?
Object Spy is a utility/option within QTP to add objects to the Object Repository. Object Spy can be accessed from the tool bar as shown below − Step 1 − Clicking the Object Spy icon, the Object Spy Dialog box opens. The Objects can be added to the repository on clicking the pointing hand.
What is Insight object in UFT?
Insight Object Identification In Insight mode, UFT stores the image of an object along with its ordinal identifiers in the object repository. These objects are called Insight Objects or Insight Test Objects. … These images become the main description property for UFT to identify objects.
What is recovery scenario in UFT?
Using Recovery Scenarios you can instruct HP UFT to recover from unexpected events and errors that occur in your Testing environment during a run session. Recovery scenario becomes crucial for large tests, which run unattended and are paused until recovery operation, is performed increasing the test execution time.
How can I merge two shared object repositories in QTP?
- Step 1 − Navigate to “Resources” >> “Object Repository Manager”
- Step 2 − Go to “Tools” >> “Object Repository Comparison Tool”
- Step 3 − The Object Repository comparison Window opens and the user needs to select the two Object Repository files to be compared.
What are the internal add ins in UFT?
- ActiveX.
- Mobile.
- UI Automation.
- Visual Basic.
- Web.
What is sync in UFT?
Synchronization point is a feature to specify the delay time between two steps of the test script. For example, clicking on a link may load the page is 1 second, sometimes 5 seconds or even it may take 10 seconds to load it completely.
How do you explain the concept of object repository?
An object repository is a centralized storage of locators in the form of objects. QAs store all the element locators in a separate file, also referred to as a property file (. properties) in Selenium. The property file stores information in a key-value pair format.
What is an action in UFT?
What is Action in QTP? Actions help divide your test into “logical units” or “Business Processes”. Actions help create a script which is more modular and efficient. When a script is newly created it consists of only one action. But you can add more Actions to your Micro Focus UFT Script as per requirements.
How do I use WaitProperty in UFT?
Unlike the Exist method, WaitProperty enables you to synchronize the test run based on a specific object property. For example, instruct UFT to wait for a particular string to appear in a static text control: ‘ Wait up to 30 seconds for the string “Ready” to appear in the “Status” text control.
What is ordinal identifier in UFT?
An Ordinal Identifier assigns a numerical value to the test objects, which indicates its location or order relative to its group. The Ordered value enables QTP to recognize it uniquely when the inbuilt properties are NOT sufficient to do so.
What is ChildItem in QTP?
The ChildItem method is used to access the required child object from a web table cell without using a description object. Unlike ChildObjects, it returns only one object at a time.
How do I identify an object on a website?
- Browser – represents the browser process (iexplore.exe, microsoftedge.exe, firefox.exe, or chrome.exe). …
- BrowserWindow – represents a browser window.
What objects are available when running a Web page in a browser?
When a browser loads a web page, it processes the HTML, which may contain text, links, and references to images and other items like CSS and JavaScript functions. The browser then renders these objects in the browser window after processing them.
What is an object in web application?
An application on the Web may consists of several ASP files that work together to perform some purpose. The Application object is used to tie these files together. The Application object is used to store and access variables from any page, just like the Session object.