Creating a new test script without recording
As an alternative to recording,
you can create a script to enter Java™ code
manually.
About this task
In the new script, HCL OneTest™ UI includes import statements for files you need to compile the script and comments that contain archiving information. HCL OneTest UI uses the script name as the class name and set up the testMain file, where you can add the commands to include in the script.
All functional test scripts use a default helper superclass. You can create your own helper superclass if you want to add additional methods or override the methods in RationalTestScript. For more information, see Changing the Default Script Helper Superclass.