I started using http-unit a long time ago and it rocks!
We ran into a problem however because we where using javascript and some browser specific stuff. In order to get more testing done similiar to what our users would be experiencing I decided to write Web-Unit (aka Enterprise Web Test). It is basically modeled after HTTP unit but instead of faking a browser it actually drives the browser itself. The current release has been out for about 6 months now and it works great. We do all our testing against Internet Explorer right now but soon will do Mozilla. Ofcourse its all Java though using a clever way to interface with the actuall native browser.
Hi,
I started using http-unit a long time ago and it rocks!
We ran into a problem however because we where using javascript and some browser specific stuff. In order to get more testing done similiar to what our users would be experiencing I decided to write Web-Unit (aka Enterprise Web Test). It is basically modeled after HTTP unit but instead of faking a browser it actually drives the browser itself. The current release has been out for about 6 months now and it works great. We do all our testing against Internet Explorer right now but soon will do Mozilla. Ofcourse its all Java though using a clever way to interface with the actuall native browser.
If you have the same need, you may want to give it a try.
http://sourceforge.net/projects/webunitproj/