Test cases for captcha: Captcha stands for Completely Automated Public Turing test to tell Computers and Humans Apart. Captcha is used in websites and validates that it should be a user, not a robot. Captcha is used to prevent the spammer so when users log in or register on websites captcha functionality is used.
In this article, we have covered maximum test cases for different kinds of captcha which are used on websites.
Test cases for Captcha:
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that type of captcha. |
2 | Testcase_02 | Verify that the captcha is loaded properly or not on the page. |
3 | Testcase_03 | Verify that the time duration when captcha is loaded on-page. |
4 | Testcase_04 | Verify that every time captcha should be new when refreshing the page or reloading the web page |
5 | Testcase_05 | Verify that behavior of the captcha field when the internet slow |
6 | Testcase_06 | Verify that the webpage should be able to accept valid captcha |
7 | Testcase_07 | Verify that the new captcha should be displayed after the session expires |
8 | Testcase_08 | Verify that the validation error message should be displayed for the leave blank captcha field |
9 | Testcase_09 | Verify that the captcha audio option is available or not |
10 | Testcase_10 | Verify that the captcha is displayed properly aligned or not |
11 | Testcase_11 | Verify that the user should be able to change the captcha without reloading the webpage |
12 | Testcase_12 | Verify that the user is able to skip captcha or not |
Test cases for image Captcha
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that images are properly displayed or not. |
2 | Testcase_02 | Verify that images are clickable or not. |
3 | Testcase_03 | Verify that the user is able to verify selectable images or not. |
4 | Testcase_04 | Verify that new images are loaded if the user selects the wrong images |
5 | Testcase_05 | Verify that new images are loaded or not when the user reloads the web page |
Test cases for Digit / Code Captcha
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that the digit or code should be clearly visible or not |
2 | Testcase_02 | Verify that the user should not be allowed to copy the digit captcha from the image |
3 | Testcase_03 | Verify the user is able to reload the captcha code |
4 | Testcase_04 | Verify that it has thrown a validation error on the entered wrong captcha |
Conclusion:
So as above test cases for the captcha are used to improve the quality of captcha functionality and also improve the user experience. If you are also looking for different examples of test cases please click on the link below.
Thank you, Readers….!!!!