So in this article I will be showing you how to install your HP Unified Functional Testing (UFT) software. First, you need to locate the UFT Setup application and select it. A new window labeled “HP Unified Functional Testing 11.50” will pop up. Select the “Unified Functional Testing Setup” hyperlink. Another window will pop up […]
Category: QTP/UFT
GetROProperty, GetTOProperty, GetTOProperties, SetTOProperty
Prerequisite Knowledge In order to understand the Get/Set – RO/TO – Property/Properties, there’s some preliminary information you need to know: UFT/QTP Basics | Using Object Spy with Object Identification What is GetROProperty? GetROProperty is used to fetch a Runtime Object property from the AUT or the application you are currently testing. So GetROProperty = Get RO […]
2. Object Identification
Today we are going to talk about Object Identification. You can find it under the Tools tab: The Object Identification lets you choose an environment. From the environment you can choose a Test Object Class. From the Test Object class you can view the Object’s properties (What is an Object?). You can see what Properties […]

3. Using Object Spy with Object Identification
So in today’s tutorial, I will be showing how Object Spy & Object Identification in QTP work together in order for you to program UFT/QTP to do what you want it to do. So first I went to amazon.com, not logged in, chose an object to work with: the sign in button I then use […]

Codes You Need to Know for QTP/UFT
[Under Construction] One of the most important languages Automation Engineers need to know is VbScript, because VbScript is the primary language used in QTP/UFT. You cannot just do Record & Playback at the job, you need to customize the script to fit the test that you are running. Many times Record & Playback does not […]