Test Case and Scenarios For OTP code Verification
Complete List of the Test Case and Scenarios For OTP code Verification in a Web Application. Test Scenarios For Website Testing.
- Verify for verification whether valid and correct OTP is generated or not.
- Verify OTP code should be valid only for one time or not.
- Verify the count for the OTP code generated should not be more than required.
- Test the count for the OTP code generated should not be less than required.
- Verify OTP code is sent to the user successfully or not within time or not.
- Verify and confirm the time duration in which the user received the OTP-
generated code sent by email. - Check the time duration for the OTP-generated code received by the user on
mobile. - Verify OTP code fetched by the application from the message by default or user
add manually. It depends on the requirements. - Verify by adding the valid OTP application must accept the code successfully.
- Confirm whether the correct info message is shown or not in case if the user adds a valid OTP code.
- Verify a proper error message should be shown in case if the user adds an invalid OTP code.
- Verify OTP code should expire after the time allowed by the application or software.
- Verify application should not accept the OTP code once expired.
- Verify the user can request a new OTP code by clicking on the link or button
resend code. - Verify on again request on clicking on the Resend link OTP code should be sent
to the user successfully or not. - Verify whether the user should be temporarily blocked or not in case if it
requests for new OTP code again and again. - Verify whether the limit is set for OTP code to resend multiple times or not. (For
example, a maximum of five attempts is allowed per user) - Verify OTP code is case sensitive or not.
- Verify OTP code is only numeric or alphanumeric.