An open API service indexing awesome lists of open source software.

https://github.com/JWebUnit/jwebunit

Java web testing framework
https://github.com/JWebUnit/jwebunit

Last synced: about 2 months ago
JSON representation

Java web testing framework

Awesome Lists containing this project

README

        

### JWebUnit

[![Build Status](https://travis-ci.org/JWebUnit/jwebunit.svg)](https://travis-ci.org/JWebUnit/jwebunit)

https://jwebunit.github.io/jwebunit/

JWebUnit is a Java framework that facilitates creation of acceptance tests for
web applications. It evolved from a project where we were using HttpUnit and
JUnit to create acceptance tests. As the tests were being written, they were
continuously refactored to remove duplication and other bad smells in the test
code. JWebUnit is the result of these refactorings.
We are using HtmlUnit (htmlunit.sourceforge.net).

Changes in this version are available here:
https://jwebunit.github.io/jwebunit/changes-report.html

Have fun!
-The JWebUnit team