Developing proxies using the Proxy SDK wizard
Rational Functional Tester proxy SDK supports wizard driven development of proxies. Proxy development life cycle stages such as creating a proxy project, creating a proxy class, exporting the proxy packages and deploying these proxies is done using the proxy wizards.
To use the proxy development wizard, have:
- Detailed understanding of the Functional Tester framework.
- Knowledge of the controls for which proxies are created.
- Knowledge of Java programming based on the proxy framework.
Rational Functional Tester Proxy SDK wizard supports developing proxies for Flex, Eclipse and Java technologies
- Create a proxy project
The IBM Rational Functional Tester proxy SDK supports wizard driven proxy development. This wizard helps you create a new proxy project in the work area.- Create a proxy class
Proxy classes that you develop are stored in the proxy project container. You must use proxy-class wizard development to create a proxy framework. The proxy writer must provide the logic for the proxy. For example, enter the logic for the methods and interfaces for the proxy to recognize the controls.- Exporting proxy packages
You can use the export wizard to export resources to an archive file. The components that must be deployed are bundled in a file.- Import proxy packages
The import wizard imports the proxy package to the customization directory of IBM Rational Functional Tester. The import wizard displays the proxy items that are available in the proxy package. You can import these items into Rational Functional Tester or any computer.
Related concepts
Current level of proxy support that Functional Tester provides
Related tasks
Extending Flex custom control support using Proxy SDK wizard