Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Software System Design Interviews:Design PatternsProject PlanningRequirements ManagementSoftware Design ToolsTechnical Writer
Copyright © 2018. All Rights Reserved
Project Planning Interview Question:
what are all the test scenarios for login passwords?(user authentication)?
Submitted by: AdministratorAd
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)
Submitted by: Administrator
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)
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
