ISTQB Certified Tester Advanced Level – Test Automation Engineer (CTAL-TAE) — Question 1
In which way would a feature toggle configuration be used?
Answer options
- A. To identify the test data sets needed for a test suite.
- B. To identify a test environment configuration.
- C. To identify which test suites to execute.
- D. To identify which oracle to use for verification.
Correct answer: C
Explanation
The correct answer, C, indicates that feature toggles help in determining which test suites to execute based on specific features being enabled or disabled. Options A, B, and D do not relate to feature toggles, as they pertain to data sets, environment configurations, and verification methods respectively, rather than controlling the execution of tests.