HOW TO HANDLE THE "CAPTCHA" IN AUTOMATION TESTING?




Captcha is a security feature of application, if you break this using any tool it means your application security is breakable.


You can use following way to handle captcha in a application:

1. Use wait and enter captcha manually while script is in wait. Use javascript alert for indicating user to enter captcha manually.

2. Disable the captcha from the application for testing purpose.







Post a Comment

0 Comments