Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    FEST-Swing 1.2

    Download button

    No screenshots available
    Downloads: 899  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Poor (1.9/5)
    19 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alex Ruiz | More programs
    GPL / FREE
    June 8th, 2010, 07:32 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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");


    Product's homepage

    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: [ read full changelog ]

    Bug:

    · [FEST-341] – Error in ScreenshotOnFailureListener.takeScreenshotAndReturnFileName. Thanks to Grego.
    · [FEST-342] – Javadocs in methods annotated with @RunsInCurrentThread are wrong.
    · [FEST-345] – KeyStrokeMappingProviderNames uses the wrong name for KeyStrokeMappingProvider. Thanks to Olivier DOREMIEUX.

    Improvement:

    · [FEST-347] – Incorporate keyboard mapping for French MacOS. Thanks to Olivier DOREMIEUX.
    · [FEST-348] – Fix implementation of ’selectAll’ in JTextComponentDriver. Thanks to Olivier DOREMIEUX.
    · [FEST-355] – ComponentFixture validateNotNull method visibility.

    New Feature:

    · [FEST-354] – Move class SystemProperties from fest-swing to fest-util.

    Task:

    · [FEST-343] – Update FEST-Reflect dependency to version 1.2.
    · [FEST-344] – Update FEST-Util dependency to version 1.1.2.

      


    TAGS:

    Java library | GUI testing | Swing GUI | Java | library | Swing

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM