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 |
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
How can we write integration and regresion test cases based on scenario ?
Pls can any 1 temme the test cases for an online banking proj. like account transaction summary, deposit module, savings module
What could be test cases for windows calculator using risk based testing
What is SCENARIO TESTING
how to prepare unit test scripts for accrued interest calculation.
pls i want test cases for oss? whts the process of oss testing
Write few functional & non-functional test cases for a payment gateway system
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that