The following options are available for installing the PTF Client:
• Installing from PeopleTools Client Deployment Packages (DPK).
• Installing in silent mode.
Installing PTF from PeopleTools Client Deployment Packages (DPK)
PeopleTools Client deployment is documented in PeopleSoft PeopleTools Deployment Packages Installation guide, Task 2-12: Deploying the PeopleTools Client DPK.
Download the PeopleTools Deployment Packages Installation guide from PeopleSoft PeopleTools Home Page on My Oracle Support for the current PeopleSoft PeopleTools release.
For example, for PeopleTools release 8.58, download the DPK Installation guide from PeopleSoft PeopleTools 8.58 Home Page on My Oracle Support.
The directions here only refer to the PeopleSoft Test Framework portion.
When you deploy PeopleTools Client in standalone mode using (SetupPTClient.bat -t), you will be prompted whether or not to install PeopleSoft Test Framework.
Do you want to install PeopleSoft Test Framework? [Y/N]:
If you answer y (yes), specify the installation directory, or accept the default, C:\Program Files\PeopleSoft
\PeopleSoft Test Framework:
Please specify the directory to install PeopleSoft Test Framework [C:\Program Files⇒
\PeopleSoft\PeopleSoft Test Framework]:
If you enter a directory where a previous version of PeopleSoft Test Framework is installed, it will upgrade that version to the new PeopleTools release/patch.
Next, you will be prompted whether or not to configure PeopleSoft Test Framework.
Do you want to configure PeopleSoft Test Framework? [Y/N]: n
If you choose y (yes) to configure PTF, the deployment process prompts you for setup parameters. You can configure PTF either at the same time that you install it or later.
This example shows the setup parameters:
Database Name: HCM92
You can even use the deployment process to re-configure PTF in cases where you do not need to re-install PTF.
See Creating a Connection to a PTF Environment, for details on setup parameters.
Note: You can install PeopleSoft Test Framework as part of the PeopleTools Client deployment, or as a separate installation.
This example shows PTF installation using SetupPTClient.bat -t, and PTF is done as a separate installation as PeopleTools 8.58 Client is already deployed (first option is specified as n.)
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\abc>cd C:\dpk_858\909_client C:\dpk_858\909_client>SetupPTClient.bat -t
****** SetupPTClient started at 7:23:01.88 ******
Do you want to deploy PeopleTools client? [Y/N]: n Do you want to install Change Assistant? [Y/N]: n Do you want to install Change Impact Analyzer? [Y/N]: n Do you want to install PeopleSoft Test Framework? [Y/N]: y
Please specify the directory to install PeopleSoft Test Framework [C:\Program F iles\PeopleSoft\PeopleSoft Test Framework]:
Do you want to configure PeopleSoft Test Framework? [Y/N]: n Please specify the PSHOME for the PeopleTools Client [C:\PT8.58 _Client]:c:\pt8.58
Starting Tools Client Deployment!
Installing Peoplsoft Test Framework in C:\Program Files\PeopleSoft\PeopleSoft T est Framework for PTools Version 8.58
Deployment of PeopleTools Client Complete.
Tools Client Deployment Ended.
"****** SetupPTClient ended at 7:27:30.10 ******"
"Please review C:\users\abc\AppData\Local\Temp\PeopleSoft\PTClientDeploy.log for additional information."
C:\dpk_858\909_client>
This setup will add the shortcut to the desktop.
Installing PeopleSoft Test Framework in Silent Mode
You can carry out a silent installation of PeopleSoft Test Framework by supplying command-line parameters to a script.
With silent installation there is no user interaction after you begin the installation.
The PeopleSoft Test Framework installer includes the following files in the directory PS_HOME\setup
\PsTestFramework:
• setup.bat – Use this script to upgrade an existing PeopleSoft Test Framework instance or install a new instance.
• resp_file.txt – This file provides the instructions for silent install.
• response-file.txt – This file provides the path to install PeopleSoft Test Framework.
To use the PeopleSoft Test Framework silent installation script:
1. In a command prompt, go to PS_HOME\setup\PsTestFramework.
Note: Do not move the file to another location.
2. Run the following command:
setup.bat -f resp_file.txt -p <Path>
If <Path> is supplied, and it is valid, then PeopleSoft Test Framework will be installed in that location. If the path is not supplied or invalid, setup.bat will read the response-file.txt for the location.
Warning! Silent install deletes all content present in the <Path> location.
Note: You cannot configure using silent mode. After installing PTF using silent mode, open it, and configure.
To uninstall PTF:
• In a command prompt, go to PS_HOME\setup\PsTestFramework.
• Run the following command:
setup.bat -u U
Support for Browser Drivers in PTF
PTF supports Bring Your Own Driver (BYOD) feature for Chrome, Microsoft Edge, and Mozilla Firefox browsers so that you can use higher versions of these browser, which are not yet tested by Oracle, for test playback.
Chrome and Firefox (Gecko) drivers are shipped with PTF.
If these drivers are not compatible with the Chrome or Firefox browsers installed in your machine, then download compatible drivers for these browsers.
To download and use the required Chrome driver:
1. Download the required Chrome driver from https://chromedriver.chromium.org/
downloads.
a. Select the Chrome driver release version. For example, ChromeDriver 88.0.4324.27.
b. Download the chromedriver_win32.zip file.
2. Extract the zip file and copy the chromedriver.exe executable file to PTF install directory.
3. Rename the copied driver to match the existing Chrome driver naming format, which is
chromedriver_<version>.exe, where version indicates the version that you select while downloading. For example, chromedriver_88.0.4324.27.exe.
To download and use the required Firefox (Gecko) driver:
1. Download the required Firefox (Gecko) driver from https://github.com/mozilla/
geckodriver/releases.
a. Select the Gecko driver release version. For example, 0.28.0.
b. From the Assets section, download the win64.zip file. For example, geckodriver-v0.28.0-win64.zip.
2. Extract the zip file and copy the geckodriver.exe executable file to PTF install directory.
3. Rename the copied driver to match the existing Gecko driver naming format, which is
geckodriver_<version>.exe where version indicates the version that you select while downloading. For example, geckodriver_0.28.0.exe.
Note: Oracle tested Chrome and Firefox drivers get copied into PTF install directory during installation.
Microsoft Edge driver is not shipped with PTF.
You can download the appropriate version of Microsoft Edge driver for the browser version installed in your machine.
To download and use the required Microsoft Edge driver:
1. Download the required Microsoft Edge driver from https://developer.microsoft.com/
en-us/microsoft-edge/tools/webdriver/.
a. On the Downloads section, select the required version. For example, 89.0.774.4 . b. Download the edgedriver_win32.zip file by choosing your operating system as x86.
2. Extract the zip file and copy the msedgedriver.exe executable file to PTF install directory.
3. Rename the copied driver to match the existing Microsoft Edge driver naming format, which is msedgedriver _<version>.exe where version indicates the version that you select while downloading. For example, msedgedriver _89.0.774.4.exe.