Enabling SAP support for pre-existing Rational Functional Tester projects

To use the SAP support for a project that was created using the releases of Rational® Functional Tester version 6, you must add two new templates (one for script headers and one for script helper headers) to the project. You will also need to update the build or reference information for the project.

Procedure

  1. In the Solution Explorer, right-click the project and select the Properties option.
  2. In the Properties dialog box, select the Functional Test Script Templates tab.
  3. Select the template type Script Helper: Header of the file.
  4. If you have not customized this template, you can upgrade it by clicking the Restore Defaults button.
  5. Add the line Imports Rational.Test.Ft.Object.Interfaces.SAP in the import section of the template.
  6. After modifying the template, click the Apply button.
  7. Select the template type Script: Header of the file and add the same line in the import section of the template.
  8. If you are using the integrated ClearCase® support, you must check in the template file after you edit it, so that other members of your team can use them. To do this, right-click the project in the Solution Explorer, and click Team > Show Checkouts .

    You will see a list of elements you have checked out.

  9. Select the two templatesft_script.vb.rfttpl and ft_scripthelper.vb.rfttpl , right-click and select the Check in option.

    Your other team members can update their project by right-clicking the project in the Solution Explorer and clicking Team > Get Latest Version.

  10. Finally, right-click the project again in the Solution Explorer and click Reset Custom Reference.

    Each member of your team must perform this last step, as the “Custom References” is local to each project on each machine.


Feedback