Download List

Projeto Descrição

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 foram corrigidos. A implementação TestCase base foi adicionada tanto para JUnit e TestNG. Mais afirmações foram adicionados sobre o estado de componentes de interface do usuário.
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.

2009-01-16 21:45
1.0

A API foi melhorada para matchers componente personalizado. Métodos foram adicionados para selecionar JRadioButtons. Novos utilitários foram adicionados automaticamente seleccione um JComponent dado.
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.

2009-01-06 09:13
1.0rc2

Modo AWT foi removido. RobotFixture foi renomeado para BasicRobot. 'invokeLater' e 'invokeAndWait' foram removidas org.fest.swing.core.Robot. Componente de acções menos foram adicionados ao Robot. Existem algumas correções.
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.

2008-12-09 06:45
1.0rc

Suporte para verificar que as aplicações Swing respeitar as regras de segmentação Swing (acesso EDT.) Some bugfixes.
Tags: Major bugfixes
Support for verifying that Swing applications respect Swing's threading rules (EDT access.) Many bugfixes.

2008-07-25 05:38
1.0b1

Esta versão adiciona suporte para testes de aplicações Java, ao término da execução de testes de GUI, e comum utilizar-matchers componente. Tem de limpeza de código para uma melhor ampliação das instalações, bem como correções de bugs.
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.

Project Resources