The HtmlUnit team is pleased to announce the release of HtmlUnit 1.14.
This release contains a really large number of improvements in JavaScript support and in execution speed plus bugs fixes and new functionalities. Have a look at the change log for more details, the list is quite impressive.
This is the last version that targets Java 1.4. Next release will target Java 5 and make plain usage of Java 5 features.
Ian Rae said,
January 15, 2008 at 4:08 pm
You have two testing harnesses listed on the htmlunit website, jwebunit and canoo. Do you recommend using either of these or using just htmlunit? I’ve been trying jwebunit, but I think it’s just one guy and it’s not very up to date. Is it listed simply out of politeness? I would recommend taking that link down. It’s doing more harm than good. It’s caused a lot of lost time for me.
Marc Guillemot said,
January 16, 2008 at 8:05 am
I definitely recommend using WebTest: for me it’s the most effective way to test a webapp (read my other posts on WebTests).
I think that HtmlUnit website should list all tools where it is integrated: besides WebTest and jWebUnit, WebDriver should be mentioned too.