How to acceptance test captcha-protected web application functionality?
问题 I would like to add a captcha, such as reCaptcha, to a certain functionality on my site. How could I adapt my acceptance tests? Is the only solution to disable the captcha's on the staging site? Clarification: Of course I am not speaking of brute-force cracking my own captcha, but e.g. some option to inject a state into the captcha from the server side that my test knows about. PS My server side code uses the Pyramid framework, and my tests are written using Selenium 回答1: The point isn't to