Hi, I want to write a unit test for a Zend_Form that includes a captcha element. When I want to test, if this form is valid, I need to pass the correct value for the captcha. But how do I get it? Form the Zend_Form object? From the captcha element? Or from the session?
Thanks and best regards, Ralf
