I initially wanted to use jwebunit for it's pre-existing FIT fixture but found many
limitations in httpunit that made it nearly unusable for our needs. In general I
think httpunit is much more suited to unit testing and htmlunit is better for
integration/acceptance testing, mostly due to the intimate knowledge of forms that
seems to be required with httpunit.
Brad C
--- Mandaris Moore <ahe...@gm...> wrote:
> Hello,
> I'm an intern assigned to the task of finding an efficient way to test
> some of the web applications that my company makes. After looking
> around I discover HtmlUnit. I was wondering why so many of you have
> choosen this tool versus something else such as jWebUnit or regular
> httpUnit.
>
> If you know of any other (free) tools please let me know about what
> you think of those as well.
>
> Thank you
|