|
Answer» Listed below are the possible scenarios you can use to test an application's login feature: - Input fields, such as username and password, should be validated both with valid and invalid values.
- You can also try entering a valid email address with an incorrect/invalid password, as well as entering an invalid email address with a valid password. Verify that a proper error message APPEARS.
- Get logged in to the application by entering valid credentials. Check if you are still logged in by CLOSING and reopening the browser.
- Once the user has logged in, navigate again to the login page to see whether he or she needs to log in again.
- If you are signed in through one browser, open the application through another browser to verify that you are signed in through the other browser.
- You should CHANGE your password after logging into the application and then try to login again with the OLD password.
|