0 Replies Latest reply on May 21, 2008 6:16 PM by stephanos

    Captcha in Web Test

    stephanos

      Hi,


      I want to do some Web Testing (Selenium/WebDriver, not Seam Integration Test), however, on my registration page is a Seam Captcha. How could my test pass this?


      I had the idea to put in a hidden field (only in development of course) which contains the captcha answer. But how do I even obtain it? I don't know if it would be better to override the captcha validation to always pass, but how could I only do that in development (maybe using FACELETS.DEVELOPMENT or some Seam debug variable)?


      Does anybody have a clever idea?


      Cheers