Adding references to external resources

Functional test scripts or projects may refer to or use external resources like the DLLs in .Net IDE or JAR files in Eclipse IDE. To enable the scripts or projects to use these files, you must add references to these files in Functional Tester.

Adding references to functional test Java project

  1. Copy the JAR files in the Functional Tester customization folder. By default, the folder is available at C:\Documents and Settings\All Users\Application Data\IBM\RFT\customization in Windows and at /etc/opt/IBM/Rational/RFT/customization in Linux.
  2. Verify whether the copied JAR files are referred by the functional test project.
    • Open Functional Tester, right-click the functional test project and click Properties.
    • In the Properties page, click Java Build Path. In the Libraries page, verify whether the added JAR file is listed in the RFT Customization Libraries.
    • If the RFT Customization Libraries is not displayed, right-click the functional test project and click Reset Java Build Path.

Feedback