Download List

專案描述

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.

System Requirements

System requirement is not defined
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.

2009-02-25 16:12
1.1

Major bugs were fixed. A base TestCase implementation was added for both JUnit and TestNG. More assertions were added on the UI Component state.
標籤: Major bugfixes

2009-01-16 21:45
1.0

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.
標籤: Minor feature enhancements

2009-01-06 09:13
1.0rc2

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.
標籤: Code cleanup

2008-12-09 06:45
1.0rc

Support for verifying that Swing applications respect Swing's threading rules (EDT access.) Many bugfixes.
標籤: Major bugfixes

2008-07-25 05:38
1.0b1

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.
標籤: Major feature enhancements

Project Resources