Functional Tester Script Properties page
Use this page to change your script helper superclass, test datapool, or datapool iteration for an individual script.
Functional Tester uses a default helper superclass for all the scripts you create in a project. This superclass is listed in the Functional Test Project Properties Page. You can use a different superclass for an individual script by changing it in this Script Properties page.
By default, all Functional Tester scripts extend the RationalTestScript class and inherit a number of methods (such as callScript). You can create your own helper superclass to add methods or override the methods from RationalTestScript. Use this properties page to change the default helper superclass for the selected script.
Test Object Map -- Displays either Private to indicate that the script test object map is private or the name of the shared test object map.
Helper Superclass -- Enter the fully qualified class name of your custom helper superclass in this field. Note that your helper superclass must extend RationalTestScript.
If you change your superclass and want to reset it to RationalTestScript, you can either type RationalTestScript in the superclass field or clear the field. Leaving this field blank resets the script so that it uses RationalTestScript.
Test Datapool -- Click Browse to change the datapool associated with a script.
Datapool Record Selection Order -- Specifies how a test script accesses records in its associated datapool when you play back the test script. Click the Datapool Record Selection Order arrow to change the test datapool iterator.
Types of datapool iterators:
Sequential -- Makes a test script access records in the datapool in the order that they appear in the datapool. This is the default datapool iterator.
Random -- Makes a test script access records in the datapool randomly. A random iterator accesses every record in the datapool once.
To open: In the Projects View, select a script, right-click, and click Properties. Click Functional Test Script.