Test case for OTP Verification.

Test cases for "OTP" Verification page. 




How to test OTP verification functionality. i wrote some scenarios. hope its help-full.


1. Verify that one time password generate within a time duration or not.

2. Check the generated OTP is valid from one time or not

3. Verify that how many time user can enter invalid.

4. To check that it received only registered email/mobile number.

5. Verify that OTP is case-sensitive or not.

6. Verify that if once used then not allowed to use again.

7. Verify that OTP received with set of count or not. (like 6 digit OTP)

8. Verify that it allow to use after timeout?

9. Verified that Resend OTP button is working or not.

10. Verify that “Submit” button functionality is working or not.

11. Verify that text box is allowed to enter large input rather than OTP size.

12. To check that it display any validation message when clicking on submit button without entering OTP.

13. Check for types of characters are support. Like only digits, only alphabets, alphanumeric.

14. To check that after multiple invalid trying, system can block account temporary.

15. To check that temporary blocked account, system does not send OTP.

16. To check that invalid email/mobile number system can send OTP?

17. To check that it generate new OTP or same OTP when click on resend.

18. To check that what happened when refresh the page after received OTP?

19. To check that entering valid OTP display valid message?

20. To check that entering valid OTP redirect valid page?

21. To check that user receive at a time one OTP message or not?

22. To verify that when entering invalid OTP it display error message on screen.

23. To check that user can log in with expired OTP?

24. Verify that system should not accept expired OTP.

25. Verify the Resend OTP code Limits to send it again and again.

26. Verify time duration for OTP generated code received by the user on mobile.

27. Verify that OTP accept any other characters or special characters.

28. Verify that it accept <space> in OTP text box. (ex: <space> OTP)

29. Try with 2 users for generate OTP and submit OTP each of other.



if any missed-out by me then please comment it.😀
image is just for reference purpose.



Comments

Popular posts from this blog

Test cases for Dashboard

Test Cases for Payment Gateway.