CTAL-TAE · Question #137
When the SUT provides interfaces that can then be used to perform actions on the SUT, what is this called?
The correct answer is D. Controllability. Controllability refers to the ability to control the SUT during testing, typically through interfaces or APIs. This allows automated tests to perform specific actions or place the system in desired states, which is essential for efficient and reliable test execution.
Question
When the SUT provides interfaces that can then be used to perform actions on the SUT, what is this called?
Options
- APortability.
- BMaintainability.
- CObservability.
- DControllability.
How the community answered
(21 responses)- B10% (2)
- C5% (1)
- D86% (18)
Explanation
Controllability refers to the ability to control the SUT during testing, typically through interfaces or APIs. This allows automated tests to perform specific actions or place the system in desired states, which is essential for efficient and reliable test execution.
Topics
Community Discussion
No community discussion yet for this question.