Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created November 4, 2013 07:23
Show Gist options
  • Save dtinth/7299167 to your computer and use it in GitHub Desktop.
Save dtinth/7299167 to your computer and use it in GitHub Desktop.
Test Plan

Test Case Name

Purpose

To make sure that .............

XRef

ds222, uc222

Actors

  • GMO Staff

Prerequisites

  • GMO staff is logged in.

Test Steps

  1. Go to home page.
  2. Click the "registration" button.
  3. Click the "agency" button.
    • A registration form must appear.
  4. Fill in the form data according to register_customer_attempt1 (it contains some invalid data).
  5. Submit the form.
    • An error box must show.
    • A registration form must show.
  6. Correct the form according to register_customer_attempt2 (it contains only the fields needed to make the form correct).
  7. Submit the form
    • An error box must not show.
    • A confirmation message must show.
  8. Click the "Finish" button.
    • The user must be redirected to the home page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment