Configuring and running HCL OneTest™ UI adapter for IBM® Engineering Test Management
You can integrate HCL OneTest™ UI with Engineering Test Management by using an adapter. The adapter is available in the HCL OneTest™ UI installation directory. You can run the tests that you create by using HCL OneTest™ UI in Engineering Test Management after you configure and start the adapter.
Before you begin
- If you are a Engineering Test Management user, you must have appropriate permissions to use the HCL OneTest™ UI adapter for Engineering Test Management.
- You must have a Connector client access license or a license that supersedes the Connector client access license. For more information, refer to Client access license management in the Engineering Lifecycle Management Solution knowledge center.
- You must have modified the hosts file and map the host name of the Engineering Test Management server to its IP address if the host name of your Engineering Test Management server is not registered with the DNS server.Important: You must configure and start the adapter through the command-line interface to connect the adapter to the Engineering Test Management server through a proxy server. For information, see Related Links.
Procedure
-
Reconfigure the JRE path if you are using Kerberos for authentication:
- Modify the JRE path to use the Oracle Java path as follows in the
eclipse.ini file in the C:\Program Files\HCL\SDP
directory:
Change
-vm jdk/jre/bin/j9vm/jvm.dll
to-vm C:\Program Files\Java\jre1.8.0_331\bin\server\jvm.dll
. - Navigate to the FunctionalTester> RQMAdapter directory in the HCL OneTest™ UI installation directory.
- Replace %RFT_ARG_JRE% with the Oracle Java path on
your system in the following line of the
configureadapter.bat
file:start "" %RFT_ARG_JRE% -classpath %RFT_INSTALL_DIR%\hcl_ft.jar com.rational.test.ft.RQMAdapterConfigure %*.
For example,
start "" "C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -classpath %RFT_INSTALL_DIR%\hcl_ft.jar com.rational.test.ft.RQMAdapterConfigure %*
- Modify the JRE path to use the Oracle Java path as follows in the
eclipse.ini file in the C:\Program Files\HCL\SDP
directory:
-
Run
configureadapter.bat
in the Windows operating systems orconfigureadapter.sh
in the Linux operating systems.The HCL OneTest UI Adapter dialog box is displayed.
-
Complete the following steps from the Connection
Information tab:
-
Click Start Adapter to start the connection between
HCL OneTest™
UI and Engineering Test Management.
Note: You can view the status of the connection by clicking the Adapter Console tab. You can stop the connection by clicking Stop Adapter.