Configuring and running Rational® Functional Tester adapter for IBM® Engineering Test Management
You can integrate Rational® Functional Tester with Engineering Test Management by using an adapter. The adapter is available in the Rational® Functional Tester installation directory. You can run the tests that you create by using Rational® Functional Tester 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 Rational® Functional Tester 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\IBM\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 Rational® Functional Tester 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%\rational_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%\rational_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\IBM\SDP
directory:
-
Run
configureadapter.bat
in the Windows operating systems orconfigureadapter.sh
in the Linux operating systems.The IBM Rational Functional Tester Adapter dialog box is displayed.
-
Complete the following steps from the Connection
Information tab:
-
Click Start Adapter to start the connection between
Rational® Functional Tester 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.