I found that FEST-Swing has the capability to automate UI actions on Java applets.
FEST-Swing can also test desktop applications as well as applets (in a viewer and in-browser.)
I tried to prepare a script to see its capabilities, but I could not figure out how to load an applet source to FEST to take actions.
How can I load a Java Applet into FEST? Specifically, I would like an example on how to load the below applet in to FEST. http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html
All I want in the script is to click on Next and Previous buttons.