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:
- Installed Sugar.
- Created an Admin user.
- Installed the Professor M Module Loadable Package.
- Installed the Professor M sample data using the Professor M Postman Collection.
Use case |
Test steps |
Expected Results |
Online Applications |
- Navigate to http://{site_url}/
custom/online_application_form/ApplyOnline.html. - 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+
- Click Submit.
|
- A "Thank you!" page is displayed.
- 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
- The new Applicant (Lead) has a link to the Online Applications campaign in the Campaign Log.
|
Application Routing to Admissions Advisors |
- Create a new applicant record with the following information:
First Name: Casey Last Name: Doganzaro
|
- A new Applicant (Lead) record has been created with the following data:
Name: Casey Doganzaro User: Matthew Aysman
|
Application Routing to Admissions Advisors |
- Create a new applicant record with the following information:
First Name: Andrew Last Name: 'P-Reshel
|
- A new Applicant (Lead) record has been created with the following data:
Name: Andrew 'P-Reshel User: Matthew Aysman
|
Application Routing to Admissions Advisors |
- Create a new applicant record with the following information:
First Name: Vance Last Name: Veekus
|
- A new Applicant (Lead) record has been created with the following data:
Name: Vance Veekus User: Ackburr Bahabialila
|
Application Ratings |
- 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
|
- A new Applicant (Lead) record has been created.
- The application is rated 4 out of 5 stars.
|
Customized Home Dashboard |
- Navigate to http://{site_url} while authenticated.
|
- 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.
- 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.
- An Applicants dashlet is displayed in the right column. The dashlet displays information about Rahn, LeFlame, Ora, Pennant, and Stork.
- A Students dashlet is displayed in the right column. The dashlet displays information about Purry, Beige, Lighthorne, Harwit, and Mary.
- A Professors dashlet is displayed in the right column. The dashlet displays information about Marum and Beige.
- 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.
|