
|
|
|
|
Home / Computers / Programming / Languages / Java / Development Tools / Performance and Testing / GUI Testing
|
|
|
|
Web Sites
|
- 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.
abbot.sourceforge.net
- 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]
pounder.sourceforge.net
- qftest - Offers automated testing of graphical programs. [Commercial]
www.qfs.de/en/projects/qftest
- The Liar View Bug Pattern - Article about testing problems related to using the model-view-controller architecture
www-106.ibm.com/developerworks/library/j-diag5.html
|
|
|
|
|