HtmlUnit 2.5 Released
HtmlUnit, the HeadLess Java browser, has been just been released. The list of bug fixes is quite impressive.
If you need unit tests for your webapp, then you should definitively give HtmlUnit a closer look. It is pretty simple to use and easy to integrate in existing Ant and Maven build processes. HtmlUnits system requirements might be somewhat on the heavy side, but you get a pretty good tool with an impressive feature list.
HtmlUnit supports the following JavaScript libraries:
- jQuery 1.2.6: Full support
- MochiKit 1.4.1: Full support
- GWT 1.6.4: Full support
- Sarissa 0.9.9.3: Full support
- MooTools 1.2.1: Full support
- Prototype 1.6.0: Very good support
- Ext JS 2.2: Very good support
- Dojo 1.0.2: Good support
- YUI 2.3.0: Good support
I am using it extensively with YUI 2.7.0 and ExtJs 2.2. IMHO it’s one of the best free web application GUI testing tools out there.
(via TheServerSide.com)