FEST

FEST is a Java library that provides a fluent interface for functional Swing GUI testing.
Download

FEST Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Alex Ruiz
  • Publisher web site:
  • http://fest.easytesting.org/mocks/index.html

FEST Tags


FEST Description

FEST is a Java library that provides a fluent interface for functional Swing GUI testing. FEST is a Java library that provides a fluent interface for functional Swing GUI testing. FEST library provides an easy-to-use API that makes creation and maintenance of GUI tests easy.Why do we need to test GUIs?Testing GUIs can make the entire system safer and more robust. Any GUI, even one providing only the simplest capabilities, likely encloses some level of complexity. Any complexity in software must be tested because code without tests is a potential source of bugs. A well-tested application has a greater chance of success.GUI testing is also essential during application maintenance. During this phase, code might be refactored frequently to improve design, and this code often encloses great portions of the user interface. Having a solid test suite that includes GUI code can give us confidence that we are not inadvertently introducing bugs.Reference: Test-Driven GUI Development with TestNG and Abbot by Alex Ruiz and Yvonne Wang Price (IEEE Software May/June 2007 issue). Here are some key features of "FEST": · Simulation of user interaction with a GUI (e.g. mouse and keyboard input) · Reliable GUI component lookup (by type, by name or custom search criteria) · Support for all Swing components included in the JDK · Compact and powerful API for creation and maintenance of functional GUI tests · Ability to embed screenshots of failed GUI tests in HTML test reports · Can be used with either JUnit or TestNG · Experimental Groovy Builder support (coming soon!) Requirements: · Java SE 5.0 or later.


FEST Related Software