jfcUnit
http://jfcunit.sourceforge.net/
jfcUnit enables developers to write test cases for Java Swing based applications. It provides support for:
1. Obtaining handles on Windows/Dialogs opened by the Java code.
2. Locating components within a component hierarchy that occur within the containers found above.
3. Rasing events on the found components, e.g. clinking a button, typing text in a Text Component.
4. Handling testing of components in a thread safe manner.
Since version 2.0, jfcUnit provides XML Recording and playback. This allows users to quickly and antomatically generate/edit scripts to drive the testing. The XML API's are open and allow for developers to define own XML handleers.
'Papers > Test Automation' 카테고리의 다른 글
Hierarchical GUI Test Case Generation Using Automated Planning (0) | 2008.06.12 |
---|---|
Automated Testing vs. Regression Test Automation (0) | 2008.05.26 |
Improving the Maintainability of Automated Test Suites (0) | 2008.05.25 |
An Object Oriented Framework For User Interface Test Automation (0) | 2008.05.23 |
Automatic GUI Generation For Web Based Information Systems (0) | 2008.05.15 |