FEST-Swing

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

FEST-Swing Ranking & Summary

Advertisement

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

FEST-Swing Tags


FEST-Swing Description

FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. It 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.Examples:The following example shows a test verifying that an error message is displayed if the user forgets to enter her password when trying to log in an application:dialog.comboBox("domain").select("Users");dialog.textBox("username").enterText("leia.organa");dialog.button("login").click();dialog.optionPane().requireErrorMessage() .requireMessage("Please enter your password"); Here are some key features of "FEST-Swing": · 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 2 Standard Edition Runtime Environment What's New in This Release: · any new features, including support for regular expression matching. · Bugfixes and improvements.


FEST-Swing Related Software