Posts

Showing posts from January, 2023

Test case for OTP Verification.

Image
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 alph