Getting started with hp-uft
Remarks#
This section provides an overview of what hp-uft is, and why a developer might want to use it.
It should also mention any large subjects within hp-uft, and link out to the related topics. Since the Documentation for hp-uft is new, you may need to create initial versions of those related topics.
Installation or Setup
-
Once the binaries are extracted, right-click on setup.exe and click on “Run as Administrator”
-
The window above will appear. Click on Unified Functional Testing Setup. If any prerequisite appears just press “OK”
- Wait the Setup prepare the installation. After a few minutes click on Next
- Accept the terms in the License Agreement.
- On Custom Setup screen you can choose which Add-ins to install. To choose a specific Add-in click on the dropdown and select “Entire feature will be installed on local hard drive”. And then click on “Next”.
- Click on “Finish” after the installation is completed. Go to desktop and search for the icon of the program to confirm the installation was successful.
Hello World
HP UFT use VBScript, so you can create a message box to display to the user the output results
MsgBox "Hello World!"
Or you can simple use the Output tab to see the output results of the script
print "Hello World!"