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
What is bug priority?
Can list out some disadvantages of manual testing?
what does 80hz refresh rate indicates?
What is the difference between Functional testing and Unit Functionality testing?
can anybody tell me what is release process of company? release note?
What are the interview question on insurance domain in manual testing
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
How did you do unit testing in your project?
write the test senario on opening door in the flow diagram format
How can data caching have a negative effect on load testing results?
what is quality Factor
What is six sigma?
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.