Sandbox Testing
- •
def
- •
testing a proposed change in an isolated environment with no connection to the real world or production system, before applying it to production
- •
- •
purpose
- •
try the upgrade or patch, test and confirm before deployment, and confirm the backout plan — though a sandbox can't consider every possibility
- •
- •
related