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
Explain test metric and the information it provides.
What are bug leakage and bug release?
What is software review?
What is the difference between manual testing and automation testing?
Define what is a critical bug.
Which testing model is best as per your understanding, and why?
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
How would u test and automate an Antivirus application ?
why use caffine for HPLC calibration ?
What different types of manual testing are there?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
Explain the strategy for testing a Java application?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Functional and Integration test scenarios for actitime application
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?