/tags/fest-swing-1.0b2.1/src/main/javadoc/overview.html
http://fest.googlecode.com/ · HTML · 49 lines · 49 code · 0 blank · 0 comment · 0 complexity · c463226eed04218f6238b27382a3e3f5 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body>
- <p>
- This document is the API specification for the <a href="http://fest.easytesting.org/swing" target="_blank">FEST</a> Swing
- Module.
- </p>
- <p>
- The FEST Swing module is an Open Source library
- (<a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache 2.0 license</a>) that provides:
- <ul>
- <li>
- Simulation of user-generated events and reliable GUI component lookup
- </li>
- <li>
- Easy-to-use and powerful API that simplifies creation and maintenance of Swing GUI functional tests:
- <pre>
- <code>
- dialog.comboBox("domain").select("Users");
- dialog.textBox("username").enterText("alex.ruiz");
- dialog.button("ok").click();
- dialog.optionPane().requireErrorMessage()
- .requireMessage("Please enter your password");
- </code>
- </pre>
- </li>
- <li>
- Supports both <a href="http://www.junit.org" target="_blank">JUnit</a> and
- <a href="http://testng.org" target="_blank">TestNG</a>
- </li>
- <li>
- Ability to take screenshots of failed GUI tests and embed them in a HTML report (<a href="http://www.junit.org" target="_blank">JUnit</a> and <a href="http://testng.org" target="_blank">TestNG</a>)
- </li>
- <li>
- Experimental <a href="http://groovy.codehaus.org/" target="_blank">Groovy</a> Builder support for creating GUI tests (coming soon!)
- </li>
- </ul>
- </p>
- <p>
- For more information, please read more about <a href="org/fest/swing/fixture/package-summary.html">FEST-Swing fixtures</a>
- or the
- <a href="http://fest.easytesting.org/swing/wiki/pmwiki.php?n=FEST-Swing.GettingStarted" target="_blank">Getting Started</a> guide.
- </p>
- </body>
- </html>