I would like to add a captcha, for example reCaptcha, to certain functionality on my site. How can I adapt my acceptance tests?
Is this the only solution to disable captcha on an intermediate site?
Clarification:
Of course, I'm not talking about brute force cracking my own captcha, but, for example, some option to enter the state into captcha from the server side, which my test knows about.
PS My server-side code uses the Pyramid framework, and my tests are written using Selenium
source
share