QA: Test Case Example

ID 12345
Title Verify Existing User Can Login
Parent/TestSuite UserAccessFeatures
Feature  
Component  
Type  
Description Login with existing user & verify application redirects to the HomePageURL & displays the UserName with a link to the user's account page
Assumptions
  • User is already created in the system
Setup
  • Start Browser
  • Goto LoginPageUrl
TestSteps
  • Select the UserName TextBox & Type 'User1'
    • 'User1' shows in the textbox
  • Select the Password TextBox & Type 'User1Pass'
    • 'User1Pass' shows in the textbox
  • Click 'Login' Button
    • Application validates credentials
    • Application redirects to HomePageUrl
    • UserName appears in the upper right
    • UserName has a href linking to the user's account
Teardown
  • Click LogOut Link
   
Tags