FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. It provides an easy-to-use, DSL-oriented API that makes creation and maintenance of GUI tests easy. It can be used with JUnit and TestNG.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Major Bugs wurden gefixt. Eine Basis TestCase Umsetzung war sowohl für JUnit und TestNG aufgenommen. Weitere Aussagen wurden auf der UI-Komponente Staat aufgenommen.
Tags:
Major bugfixes
Major bugs were fixed. A base TestCase implementation was added for both JUnit and TestNG. More assertions were added on the UI Component state.
Die API für benutzerdefinierte Komponente Matcher verbessert. Methoden wurden hinzugefügt, um JRadioButtons auszuwählen. Neue Werkzeuge wurden hinzugefügt, um automatisch zu einem bestimmten JComponent blättern.
Tags:
Minor feature enhancements
The API was improved for custom component
matchers. Methods were added to select
JRadioButtons. New utilities were added to
automatically scroll to a given JComponent.
AWT-Modus entfernt wurde. RobotFixture wurde BasicRobot umbenannt. "invokeLater 'und' invokeAndWait" wurden von org.fest.swing.core.Robot entfernt. Bauelemente-less Maßnahmen wurden Robot aufgenommen. Es gibt einige Bugfixes.
Tags:
Code cleanup
AWT mode has been removed. RobotFixture has been renamed to BasicRobot. 'invokeLater' and 'invokeAndWait' have been removed from org.fest.swing.core.Robot. Component-less actions have been added to Robot. There are some bugfixes.
Diese Veröffentlichung fügt Unterstützung für das Testen von Java-Applets, die Einstellung des laufenden GUI-Tests, und der gemeinsamen Nutzung Komponente Matcher. Es hat Quelltextbereinigung für eine bessere Verlängerung der Armaturen, sowie Bugfixes.
Tags:
Major feature enhancements
This release adds support for testing Java applets, termination of running GUI tests, and common-use component matchers. It has code cleanup for better extension of fixtures, as well as bugfixes.