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:

See the QuickStart for full information on getting started with jWebUnit.