Google News
logo
Automation Testing - Interview Questions
How do you handle CAPTCHA in your test automation project?
To automate an application which uses CAPTCHA, you have to consult your development team to provide a workaround.
 
* To keep the CAPTCHA static in your test environment
* To disable the CAPTCHA in your test environment
* By making CAPTCHA static in your test environment helps you to automate CAPTCHA by providing one specific value as a CAPTCHA on every run.
Advertisement