These
topics describe how you can take advantage of the Functional Tester application
programming interface (API) 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.
You can start by making some of these simple modifications to recorded
functional test scripts:
- Change a user action, such as object().drag() to object().click().
- Delete recorded commands.
- Place an often repeated sequence of actions into a method.