Home › Software Testing › Software Testing › microservices_cloud_observability › Feature flags enable testing by
Feature flags enable testing by
AReleasing code dark and toggling features later
BEncrypting source code before it is shipped
CAuto generating test data on deploy
DBlocking all access during the deploy
Answer & Solution
Correct answer: A. Releasing code dark and toggling features later
Feature flags decouple deploy from release. Code ships dark; teams toggle features on for internal users, beta cohorts, percent ramps, or kill switches on production incidents. Tools: LaunchDarkly, Unleash, Flagsmith.
Related questions
A 'red team' in security testing is a group that'Test impact analysis' speeds CI byIn Test Maturity Model integrated (TMMi), Level 2 is'Test pyramid' for microservices typically pushes effort toQuality gates in a deployment pipeline areA test environment management strategy primarily addressesGame days in production resilience testing involveShift right testing complements shift left by