Record a New Functional Test Script dialog box
You use the Record a New Functional Test Script dialog box to record a new test script. Rational® Functional Tester includes in the new script import statements for files needed to compile and comments containing archiving information.
Rational® Functional Tester uses the script name as the class name and sets up testMain, where you can add the commands you want to include in the script.
The Record a New Functional Test Script dialog box has the following controls:
- Enter or select the folder
- Either enter the appropriate path to the folder you want to use or use the navigation tools ( Home , Back , and Go Into ) to select the path.
- Script name
- Enter the name you want to use for the new test script. Use Java™ file naming conventions.
- Add the script to Source Control
- When selected, adds the script to Source Control (ClearCase®), but keeps the script checked out so that you can continue modifying it.
- Select Mode
- Select the scripting mode in which you want to record the current script, either Simplified Scripting or Java Scripting.
- Default
- Makes the scripting mode you selected from the Select Mode list the default scripting mode.
- Next >
- Displays the Select Test Object Map wizard page, which enables you to choose a private or a shared object map to use with the new test script.
- Finish
- Creates a new test script, using the default test object map.
- Cancel
- Closes the Record a New Functional Test Script dialog box without creating the new script.
To open: Click the Record New Functional Test Script button on the product toolbar, or select File > New > Functional Test Script Using Recorder.
Related Topics for Rational® Functional Tester, Eclipse Integration:
Creating a New Functional Test Script without Recording