All glossary terms
Verify
Test environment
A dedicated, production-like setting where software is exercised before release — isolated from live data and users so tests can run destructively without risk. Environments usually form a ladder of increasing fidelity (dev, staging, pre-prod); bugs that only appear higher up the ladder typically trace to configuration drift between the environment and production.