nerdexam
iSQI

CTAL-TAE · Question #158

Which of the following practices can be used to specify the active (i.e., actually available) features for each release of the SUT and determine the corresponding automated tests that must be…

The correct answer is D. The use of feature toggles. Feature toggles (also called feature flags) allow enabling or disabling specific features in a release of the SUT. This makes it possible to determine which features are active and, consequently, which automated tests must be executed for that release.

Deployment Risks and Contingencies

Question

Which of the following practices can be used to specify the active (i.e., actually available) features for each release of the SUT and determine the corresponding automated tests that must be executed for a given release?

Options

  • AFeature-driven development
  • BThe use of feature files
  • CTest-driven development
  • DThe use of feature toggles

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    9% (5)
  • D
    83% (44)

Explanation

Feature toggles (also called feature flags) allow enabling or disabling specific features in a release of the SUT. This makes it possible to determine which features are active and, consequently, which automated tests must be executed for that release.

Topics

#feature toggles#release management#test selection#feature files

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice