Definitions for "JFCUnit "
Keywords:  junit, novice, swing, gui, playback
JFCUnit enables you to write test cases for Java Swing-based applications. It provides support for obtaining handles on windows opened by your code, locating components within a component hierarchy, raising events on components , and handling testing of components in a thread-safe manner.
An extension to the JUnit framework that enables you to execute unit tests against code that presents a Swing GUI based interface. Recording and playback to/from XML allows novice GUI developers to generate and execute tests.