Flex control proxy

This FlexCustomControl sample explains how to extend the recording behavior of a control with SubItems and support the playback for the extended recording behavior. The sample works with the application under test sample. To view the samples, import the flex proxy for which the proxy is being written into your workspace.

Time required: 15 minutes
Prerequisite: You must open the help from Rational® Functional Tester to import the samples into your workspace.
Importing samples
  1. To import the sample into the Eclipse workspace, click Get the sample. You must import all the samples that are provided here into your workspace.
  2. Open the Java perspective to view the imported samples.
    The proxy sample contains these files:
    • Proxy source files
      • FlexCustomControl\src\sdk\sample\flex\FlexCustomControlProxy.java
      • FlexCustomControl\src\sdk\sample\flextestobject\FlexCustomControlTestObject.java
      • FlexCustomControl\src\FlexCustomControl.rftcust
    • Eclipse project files
      • FlexCustomControl\.project
    • Proxy binary files
      • FlexCustomControl\FlexCustomControl.jar
      • FlexCustomControl\FlexCustomControl.rftcust
    The application under test sample contains these files:
    • Eclipse project file: FlexCustomControlApp\.project
    • Application under test files: FlexCustomControlApp\mypage.htm
  3. Test the flex proxy sample