jWebUnit is a java-based testing framework for web applications based on HttpUnit and JUnit.
It provides a high-level API for navigating a web application and a set of assertions to verify the application's correctness.
The jWebUnit API is documented
primarily in {@link net.sourceforge.jwebunit.WebTester}.
The two basic ways to begin using jWebUnit are:
- Create a Junit TestCase that extends {@link net.sourceforge.jwebunit.WebTestCase}
- Mix in jWebUnit functionality without inheritance with {@link net.sourceforge.jwebunit.WebTester}
See the QuickStart for full information on getting started with jWebUnit.