Abbot
A framework for testing Java GUIs. Using simple XML-based scripts, you can launch a GUI, play back arbitrary user actions on it, and examine its state. Includes a script editor which can record user actions.
url: abbot.sourceforge.net/
EJBVerify
A Java based GUI testing tool to test Enterprise Java Beans. It gives a GUI to test the functionality of each bean`s remote/home methods. Data for testing is accepted from the user during run-time.
url: www.geocities.com/sskumar3535/java/EJBVerify.html
JFCMark
Benchmark suite aimed at measuring and comparing performance of JFC/Swing and related APIs. Free download with full source code.
url: www.excelsior-usa.com/jfcmark.html
Pounder
A utility for testing Java GUIs. It allows developers to dynamically load components, record scripts, and then use those scripts to construct JUnit tests. Requires Java 1.4. [Open source, LGPL]
url: pounder.sourceforge.net/
qftestJUI
Offers automated testing of Swing programs. [Commercial]
url: www.qfs.de/en/qftestJUI/
The Liar View Bug Pattern
Article about testing problems related to using the model-view-controller architecture
url: www-106.ibm.com/developerworks/library/j-diag5.htm...