Install the Package for the Web Bundle
This
Overview
The Package for the Web Bundle is a self-extracting installation package, which contains an MSI installation program.
Installing this version of OpenText Functional Testing includes the following steps:
-
Extract the installation package.
-
Run the MSI installation program to install OpenText Functional Testing.
You can run these steps together automatically, or you can perform them separately.
This package includes the OpenText Functional Testing prerequisites, but does not install them automatically. If you need to install any prerequisites, run their installation programs after you extract the installation package and before you run the MSI installation.
The sections below describe running this installation using a UI wizard or a command-line interface.
For details on other OpenText Functional Testing installation packages, see Installation packages.
Caution: Make sure that the installation files are extracted to an empty folder, at a location whose path does not exceed 80 characters.
Windows is limited to 260 characters in these files. The installation will fail if the file paths of the individual installation files are longer. In such cases, move the extracted installation files to a location with a shorter path.
Download the Package for the Web Bundle
Access the installation packages from the free trial page or by selecting your account on the Software Licenses and Downloads page.
Download the OpenText Functional Testing Package for the Web Bundle.
Install OpenText Functional Testing using an installation wizard
Run the *Setup.exe file you downloaded. This file self-extracts, providing the necessary installation files, and then automatically performs the installation.
If you need to install any of the prerequisites provided in this package:
-
Stop the wizard after it completes the file extraction.
-
Install all missing prerequisites by running the setup.exe file included in the extracted files.
Alternatively, install specific prerequisites manually using the executable files available in the prerequisites folder included in the extracted files.
-
Run the .msi file included in the extracted files to performs the OpenText Functional Testing installation.
For details on the selections and configuration details you can customize during the installation, see Installation wizard.
Run installation from a command line interface
When using a command line to run the *Setup.exe file you downloaded, you can control various aspects of the installation process:
-
You can choose whether to install silently or to display a user interface.
-
You can specify whether to extract the installation package and automatically run the MSI program, or to stop after the extraction.
Stopping the process after the file extraction enables you to:
-
Install prerequisites before running the installation.
-
Specify command line options for the MSI run, instructing it to run silently, or configuring features, add-ins, and options to customize the installation.
-
Use the following commands to install OpenText Functional Testing:
Command Syntax |
Description |
---|---|
UFT_One_<version>_Setup.exe -y |
Extracts the installation package and installs OpenText Functional Testing using a simple UI (a single dialog box with a progress bar only). |
UFT_One_<version>_Setup.exe -y -gm2 |
Extracts the installation package silently, and installs OpenText Functional Testing using the full installation wizard UI. |
UFT_One_<version>_Setup.exe -InstallPath="c:\<path>" |
Extracts the installation package to a specific target folder instead of the default. |
UFT_One_<version>_Setup.exe -! <parameter list> |
Extracts the installation package and installs OpenText Functional Testing, passing the defined parameter values to the MSI installer. Possible parameters:
|
UFT_One_<version>_Setup.exe -ExecuteFile="" |
Extracts the installation package without running the OpenText Functional Testing installation. When the extraction is complete, you can install prerequisites, as described in Silent commands for installing prerequisites. You can also use the commands and options described in Silent installation, to perform a silent OpenText Functional Testing installation, selecting the required add-ins. Tip: In the silent installation commands, change <OpenText Functional Testing Installation files> to the folder where you extracted the installation content. |
Examples:
Extract the package to the default location (c:\temp), but do not start the installation:
UFT_One_2021_Setup.exe -y -ExecuteFile=""
Extract the package to the specified location (c:\UFTinstall) in silent mode, but do not start the installation:
UFT_One_2021_Setup.exe -y -gm2 -InstallPath="c:\UFTinstall" -ExecuteFile=""
Extract the package silently and start installing OpenText Functional Testing using the simple UI:
UFT_One_2021_Setup.exe -y
Extract the package and start installing OpenText Functional Testing silently:
UFT_One_2021_Setup.exe -y -gm2 -! /s /qn
Extract the package to a specified location, install OpenText Functional Testing silently, customizing the log file location and installation location, and installing several add-ins and features:
UFT_One_2021_Setup.exe -InstallPath="C:\2021\extractedUFT" -y -gm2 -! /s /qn /l*v "C:\UFT_INSTALL.log" INSTALLDIR="C:\UFT_Program" ALLOW_RUN_FROM_ALM=1 ALLOW_RUN_FROM_SCRIPTS=1 CONF_MSIE=1 DLWN_SCRIPT_DBGR=1 ADDLOCAL="Core_Components,Web_Add_in,ALM_Plugin,Test_Results_Viewer,Samples,ActiveX_Add_in,Visual_Basic_Add_in,Delphi_Add_in,Flex_Add_in"
Next steps: