Troubleshooting: Engineering Test Management

You can use workarounds to common problems that you might encounter when you work with Engineering Test Management.

Table 1. Troubleshooting Engineering Test Management

Solutions and workarounds to problems with Engineering Test Management

Problem Resolution
Rational® Integration Tester Agent 9.0 after configuring as a Engineering Test Management adapter to use TLSv1.2 does not connect to enable remote test execution. Install Rational® Integration Tester 9.1.0 or later. Otherwise, for 9.0 add the following Java parameter:

-Dhttps.protocols=TLSv1.2

For Rational® Integration Tester, add it to RQMAgent.ini.

For Rational® Integration Tester Agent, add it to the Library Manager JVM arguments.

Note: To see what protocol is used by the Agent when connecting to Engineering Test Management, add the following Java parameter to RQMAgent.ini and Agent.ini.

-Djavax.net.debug=all
After you execute tests or suites from Engineering Test Management, and click Test Results on RTCP (Click Here) from the Test Case or Test Suite Results window, a dialog opens prompting you to enter a database name. This dialog shows because you did not configure a project results database to use and so the connection to the database fails. You must configure the project results database and publish the results database connection details from the Rational® Integration Tester project that contains the tests and suites to Rational® Test Control Panel. For more information, see Working with Rational Integration Tester resources in IBM Engineering Test Management.
When Rational® Integration Tester Agent is using an Asian locale, results from executing Rational® Integration Tester tests and suites in Engineering Test Management do not show in an Asian language. Change the Asian locale to an English locale by using one of the following ways:
  • Edit Agent_installation_directory/RunTests.ini and append the following lines:
    
    -nl
    en
    
  • Edit Agent_installation_directory/LibConfig and add the following JVM argument:
    
    -Duser.language=en_US
    

Export the Rational® Integration Tester tests and suites again and execute them from Engineering Test Management. The results show in English in Engineering Test Management.