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
- Host: GitHub
- URL: https://github.com/JWebUnit/jwebunit
- Owner: JWebUnit
- License: other
- Archived: true
- Created: 2015-07-29T11:02:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T15:47:30.000Z (almost 5 years ago)
- Last Synced: 2024-01-28T12:07:23.566Z (about 1 year ago)
- Language: Java
- Homepage: https://jwebunit.github.io/jwebunit
- Size: 18.1 MB
- Stars: 18
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-java - JWebUnit
README
### JWebUnit
[](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.htmlHave fun!
-The JWebUnit team