test cases for login window



test cases for login window ..

Answer / nitin j

I was asked this question in Cap Gemini and got the answer from the interviwer.. :)
(Note: your answer may differ.)

Interviewer: there is a text field named login name: and below that there is a field called password and below that we have a button called Submit. how many maximum test cases can be there and what they would be?
If you have any questions on this you can ask.

I said no and i blindly answered 6.
Login with correct username and password
incorrect user name
incorrect password
incorrect user name and incorrect password
max number of characters for user name field
special char check

His answer:
You should have inquired whether text field takes special characters... what is the max no. of chars the field will take..
the field will be enabled initially or there is any condition. where the default focus would be.. and here are the test cases. start counting...

1. text field one should be enabled
2. text field two should be enabled
3. button should be enabled
4. text field should take alphanumeric characters
5. text field should take special characters (which chars will depend upon the requirement)
6. default focus should be on username field
7. password field should not display entered text instead should display * (or any other special char as reqd)
8. On tab focus should change to password field
9. on second tab focus should change to submit button
10. spell check for fields and button
11. alignment
12. 13. max character length for both fields
14. click on button without input
15. click on button with single input
16. all the four TC's that you mentioned like correct name and password...

"Do not assume anything"

I smiled. He smiled back. :)

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Test Cases Interview Questions

how test cases can be made for a software

3 Answers  


how do you write the test cases?

4 Answers   Satyam,


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

1 Answers   Nike,


write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax

1 Answers  


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

2 Answers  


Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)

1 Answers   Cognizant,


Please let me know how to write a test case for Digital Watch. Please any body can give the answer

9 Answers   Hewitt,


how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.

0 Answers  


hoe to write test cases for the below field --------------- --------------- browse upload

7 Answers  


what is the test plan for ms-word

1 Answers  


Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF

2 Answers   Siemens,


write a test case for triangle?

3 Answers   HCL,


Categories