Changing the default script helper base class for a script

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

Procedure

  1. Select a script in the Solution Explorer.
  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. Enter the fully qualified class name of your custom helper base class in the Helper Base Class 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 Helper Base Class field or clear the field. Leaving this field blank resets the script to use RationalTestScript.