How to bypass Captcha when automating tests
♥ 0 |
Our web application has a Captcha validation when logging in. How can we use UFT to pass the Captcha test?
Marked as spam
|
Private answer
Captcha is specifically designed to defeat automation tools. UFT has no built-in features for overcoming this limitation. I did find this article that had some interesting ideas on how to work-around Captcha. I also had a coworker send me the following: "Web sites may use Word Verification fields that display text that the user must enter to verify that the user is not a machine. Such verification blocks automated usage of the page, including running automated tests. There currently is not a direct solution to enter CAPTCHA values; however, below are the alternative options to try: 1. Request developers to remove CAPTCHA validation OR Marked as spam
|