Changing the default script helper base class for a project

You can change the default script helper base class for a project.

About this task

Procedure

  1. In the Solution Explorer, select a project.
  2. Right-click and click Properties.
  3. Click the Functional Test Project.
    The HCL OneTest UI Project Properties page opens. The helper base class listed here is used for all new scripts you create or record in this project. This is a user-specific preference and is not shared by other users of this project
  4. In the Default Script Helper Base Class field, enter the fully qualified class name of your custom helper base class. Note that your helper base class must extend RationalTestScript.
    If you change your base class and want to reset it to RationalTestScript, you can either type RationalTestScript in the Default Script Helper Base Class field or clear the field. Leaving this field blank resets the script to use RationalTestScript.