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
Answer Posted / nehal dadhaniya
Test Case Id Test Case Name Pre-condition Process
Expected Result Actual Result Pass/Fail
(P/F)
Index_01 Username Textbox User should be
either Administrator or registered user. User enters
Username and press the Tab key. Control should go to
password textbox. Control goes to the password
textbox. P
Index_02 Password Textbox User should be
either Administrator or registered user. User enters
password and press the Tab key. Control should go to Login
button. Control goes to the Login button. P
Index_03 Login Button User should be either
Administrator or registered user. Clicks on the Login
button. If the username and password are correct then,
admin homepage should be displayed to the administrator or
user homepage should be displayed to the registered user.
The admin home page is displayed is the user is
admin, and the user home page is displayed if the user is a
registered user. P
Index_04 Login Button User should be either
Administrator or registered user. Clicks on the Login
button without entering username and password. A required
field mark ‘*’ should be appeared near both textboxes. A
required field mark ‘*’ appears near both textboxes. P
Index_05 Login Button User should be either
Administrator or registered user. Clicks on the Login
button without entering either username or password. A
required field mark ‘*’ should be appeared near the textbox
which has been left. A required field mark ‘*’ appears
near the textbox which has been left. P
Index_06 Login Button User should be either
Administrator or registered user. Clicks on the Login
Button entering wrong password. A message should appear
stating ‘Invalid Password’ and the password textbox should
become empty. A message appears stating ‘Invalid
Password’ and the password textbox becomes empty. P
Index_07 Login Button User should be a registered
user with his/her account expired. Clicks on the Login
button. A message should appear stating ‘Your account has
been expired’. A message should appear stating ‘Your
account has been expired’. P
Index_08 Login Button User is Logging in to the
system for the first time. Clicks on the Login button.
User should be redirected to the Change password
Page. System redirects the user to the Change password
Page. P
Index_09 Login Button User should be either
Administrator or registered user or anonymous user.
Clicks on the login button entering wrong username.
A message should appear stating ‘Invalid User Name’
and the password textbox should become empty and control
should go to the username textbox. A message appears
stating ‘Invalid User Name’ and the password textbox
becomes empty and control goes to the username textbox. P
| Is This Answer Correct ? | 77 Yes | 26 No |
Post New Answer View All Answers
how to create automation frame work ?
What’s the difference between verification and validation in testing?
When new application ready to test than whats your testing strategies?
Tell some examples of bug severity and bug priority?
What are quality assurance and quality control?
In simple steps how will you do unit testing using VSTS?
Are there more defects in the design phase or in the coding phase?
Explain briefly your project.
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
what is base time , how can we base time your doc"s ?
How can write testcases on a code under development pls give asnwer
Should testing be done only after the build and execution phases are complete?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??