What is a good web application testing framework that I can use for a fairly large JavaEE based app?
I am currently using Canoo Webtest, but we are running into issues with jQuery. I have tried upgrading the htmlunit to the current version, but that causes even more strange errors to occur.
I am looking to see what other automated web testing frameworks there are out there.
--Thanks