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.
This release adds new features that make troubleshooting GUI testing a lot easier. Configuration of test speed is possible. Component lookup scopes allow the user to limit component lookup to "showing" GUI components or to let any GUI component participate in a lookup. Support for all the JDK-provided Swing components has been added.