Practice free →
HomeSoftware TestingSoftware Testingmicroservices_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.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions