mfaisalkhatri / Manual_Testing

This repository contains General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
https://mfaisalkhatri.github.io
Apache License 2.0
366 stars 116 forks source link

Add sample test cases for Passwordless functionality #13

Open mfaisalkhatri opened 2 years ago

Tytheris commented 1 year ago

1-Verify that the user can login using a passwordless authentication method. 2-Verify that the user is not required to enter a password during the authentication process. 3-Verify that the system sends an email or SMS message to the user with a verification code or link to complete the authentication process. 4-Verify that the verification code or link is valid for a limited time only. 5-Verify that the user can request a new verification code or link if the old one has expired or been invalidated. 6-Verify that the verification code or link is unique and cannot be used more than once. 7-Verify that the system displays an appropriate error message if the user enters an incorrect verification code or link. 8-Verify that the system blocks access to the user's account if too many incorrect verification attempts are made. 9-Verify that the user can update their email or phone number used for passwordless authentication. 10-Verify that the user can disable or enable the passwordless authentication method at any time

HarikaB11 commented 10 months ago

Hi, I would like to take this issue.