Functional Test project properties page

Use this page to change your default script helper base class.

HCL OneTest UI uses the helper base class for all the scripts you create in this project.

You can change the base class for a script by specifying it in the Functional Test Script Properties Page.

By default, all Functional Test scripts extend the RationalTestScript class and inherit a number of methods (such as callScript). You can create your own helper base class, which can add methods or override the methods from RationalTestScript. Use this properties page to change the default helper base class for a project.

Default Script Helper Base Class -- Enter the fully qualified class name of your custom helper base class in this field. 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.

To open: In the Projects view, select a project, right-click, and click Properties. Click Functional Test Project.

Related Topics:

About Changing the Default Script Helper Base Class

Changing the Default Script Helper Base Class for a Project

Changing the Default Script Helper Base Class for a Script