Practice free →
HomeSoftware TestingSoftware Testingmicroservices_cloud_observability › A 'blue green deployment' supports testing by

A 'blue green deployment' supports testing by

AKeeping two identical environments and switching
BSharing a single environment among versions
CUsing only one server during the rollout
DStopping all tests during the rollout
Answer & Solution
Correct answer: A. Keeping two identical environments and switching
Blue-green: blue runs current; green deploys the new version; smoke tests run on green; then load balancer switches from blue to green. Quick rollback by switching back. Distinct from canary (gradual percentage shift).
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions