JWebUnit

Open source Java-based framework for testing web applications
Download

JWebUnit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Julien Henry
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 7.7 MB

JWebUnit Tags


JWebUnit Description

Open source Java-based framework for testing web applications 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, one can have different testing engines. Currently, only HtmlUnit plugin is ready. Some work is in progress to use Selenium to execute tests. As the tests were being written, they were continuously refactored to remove any duplication and other bad smells in the test code. JWebUnit is the final 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. This code try to stay independent of the libraries behind the scenes. The simple navigation methods and ready-to-use assertions allow for more rapid test creation than using only JUnit and HtmlUnit. And if you want to switch from HtmlUnit to the other soon available plugins, no need to rewrite your tests. What's New in This Release: · Updated to HtmlUnit 2.5. henryju · add Enable partial matches of image src and alt attributes. Added assertImagePresentPartial(String partialImageSrc, String partialImageAlt) method. Fixes 2106019. Thanks to Kent R. Spillner. henryju · add · Exposed option to toggle exceptions on Javascript errors. Fixes 2647451. Thanks to Kent R. Spillner. henryju · fix · Used buffered output stream to improve WebTester.saveAs method performances. Fixes 2568604. Thanks to Umkhulubaas. henryju · fix · WebClient.closeAllWindows() called to prevent memory leak.


JWebUnit Related Software