Project Planning Question:
Download Job Interview Questions and Answers PDF
what are all the test scenarios for login passwords?(user authentication)?
Answer:
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)
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)
Download Project Planning Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain DLL HELL? | How will gather requirements and where do you record. Is it in word / Excel or do you have any tool for that? |