FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. It provides an easy-to-use, DSL-oriented API that makes creation and maintenance of GUI tests easy. It can be used with JUnit and TestNG.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The API was improved for custom component
matchers. Methods were added to select
JRadioButtons. New utilities were added to
automatically scroll to a given JComponent.
AWT mode has been removed. RobotFixture has been renamed to BasicRobot. 'invokeLater' and 'invokeAndWait' have been removed from org.fest.swing.core.Robot. Component-less actions have been added to Robot. There are some bugfixes.
This release adds support for testing Java applets, termination of running GUI tests, and common-use component matchers. It has code cleanup for better extension of fixtures, as well as bugfixes.