what are all the test scenarios for login passwords?(user
authentication)
Answers were Sorted based on User's Feedback
Answer / bhaskar@infosys
When ever the user presses tab key after entering the
password the program has to check all these scenarios---
1) The password entered should be with in the range
specified. (say >6 & <12 characters)
2) No white spaces.
3) Password should contain atleast one Capital letter and
one Digit.
4) No special characters should be used.
5) Most importantly password should not match with the
username. (( for security reasons ))
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / b.n.murty
* Ensure that total number of chrecters are with in the
range.
* The copy option should not be provided.
* ensure that not to accept white spaces.
* spelcial cheractor are alowed.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ankit
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)
Cant remember more but there can be more..........
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / chandana
one of the scenarios is
Username and password should not be the same
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / renganathan
we need to check the is there is any malicious codes it
accepts.
like
username : hacker
Password : something' or 1=1 -
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prasad babu
Before posting the login request, ensure whether the
password is encrypted.
Try to use virtual keypads for more security
Secret answers/Image can be done.
lot more...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geeky gal ..:))
i have seen a tester pressing tab and checking whether the
password field accept white spaces in between the letters.
And another thing is special character acceptence.U should
not allow any User to have passwords with special characters
(few exceptions are there.Check it out!!)
| Is This Answer Correct ? | 4 Yes | 5 No |
Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
Test the save dialog in Notepad?
How does the senior management review your project's progress?
Write the test cases for instr function?
Tell about yourself and job ?
How are the team members kept informed about the current status of the project?
What is the role of CLR in ASP.NET?
How do you ensure that your project plan is available for others to see? Where will you find the plans of other projects executed (in the past or currently) in the center?
What are the different phases of SDLC ?
94 Answers College School Exams Tests, Geometric Software, Infosys, Microsoft, NIIT, Samyak, Sun Microsystems, TCS,
How to estimate the cost of projects ?
Explain the various activities you do (as a PL) when the project is started up.
Q1. A. How can we determine performance standards? B. Write note on chaining views. Q2. A. Discuss the working with task in Gantt chart view. B. Explain the creation project schedule. Q3. A. What is understand in resource tracking? B. Write short notes on Caturing Baseline. Q4. A. How to customize workgroup message? B. How to use hyperlink? Q5. A. Explain the installation of project server? B. Discuss the working with to-do lists. Q6. A. Explain the working of templates? B. What is visual basic? C. Write shortnotes on user forms.