These topics describe
various ways that you can customize HCL OneTest™ UI or use the
application programming interface (API) to extend HCL OneTest UI functionality.
Before you begin
Customizing script templates
You can customize the default script templates that
HCL OneTest UI
uses to format and provide basic information when you create a script.
Changing the default script helper base class By
default, all Functional Test scripts extend the RationalTestScript class
and inherit a number of methods (such as callScript). You can create your
own helper base class to extend RationalTestScript and to add methods or override
the methods from RationalTestScript.
Using the API to edit functional test scripts These
advanced topics provide information for testers who want to make changes to
Functional Test scripts. As a general rule, your modifications should emulate
as closely as possible the desired user interaction with the application-under-test.