Answer Posted / 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 View All Answers
For how many days (or) weeks you will test a product or software?
What is use case testing?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Scenarios to test wireless Speaker via bluetooth
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
What is ramp testing?
How to generate test cases for 'replace a string' method?
Write test cases for 8+4?
Explain the format of a requirement traceability
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
I need GUI test case for home page?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Write test cases to test a browser app
Positive and Negative test cases for the speedometer?(minimum 5 each)
How to test a stored procedure?