FEST-Swing: GUI Testing Made Easy
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"); |






