Write test case format and test cases for Login window where we have to test username and password

Questions by alwaysprashant

Editorial / Best Answer

Answered by: Ranita

  • Feb 20th, 2007


Test Case #Test Case DescriptionExpected ResultsPass / Fail (Build No #)Actual ResultsCommentsBug ID
Version Number:
Functionality      
Login & Logout     
1Open up a web browser and point it to: https://<URL or IP address> and click on Go buttonMake sure Log In page should display    
2Enter Email and password and click on "Sign On"Make sure Home page should display    
3Click the "Sign Out" linkMake sure Log In page should display    
4Enter invalid Email in the Email field and click on Sign OnMake sure error message should display as: ‘Please enter valid email’    
5Without providing an email address, click on Sign OnMake sure error message should display as: ‘Enter email address’    
6Without providing password, click on Sign OnMake sure error message should display as: ‘Enter password’    
7Enter wrong Email and Password combination and click on Sign On Make sure error message should display as: ‘Invalid email address’    
8Enter valid Email in the Email field, without entering password in the password field ; click on Sign OnMake sure error message should display as: ‘Enter the password’    
UI      
8Look at the top of the pageMake sure “Granite Legal Systems” banner should display at the top of the page    
9Look at the bottom of the pageMake sure that the copyright statement should display at the bottom of page.    
10Look at the bottom of the pageMake sure that “Granite” logo should display at the bottom of page    
11Move the mouse over the “Sign On” buttonMake sure the mouse pointer should changed to hand symbol    
12Move the mouse over the “Sign On” buttonMake sure the “Sign On” text color should change    
13Point the mouse over the “Sign On” buttonMake sure tool tip message should display as: ‘Sign On’    
14Point the mouse over the “Sign On” buttonMake sure on pointing the mouse, there is a mouse-over effect.    

Showing Answers 1 - 21 of 21 Answers

Ranita

  • Feb 20th, 2007
 

Test Case #Test Case DescriptionExpected ResultsPass / Fail (Build No #)Actual ResultsCommentsBug ID
Version Number:
Functionality      
Login & Logout     
1Open up a web browser and point it to: https://<URL or IP address> and click on Go buttonMake sure Log In page should display    
2Enter Email and password and click on "Sign On"Make sure Home page should display    
3Click the "Sign Out" linkMake sure Log In page should display    
4Enter invalid Email in the Email field and click on Sign OnMake sure error message should display as: ‘Please enter valid email’    
5Without providing an email address, click on Sign OnMake sure error message should display as: ‘Enter email address’    
6Without providing password, click on Sign OnMake sure error message should display as: ‘Enter password’    
7Enter wrong Email and Password combination and click on Sign On Make sure error message should display as: ‘Invalid email address’    
8Enter valid Email in the Email field, without entering password in the password field ; click on Sign OnMake sure error message should display as: ‘Enter the password’    
UI      
8Look at the top of the pageMake sure “Granite Legal Systems” banner should display at the top of the page    
9Look at the bottom of the pageMake sure that the copyright statement should display at the bottom of page.    
10Look at the bottom of the pageMake sure that “Granite” logo should display at the bottom of page    
11Move the mouse over the “Sign On” buttonMake sure the mouse pointer should changed to hand symbol    
12Move the mouse over the “Sign On” buttonMake sure the “Sign On” text color should change    
13Point the mouse over the “Sign On” buttonMake sure tool tip message should display as: ‘Sign On’    
14Point the mouse over the “Sign On” buttonMake sure on pointing the mouse, there is a mouse-over effect.    

s.lakshmipriya

  • Feb 20th, 2007
 

testcaseid  testcasedescription  action       input     expectedresult     actual result
001            we should check       press

                  for valid user name    signinbutton typevalid 

                   and password and                        username  and                                                                         and
                                                   
                   press sign in                                   password
expected result: we verifies that login window opens if we gives valid user name and password
expected result= actual result

Annainni

  • Mar 3rd, 2007
 

Test case title: Login to the Greekinterview website with valid Username and password
  
Description: 

  • Open the web browser www.greeinterview.com
  • Enter username “iamatester” in the username edit box
  • Enter password “true” in the password textbox
  • Click on the ‘Login’ button.
 Expected Result: 

You should able to login,

You should see “welcome Iamatester” message under My account

  Was this answer useful?  Yes

Prasad

  • Mar 5th, 2007
 

The basic test case format should be

  1. Test case ID
  2. Test case Name
  3. Test case Objective
  4. Test case Prerequisite
  5. Test steps
  6. Test Data
  7. Expected Results
  8. Actual Results
  9. Status
  10. Priority

  Was this answer useful?  Yes

prakmeen

  • Jun 17th, 2010
 

Test Case Id:
Test Case Title: Login Window
Purpose: To test username and password


@ Step Name                 Description                                         Expected Result
1 Enter Login Name   Enter details of login name into the    The printed name is displayed
                                login name field box availabe            in the login field box
2 Enter password      Enter a password with atleast one      The password should not be 
                               special character, one number, and     displayed, instead * marks
                               with a minimum lenght of 5 characters  should be displyed

  Was this answer useful?  Yes

muthuvel

  • Sep 8th, 2014
 

testcase format for hotel management system

  Was this answer useful?  Yes

abhilash

  • Oct 20th, 2015
 

Test Scenario is condition writing.
Test Case is procedure writing.

  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