Monitoring in Production
Testing in development phase should be "complete" from the user's perspective
records are created/read/updated/deleted in the system
Creating/updating/deleting records in production is not a good idea
therefore in production it's more about monitoring and observing
positive tests: processes work smoothly
negative tests: anomalies are detected
Detect exceptions using Salesforce Reports + testRigor
1. In Salesforce, create a report that catches an exception.
a rather simple (and silly) example :
normally: Accounts are created every day
exception: There are no Accounts created today
detection: Report doesn't return records
2. In testRigor, create Test Case
Description: Production Monitoring: Accounts - # created TODAY
Ensure that latest foreign currency exchange rates are fetched
Scenario
Foreign currency exchange rates are fetched daily form Frankfurter.dev
We want to check that the latest USD rate and date in Salesforce and in Frankfurter are in sync
Test Case
Last updated