TestManager issues

© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

1.0 Known problems and workarounds
   1.1 Executing scripts using Test Manager agent on Linux throws error
   1.2 Accessing the Application Configurator and the Enabler in the agent machine.

1.0 Known problems and workarounds

1.1 Executing scripts using Test Manager agent on Linux throws error

If you start the Test Manager agent 7.0 daemon on a Linux machine and execute the scripts through Test Manager on a Windows machine, you might see some errors.

Workaround: On the Linux machine, perform the following:

  1. Set the environment variable LD_LIBRARY_PATH to libjava.so of the currently used JRE.
  2. Set the CLASSPATH to <Functional Tester install directory>/bin/rational_ft.jar.
  3. Execute the command: source <Functional Tester install directory> rtsetup.  
  4. From the Test Manager install directory, run the RTsagt script. 

Note: You cannot use Test Manager agents on SUSE Linux Enterprise Server 10.0 and Novell Desktop 10.0 platforms.

1.2 Accessing the Application Configurator and the Enabler in the agent machine

In the agent machine, shortcut menu options are unavailable to invoke the Application Configuration Tool and the Enabler. 

Workaround: Use the command-line interface to run the Application Configuration Tool and the Enabler.

For example:

To configure the test application:  java -classpath <classpath> com.rational.test.ft.rational_ft -appConfig <application name>   

To enable the test environment: java -classpath <classpath> com.rational.test.ft.rational_ft -enableName <browser/Java environment/Eclipse>