Enabling Siebel support for pre-existing Functional Test projects

To use the Siebel support for a project that was created using the earlier versions of HCL OneTest UI you must add two new templates; one for script headers and one for script helper headers to the Functional Test project.

About this task

To enable Siebel support for pre-existing functional test project:

Procedure

  1. Start HCL OneTest UI
  2. In the Functional Test Projects view, right-click the project and select the Properties option
  3. In the Properties dialog box, select Functional Test Script Templates from the navigation list.
  4. Select the template type Script Helper: Header of the file
  5. If you have not customized this template, you can upgrade it by clicking the Restore Defaults button.
  6. Add the line import com.rational.test.ft.object.interfaces.siebel.*; in the import section of the template
  7. After modifying the template, click the Apply button
  8. Select the template type Script: Header of the file and add the same line in the import section of the template.
  9. Finally, right-click the project again in the Functional Test Projects view and click Reset Java Build Path.

    Each member of your team must perform this last step, as the Java Build Path is local to each project on each machine.