Hi all, I've successfully created a bunch of view tests for the application we are currently developing. Unfortunately, I'm now facing a problem for which I haven't been able to find a solution. I want to test the behaviour of a registration form which contains a captcha (JCaptcha, jcaptcha.sf.net). As soon as I send off the form, I get a server error 500. The captcha servlet is unable to validate the captcha string because it cannot find the captcha associated with the current captcha ID. This seems to be some kind of session or general servlet problem, and I'm completely stumped right now. Anyone else around who has had such problems? Any pointers are greatly appreciated.
Mit freundlichen Grüßen / Best regards Robert Spielmann IT Consultant -- codecentric GmbH Grünewalder Str. 29-31 42657 Solingen Telefon +49 (212) 2494-322 Fax +49 (212) 2494-334 Mobil +49 (151) 14705709 E-Mail [EMAIL PROTECTED] Internet www.codecentric.de <http://www.codecentric.de/> Geschäftsführer: Peter Gierse, Mirko Novakovic und Rainer Vehns Sitz der Gesellschaft: Solingen Registergericht: Amtsgericht Wuppertal, HRB 19214 _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

