Configuring and running DevOps Test UI adapter for IBM® Engineering Test Management
You can integrate HCL DevOps Test UI (Test UI) with Engineering Test Management by using an adapter. The adapter is available in the Test UI installation directory. You can run the tests that you create by using Test 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 Test 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\DevOpsTest
directory:
Change
-vm jdk/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 Test 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\DevOpsTest
directory:
-
Configure the adapter to generate logs:
- Download the log4j2.xml file, and place the file in the DevOpsTest\FunctionalTester\RQMAdapter directory.
- Copy the following jar files from <Install_Directory>\HCLIMShared\plugins\com.ibm.rqm.integration.client_<version>\lib
to the DevOpsTest\FunctionalTester\RQMAdapter
directory:
- commons-logging-1.2.jar
- log4j-api-2.17.1.jar
- log4j-core-2.17.1.jar
- log4j-jcl-2.17.1.jar
- Replace start "" %RFT_ARG_JRE% -classpath
%RFT_INSTALL_DIR%\hcl_ft.jar
com.rational.test.ft.RQMAdapterConfigure %* in the
configureadapter.bat file with the following
command:
start "" %RFT_ARG_JRE% -Dlog4j2.configurationFile=.\log4j2.xml -classpath .\log4j-api-2.17.1.jar;.\log4j-core-2.17.1.jar;.\log4j-jcl-2.17.1.jar;.\commons-logging-1.2.jar;%RFT_INSTALL_DIR%\hcl_ft.jar com.rational.test.ft.RQMAdapterConfigure %*
-
Run
configureadapter.bat
in the Windows operating systems orconfigureadapter.sh
in the Linux operating systems.The DevOps Test UI Adapter dialog is displayed.
-
Complete the following steps from the Connection
Information tab:
-
Click Start Adapter to start the connection between
Test 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.