Examples you can use

This proxy sample explains how to write a simple proxy, map proxies to controls, deploy proxies, and verify how proxies work.

Extended Capabilities : Changing the TestObject descriptive name

This proxy sample extends the proxy method public String getDescriptiveName() to change the TestObject descriptive names for the java.awt.Button and javx.swt.JButton controls.

Deploy the binary files

Copy the ButtonProxy.jar and ButtonProxy.rftcust files to the customization directory and restart Functional Tester to test the sample application-under-test (AUT).

Verify the proxy deployment

You can test the java.awt.Button and javx.swt.JButton controls that are provided as part of the AWTButtonApp and JButtonApp AUTs.

Verify the descriptive name change

You can verify the descriptive name change:


Feedback