Software Testing Tools Question:

Explain Software Test Tool JFCUNIT?

Testing Tools Interview Question
Testing Tools Interview Question

Answer:

Kind of Tool
JUnit extension for Java Swing applications (freeware)
Organization
jfcUnit project
http://jfcunit.sourceforge.net/
Software Description
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. Raising events on the found components, e.g. clicking a button, typing text in a TextComponent.
4. Handling testing of components in a thread safe manner.
Distributed under the GNU LGPL.
Platforms
Platforms supported by Java Swing


Previous QuestionNext Question
Explain Software Test Tool JEMMY?Explain Software Test Tool MARATHON?