Easy Swing GUI Testing with FEST-Swing 0.8
We are proud to announce that FEST-Swing 0.8 is out!
FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. This library provides an easy-to-use API that makes creation and maintenance of GUI tests easy.
Example:
| Code: |
|
dialog.comboBox("domain").select("Users"); dialog.textBox("username").enterText("leia.organa"); dialog.button("login").click(); dialog.optionPane().requireErrorMessage() .requireMessage("Please enter your password"); |
This release includes many new features and improvements. Release notes and more information can be found here.
You can download FEST-Swing 0.8 here.
Best regards,
-Alex Ruiz






