JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using JUnit to create acceptance tests. Also, we can have different testing engines. Currently, only HtmlUnit plugin is ready. 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.
JWebUnit provides a high-level API for navigating a web application combined with a set of assertions to verify the application's correctness. This includes navigation via links, form entry and submission, validation of table contents, and other typical business web application features.
JWebUnit team is proud to announce the release of JWebUnit 3.0. This release was internally migrated to JUnit 4 and includes HtmlUnit 2.9 and other minor fixes.
This is a drop-in replacement for older 2.x except for a few corner cases. You can consult http://jwebunit.sourceforge.net/migration.html for details.
JWebUnit team is proud to announce the release of JWebUnit 2.5. This release includes HtmlUnit 2.8 and other minor fixes.
Changes can be reviewed at http://jwebunit.sourceforge.net/changes-report.html
JWebUnit team is proud to announce the release of JWebUnit 2.2. This release includes HtmlUnit 2.5.
Changes can be reviewed at http://jwebunit.sourceforge.net/changes-report.html (0 comments)
JWebUnit team is proud to announce the release of JWebUnit 2.2. This release includes HtmlUnit 2.5.
Changes can be reviewed at http://jwebunit.sourceforge.net/changes-report.html (0 comments)
JWebUnit team is proud to announce the release of JWebUnit 2.1. This release includes lots of new features in the API and in the HtmlUnit testing engine. Thanks to Jevon Wright for the good job.
Changes can be reviewed at http://jwebunit.sourceforge.net/changes-report.html (0 comments)