Home
Installation
Quick Start
Javadoc
Project Page
Download
HttpUnit
Junit
|
First download jWebUnit from the files area
and expand to a local directory.
The following dependencies are distributed with jWebUnit and are available in the lib directory:
Dependencies
Dependency | Jar | Description |
HttpUnit 1.5 | httpunit.jar | Java library for the automatic stimulation and testing of web applications. |
Rhino | js.jar | Java javascript implementation used by httpunit. Only needed if javascript in target application must be tested. |
nekohtml | nekohtml.jar | Java html parser and beautifier used by httpunit as of 1.5. |
JUnit 3.8.1 | junit.jar | Java testing framework. |
Apache XML API | xml-apis.jar | Common XML stuff needed by Tidy/HttpUnit. |
Xerces 2-2 xml parser | xercesImpl.jar | Needed for Httpunit/neko as of HttpUnit 1.5. |
|