Changing the default script helper base class for a script

You can change the script helper base class for an individual script.

About this task

Procedure

  1. In the Solution Explorer, select a script.
  2. Right-click and click Properties.
  3. Click Functional Test Script.
    The Functional Test Script Properties Page opens. The helper base class listed here is used for the script you selected.
  4. In the 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 Helper Base Class field or clear the field. Leaving this field blank resets the script to use RationalTestScript.