Verify CAPTCHA Fails with Incorrect Input
Verify that the system does not authenticate users who fail the CAPTCHA test.
Preconditions:
- The system has CAPTCHA enabled for authentication.
- A stable internet connection is available.
- The user has access to a supported web browser.
Test Steps:
- Open a web browser.
- Navigate to the application's login page.
- Enter valid credentials
- Enter incorrect CAPTCHA response (e.g., selecting wrong images, entering wrong text).
- Click Login
Expected Result:
- The system displays an error message (e.g., "CAPTCHA verification failed.").
- The login attempt is blocked.
- The user must pass CAPTCHA verification to proceed.
Postconditions:
- The user must retry CAPTCHA to authenticate successfully.
Test Priority:
Medium
Status:
Pass/Fail (to be determined after execution)