Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 4.3 KB

AcceptanceTests.md

File metadata and controls

19 lines (16 loc) · 4.3 KB

Acceptance Test Plan

This test plan represents high-level acceptance tests for features implemented in the Professor M's School for Gifted Coders package. These tests are not automated and should be executed manually.

Before executing these tests, ensure you have done the following:

  1. Installed Sugar.
  2. Created an Admin user.
  3. Installed the Professor M Module Loadable Package.
  4. Installed the Professor M sample data using the Professor M Postman Collection.
Use case Test steps Expected Results
Online Applications
  1. Navigate to http://{site_url}/
    custom/online_application_form/ApplyOnline.html.
  2. Input the following information:
    First Name: Joe
    Last Name: Morwasky
    Email Address: [email protected]
    Street Address: 222 Lightning Lane
    City: Monroe
    State: CT
    Zip: 06468
    Country: USA
    High School: Monroe High
    Grade Point Average (GPA): 3.85
    Programming Languages: PHP, Java
    Transcript: Meteorology A+
    Math: A-
    English: B+
    Agility: A+
  3. Click Submit.
  1. A "Thank you!" page is displayed.
  2. A new Applicant (Lead) record has been created with the following data:
    Name: Joe Morwasky
    High School: Monroe High
    Grade Point Average (GPA): 3.85000000
    Programming Languages: PHP, Java
    Transcript:
    Meteorology A+
    Math: A-
    English: B+
    Agility: A+
    Email Address: [email protected]
    Primary Address:
    222 Lightning Lane
    Monroe, CT 06468
    USA
  3. The new Applicant (Lead) has a link to the Online Applications campaign in the Campaign Log.
Application Routing to Admissions Advisors
  1. Create a new applicant record with the following information:
    First Name: Casey
    Last Name: Doganzaro
  1. A new Applicant (Lead) record has been created with the following data:
    Name: Casey Doganzaro
    User: Matthew Aysman
Application Routing to Admissions Advisors
  1. Create a new applicant record with the following information:
    First Name: Andrew
    Last Name: 'P-Reshel
  1. A new Applicant (Lead) record has been created with the following data:
    Name: Andrew 'P-Reshel
    User: Matthew Aysman
Application Routing to Admissions Advisors
  1. Create a new applicant record with the following information:
    First Name: Vance
    Last Name: Veekus
  1. A new Applicant (Lead) record has been created with the following data:
    Name: Vance Veekus
    User: Ackburr Bahabialila
Application Ratings
  1. Create a new applicant record with the following information:
    First Name: Don
    Last Name: Pexis Sr.
    Grade Point Average (GPA): 4.0
    Programming Languages: PHP, Javascript, Go, Ruby
  1. A new Applicant (Lead) record has been created.
  2. The application is rated 4 out of 5 stars.
Customized Home Dashboard
  1. Navigate to http://{site_url} while authenticated.
  1. A Student Health Report dashlet is displayed in the left column. The bar chart in the dashlet shows 3 active, 2 injured, and 1 deceased.
  2. An Open Donations by User by Expected Close Month dashlet is displayed in the left column. A bar chart in the dashlet shows $1,000 for September 2017 and $40,000 for November 2017.
  3. An Applicants dashlet is displayed in the right column. The dashlet displays information about Rahn, LeFlame, Ora, Pennant, and Stork.
  4. A Students dashlet is displayed in the right column. The dashlet displays information about Purry, Beige, Lighthorne, Harwit, and Mary.
  5. A Professors dashlet is displayed in the right column. The dashlet displays information about Marum and Beige.
  6. A Super Groups dashlet is displayed in the right column. The dashlet displays information about Young M-Men, M-pressive M-Men, M-Force, Unafilliated, and East Coast Revengers.