Manual Test Case for Login page

Here is the template below. I would like to see the detailed test cased for login page
column 1 is the "test case ID number"
column 2 is the "test case name"
column 3 is the "test objective"
column 4 is the "test conditions/setup"
column 5 is the "input data requirements/steps"
column 6 is the "expected results"

Questions by krishna preethi

Showing Answers 1 - 9 of 9 Answers

Anshul Gupta

  • Sep 22nd, 2011
 

Hi krishna, I m explaining it with the functionality of the OK button for login.
"test case ID number" : TC1
"test case name" : Login module for OK button
"test objective" : To check the functionality of OK button
"test conditions/setup : Login page should be opened (it is a precondition as well)
"input data requirements/steps: 1. enter the correct user name in "user name" field.
2. enter the correct password in "password" field.
3. click on "OK" button.
"expected results" : user should be able to log in with correct user name and password .

Note: in the same way we can write other test cases as well for the buttons like "cancel", "reset" etc to check the functionality of them. These are usually appeared on the login page hence I just took these as the example.
hope it will helps


vinay

  • Dec 16th, 2014
 

writing test case for login username (name must be 1-40 char,min-4 char)
testcase id-tc1
testcase name-username
test objective-login username
test condition -login page should be opened
test data-for positive (by using the Bva techniques take 4char,5char,20char,39char,40ch)
expected value-no error message should display
actual value =no error must display
test result- pass(green color code)

  Was this answer useful?  Yes

bhargavi varala

  • Nov 3rd, 2017
 

1.First, check the valid data with correct username and password.
2.Check with valid username and invalid password.
3.Check with invalid username and valid password.
4.Check with invalid username and invalid password.
5.Check with blank username and blank password.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions