what are all the test scenarios for login passwords?(user
authentication)
Answer Posted / 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 |
Post New Answer View All Answers
how to tell project details in interview the project is funds flow analysis?
Test the save dialog in Notepad?
How did you choose the appropriate lifecycle for your project?
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.
How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?
Explain dll hell?
Write the instr function.
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?
Tell about current project ?
Explain the various activities you do (as a PL) when the project is started up.
Write the test cases for instr function?
What and where are the policy statements for software project planning?
What is the role of CLR in ASP.NET?
What training have you undergone in project planning?
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.