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.
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)- A2% (1)
- B6% (3)
- C9% (5)
- D83% (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
Community Discussion
No community discussion yet for this question.