Synthetic Monitoring
Synthetic (active) monitoring where an application that mimics a user constantly checks the application for potential problems.
Related Patterns
- Try-Cancel/Confirm - To verify business activity can be achieved by initiating ‘business’ functionality the Try Cancel/Confirm pattern can be (ab)used. After executing the business functionality, the state changes can be reverted by cancelling the action.