Write 5 best test cases for :

Login screen

Login ( Min 5 to max 15 )
Password ( Min 5 to max 15)
alphanumeric characters ans case senstive

Answers were Sorted based on User's Feedback



Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / vikram reddy

valid user-id and valid password click sign-in button.
expected outcome:login home page should be display

invalid user-id and valid password click sign-in button.
expected outcome:system should display error message pop up window

user-id as blank field and valid password click sign-in button
expected outcome:system should display error message pop up window

User-id and password as blank fields click sign-in button
expected outcome:system should display error message pop up window

User enters Username and press the Tab key
expected outcome:Control should go to password textbox

User enters password and press the Tab key
expected outcome:Control goes to the Login button

Is This Answer Correct ?    6 Yes 1 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / lavanya

1)enter 4 alpahabets click submit
2)enter 4 numerics click submit
3)enter 5 to 15 alpha numeric Characters and click submit
4)enter 16 alphabets click submit
5)enter 16 numerics click submit

Is This Answer Correct ?    5 Yes 2 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / pushpendra sarswat

case 1 # Both user name and password should not blank( show message : enter valid user name and password)

case 2 # u name and pass field should not min 5 and max 15 ( show message enter min 5 and max 15 character

case 3 # enter login button without insert u id and with valid password ( show message insert valid id)

case 4 # insert valid id and invalid password and enter login (show message enter valid password

case 5 # insert valid id & valid password and enter login (show message : u r successfully login

Is This Answer Correct ?    3 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / vikram reddy

bvc(boundary value analysis):min-5-passed
max-15-passed
min-1(4)-failed
min+1(6)-passd
max-1(14)-passed
max+1(16)-failed
ecp(equalance calss particians):vaid/invalid
alphanumerics/special charecters
/blank field
decision table:usrid|password-expected outcome
valid|valid-next window should open
valid|invalid-next window display
invalid|valid-errer message display
value|blank field-errer message
blankfield|value-errer message

Is This Answer Correct ?    4 Yes 2 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / nilesh m. shriwas

case1:Enter valid user name & password.
case2:Enter invalid user name & invalid Password
case3:Enter invalid user & valid Password
cas4: Enter valid user & invalidpassword
case5:Enter more than 16 words in id.
case6:Enter more than 6character in password.

Is This Answer Correct ?    2 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / prashanth

Below are the Major 5 test cases
Proceed to login page:

TC-1: All Objectives(Labels, text boxes, buttons) should appear in Login page

TC-2: Click on login button (Error Message should display)
TC-3: Enter Valid Login name and Invalid Password and click on Login button
TC-4: Enter Invalid Login Name and valid Password and click on Login button
TC-5: Enter Valid Login Name and Valid Password and click on Login button

Is This Answer Correct ?    2 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / rohit kumar

1. First check the URL test.
2. Enter the url,if it displaying particular LOGIN page or not.
3. Check Input Domain Testing.
4. If user entered valid username and valid password,then it must Login.
5. If user entered invalid details,then is must displays a POP-UP i.e., incorrect details.

Is This Answer Correct ?    2 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / srikanth

1 Check the without Enter the User Name and Password
it will display You should Enter User Name and Password.
2 Check the Enter the Only User Name
the Click "OK" Button It will display You should enter password.
3 Check the Enter the Only Password
the Click "OK" Button It will display You should enter User Name.

4 Check the Enter User Name and Password with Valid data
then it will Open Home Page

5 Check the Enter User Name and Password with Invalid data
then it will display Error message (You Enter correct User Name and Password )
6. Check the Enter User Name and Password with vaild data After login page Open then Click on Back Button it will display Login Home Page.

Is This Answer Correct ?    2 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / visakh

The prime testing is check the correct username and password.
If it is correct you can check all of other.

Is This Answer Correct ?    1 Yes 0 No

Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max ..

Answer / purnima

Specification- Login Screen Of Hotmail
User Id-Prajakta Password-GOD12
Test Cases:
1)Go to User Id field and without entring data in that field
press "Enter" key.
Expected-it should prompt message " Please enter 'User ID' "

2)Go to login screen enter "User Id" and winthout entering
password try to click on "OK" button.
Expected-it should prompt message "Please enter 'Password' "

3)Go to login screen enter "User Id" and enter wrong
password try to click on "OK" button.
Expected-it should prompt message " Please enter Proper
'User ID' and 'Password' "

4)Go to Login screen enter all required data and press "OK"
button then software window will open. In that window click
on "Back" button.
Expected-It should go back to 'Login' screen and that

screen should not show "User Id" and "Password"

5)Go to login screen enter "User Id" and enter password as
"god12" try to click on "OK" button.
Expected-It should prompt message for wrong Password.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question

1 Answers   Quexst,


During alpha and beta releases , what are the document we will prepare and what we will test?

1 Answers  


Hi Guys, I have Cleared with 5 rounds with one company, i also faced an interview for client round, Can any body tel , aftr client round ,wil any body reject a candidate? Hello, y no response for my question.

3 Answers  


plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.

1 Answers   TCS,


How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..

0 Answers  






What is the Desktop Testing?

1 Answers  


what is patch,abbrevate SCD,CAPA

1 Answers   Ordain Solutions, Verinon Technology Solutions,


What is the difference between Performance testing and Load testing ?

7 Answers   TCS, WebSoftEx,


Who Prepare the Master Test Plan? Who Prepare the Test Plan?

1 Answers   Patni,


What is the difference in b/w waterfall & V'model?

4 Answers   Sapient,


what type of documents can u prepare during Testing?

5 Answers   Covansys, OSF Global Services,


Can u tell me about the difference between Window based Application and Web Application?

2 Answers  


Categories