Creating a script helper superclass
By default, all Functional Test scripts extend the RationalTestScript
class, and thereby inherit a number of methods (such as callScript). If you are an advanced user,
you might want to create your own helper superclass, which extends
RationalTestScript and adds additional methods or overrides the methods from
RationalTestScript.
Note: When you create a script helper superclass, you can
override base-level functionality from the RationalTestScript class.
next to the
,
, and
) to select the path
that contains the project for which you want to create a helper superclass.