Manual Testing of scenarios for Renewal emails

Proposal

Set up a simple manual testing process to verify each notification cadence:

  1. Create test orders with end dates that match each notification period:

    • Order ending in 90 days
    • Order ending in 60 days
    • Order ending in 45 days
    • Order ending in 30 days
    • Order ending in 15 days
    • Order ending in 1 day
  2. Verify for each cadence:

    • Email is received for the appropriate order
    • Email content is correct
    • EmailEvent record is created with the right notification_type
    • Email is properly logged to SFDC

Result

  • Confirmation that each notification cadence works correctly
  • Verification that the entire notification flow functions as expected

Next steps (if any)

  1. Document any issues found during testing