Which method of testing we use to test LOGIN page?
Answers were Sorted based on User's Feedback
Answer / mohan
Simply, User authentication testing. This is a part of
security testing.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / satish
method means ??????????????
Functionality and User Interface Testing can be conducted
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sakthi
Validation testing, UserInterfaceTesting, Functional testing
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / shweta chaudhari
Hiiie All,
Security Testing:
1. For Incorrect combination of username and password or
Correct username and empty password or Correct password and
empty username,must display error message "Incorrect
combination of username and password" and both the fields
must cleared and cursor focus to Username field.
2. Correct login, logout and go back with the browser
button: After login with valid credentials click on back
button. Expected: The page should be expired. Should display
Username & Password fields empty and cursor focus in
Username field). Also, same with Forward button.
3. Go directly to a page without use of the login function:
Login with a correct combination of username and password.
Go to a specific page behind the login functions that
requires the login. Copy and paste the URL and logout. Now
you start the test and you paste the address in the URL
field (without using the login page).
4. Check the sustainability of the session
5. Check if the login function is already HTTPS: The ‘S’
from HTTPS stands for Secure. This means the message is
encrypted during transport. If the login page is HTTP and
the conversation after login is HTTPS the first step is
unsecure. Because the message is in plain text the first
request to the server.
6. Multiple times incorrect password: An application where a
lock of account doesn’t occur is capable for a brute force
attack. This is an attack where hackers try to guess your
username or password. They use a tool that systematically
try all options. So locking accounts after 3 or 10 times a
incorrect combination is required.
GUI Testing:
1. All the labels, text boxes and buttons must properly placed.
2. Check the spelling of each and everything in login page.
Following are the standard Username and Password requirements:
Requirements for Password Field:
a. Password must accept all the special characters except
&*<>|;"=./
b. Password should not accept all lower or all Upper case.
c. Password must contain minimum of 6 characters.
d. Password should start with alphabet.
e. Password should not allow special character like space " ".
f. Password field should not blank.
Requirements for Username Field:
a. Usernames must be three to eight characters in length,
and all characters must be lowercase
b. Usernames must contain only the characters a-z and 0-9.
The first character cannot be a number.
c. Acceptable characters include letters, numbers, and the
symbols "@. _"
d. No spaces or other characters are allowed. Your username
is not case sensitive; "A12B34CD" is the same as "a12b34cd".
******END******
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shweta chaudhari
Hey All,
Also check in security testing following:
Enter Password field with actual password and after that
just entering blank spaces, #, ? or dot symbol, logins
successfully or not.
-----END-----
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / harish
Specification-Login screen.
1) Go to User Id field and without entring data in that
field
Press "Enter" key.
it should prompt message “Please enter 'User ID' "
Go to login screen enter "User Id" and without entering
Password try to click on "OK" button.
it should prompt message "Please enter 'Password' "
Go to login screen enter "User Id" and enter wrong
Password try to click on "OK" button.
it should prompt message " Please enter Proper User
ID' and 'Password' "
Go to Login screen enter all required data and press "OK"
Button then software window will open. In that window click
On "Back" button.
It should go back to 'Login' screen and that
Screen should not show "User Id" and "Password"
Go to login screen enter "User Id" and enter password as
"god12" try to click on "OK" button.
It should prompt message for wrong Password.
Enter valid username with 10 characters and with
Out enter password and click on ?OK? Error message r:
please enter password
Enter password only with 6 characters and click
On ? OK? Error message r: please enter username
Enter username with special characters and enter
Password with special characters and click on ?OK?
Please enter valid username and password
without
Special characters
Enter username with 16 characters and enter
Password as 6 characters and click on? OK?
Please enter below 15 characters for username
Enter username as 12 characters and enter password
as 3 characters and click on ?OK?
Please enter min 5 characters for password
| Is This Answer Correct ? | 17 Yes | 15 No |
Answer / abhi
First i will go for FUNCTIONAL TESTING after that
USERINTERFACE TESTING. as per my knowledge validations and
functional both r same.
I am not sure do u have any currect ans pls send me
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / wam
Hi Abhi,
Validation and functional both are different testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / apoorv kumar
a) Tab movement
b) user friendly
c) password protection
d) should trim the space
e) correct login and incorrect login
f) Open new page with granted previlage
etc etc
| Is This Answer Correct ? | 2 Yes | 1 No |
security testing(Authentication,Functionality
testing,usability testing,and validation testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Regression testing: suppose you have 1000 test cases & u find a bug in unchanged component , so whether you test whole test case or some particular test case
Could some one tell me test cases for multi line text boxes like Notes field?
What is checkpoint? How can you handle the checkpoints?
What is the responsibility of programmers vs QA?
Can any one tell me how SRS ,BRS documents are made?Also,what are the documents to be referred through out the SDLC and TESTING phase?
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella
What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?
When a defect is assign as Postponed and differed. explain with example? thanks
hi friends, anybody WHO NEEDS PROPER GUIDANCE TO MAKE CARRER IN TESTING PLS CONSULT ME. U WILL DEFINITELY BE BENEFITTED. My EMAIL ID: sun2k8@rediffmail.com Test Lead (IBM) +919902925787
what is metrices?
can any body explain about BVA and ECP briefly?
What is alpha and Beta Testing?