Which method of testing we use to test LOGIN page?

Answers were Sorted based on User's Feedback



Which method of testing we use to test LOGIN page?..

Answer / mohan

Simply, User authentication testing. This is a part of
security testing.

Is This Answer Correct ?    13 Yes 1 No

Which method of testing we use to test LOGIN page?..

Answer / satish

method means ??????????????


Functionality and User Interface Testing can be conducted

Is This Answer Correct ?    11 Yes 1 No

Which method of testing we use to test LOGIN page?..

Answer / sakthi

Validation testing, UserInterfaceTesting, Functional testing

Is This Answer Correct ?    9 Yes 0 No

Which method of testing we use to test LOGIN page?..

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

Which method of testing we use to test LOGIN page?..

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

Which method of testing we use to test LOGIN page?..

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

Which method of testing we use to test LOGIN page?..

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

Which method of testing we use to test LOGIN page?..

Answer / wam

Hi Abhi,
Validation and functional both are different testing.

Is This Answer Correct ?    2 Yes 1 No

Which method of testing we use to test LOGIN page?..

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

Which method of testing we use to test LOGIN page?..

Answer / maruthiprasad

security testing(Authentication,Functionality
testing,usability testing,and validation testing.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

how to perform security testing manualy.I given the answer but interviwer not satisfeid from my answer

5 Answers   BS, HCL, Honeywell,


difference between test coverage and test tracability matrix?

2 Answers  


how do you tell requirement is testable?

1 Answers   iGate,


What is difference between testing tool and tracking tool? Give example for both tools? whether QTP is testing or tracking tool?

1 Answers  


For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?

2 Answers   IBS,






what are the stages in Testing life cycle?

50 Answers   Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,


when will you do the requirement analysis?

4 Answers  


what is cause effect graph?

2 Answers   Infosys,


explain sdlc?

2 Answers   SAP Labs, STC, TCS, Thirdware,


How will be the communication between the testers and developers while found a bug?

3 Answers  


How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…

4 Answers   Virtusa,


Difference between test Plan and test strategy?

2 Answers   PFT,


Categories