Check Password Reset Funtionality
Verify that the password reset functionality works as expected.
Preconditions:
- A stable internet connection is available.
- The user has access to a supported web browser.
- The user has a registered email address.
Test Steps:
- Open a web browser.
- Navigate to the application's password reset page (e.g., https://www.example.com/reset-password).
- Enter the registered email address and click Submit.
- Check the email inbox for a password reset link.
- Click the reset link and follow the instructions to set a new password.
- Attempt to log in with the new password and observe the behavior of the application.
Expected Result:
- The user receives a password reset email with a valid link.
- The user can set a new password and log in successfully.
- The old password no longer works.
Postconditions:
- The user is logged in with the new password.
- The application is in a usable state for further testing.
Test Priority:
Medium
Status:
Pass/Fail (to be determined after execution)