These advanced topics provide information for testers who want to make changes to Functional Tester 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 Tester 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.
The sections that follow describe how you can take advantage of the Functional Tester application programming interface (API) to script the following tasks:
Terms of use | Feedback
(C) Copyright IBM Corporation 2002, 2004. All Rights Reserved.