Please enable JavaScript.
Coggle requires JavaScript to display documents.
Subscription Service - Coggle Diagram
Subscription Service
Subscription(email) Form
Happy Path
Form is shown to user
Email can be entered and submitted
Valid email not on list grants access to mailing list
Email is well formed
Valid email is entered
User gets message they've been added
Expected Errors
User enters Invalid email address
no domain
not recognized email
empty box
typo
User's already on subscription list
Bad Errors
Subscription page doesn't show
Email can't be submitted
Valid email's don't get added
Email's already on list, gets re-added
User doesn't get message they've been added
Data Variations
Email with special characters
Unique/different domain names
Empty email box
Domain names
Case sensitive
special characters
Subscription Functionality
Happy Path
User is on the subscription list
They get sent new publication
User hasn't yet received publication
User gets sent one email
Gets sent to correct email
Expected Errors
Certain users don't receive email
Old subscribers get sent an email
Bad Errors
Email sent to users not on list
No emails get sent
incorrect email gets sent
multiple emails get sent
Data Varitations
certain domains don't receive email
special characters
Case sensitive emails