Can you write 2 positive and 2 negative test-cases for the email-id field on the register page of a website?

1. Test the login page with valid username and password.

2. Test the login page with invalid username and valid password.

3. Test the login page with valid username and invalid password.

4. Test the login page with both username and password fields empty.

5. Test the login page with one of the fields (username or password) empty.

6. Test the maximum character limit of the username and password fields.

7. Test the minimum character limit of the username and password fields.

8. Test special characters in the username and password fields.

9. Test the login page with case-sensitive inputs.

10. Test the 'Forgot Password' functionality.

✅ Points to Remember

  • Ensure that all possible scenarios are covered, including edge cases.
  • Avoid making assumptions about how the system functions. Base your tests on the provided requirements, not on how you think the system might work.