What is an environment?
A platform for apps to be built up in
Who moves the code into the dev environment?
DevOps
List the four environments
Describe dev environment
Who moves code from Dev into QA environment?
QA
Describe QA environment
Who moves code from QA to UAT environment?
DevOps
What is the significance of DevOps moving code into UAT environment?
It is the first time they are moving code as a package, it is like a dry run for deployment
What kind of testing is done in UAT environment?
UAT Regression testing
We are using happy-path testing to make sure elements that was moved from QA to UAT environment are working accordingly
Why do QA and UAT environments use different sets of data?
Different sets of data allow for more test coverage, and more variation
Describe UAT environment
Who moves code from UAT to Production environment?
DevOps
Describe Production environment
Why don’t we test in production environment?
We don’t have access to real user data