In which environment do we do the changes and test it ?
-
Production
-
Staging
-
Development
-
ABE
C
Correct answer
Explanation
Development is the environment where code/config changes are initially implemented and tested. Staging is for pre-production validation, and Production is the live environment. Making changes directly in Production is against standard practices, making Development the correct answer.