Answers

Question and Answer:

  Home  Project Planning

⟩ what are all the test scenarios for login passwords?(user authentication)?

When ever the user presses tab key after entering the

password the program has to check all these scenarios---

1)The password should not appear in the URL once you press

enter after entering the password, it sometimes gets into

the URL

2) Minimum length of the password is adhered to

3)Maximum length(limit of characters) of the password is

adhered to

4)Copy/Paste function should not work for the password field

5) Password should not accept white spaces

6) Password should not accept special characters

7) With username entered but not the password, a validation

pop up should appear that "you need to enter the password)

 159 views

More Questions for you: