Selenium is a pretty good option. It has a simple extensible api and tests run on the browser not on http proxy. Tests can be written basic html tables or in driven mode in java, ruby etc. Url is http://selenium.thoughtworks.com
Cenk �ivici On 6/9/05, Dominik Dary <[EMAIL PROTECTED]> wrote: > Hello list, > > has someone experience in testing jsf applications with canoo webtest? > i wrote an script and the login to my application works. > > i have problems, if i want to follow links. i think the javascript links > are the problem. > i use the following statement in the canoo file: > <clicklink label="dominik1" stepid="dome1"/> > > but it doesn't work. > > I heared from jwebunit or httpunit, is there an other framework to test > the webapplication? > > Thanks Dome > >

