Looking for a web testing framework

From: Jonathan Taub (jonathanztaub_at_yahoo.com)
Date: 01/28/04


Date: 28 Jan 2004 03:55:10 -0800

Just as I use JUnit for server side unit testing (EJBs), I have a need
to test
a web application. I started out with HttpUnit which seemed quite
easy.
However, soon I ran into a lot of trouble. Interacting with radio
buttons, <select> elements, disabled items and some DHTML proved this
far to be impossible.

I've searched for other web application testing framework and came up
with JWebUnit which is JUnit built above HttpUnit. It offers some
assertXXX methods which are nice but basicly it doesn't provide me the
functionality I need.

Are there any other web application testing frameworks out there in
Java?