Designing the System Under Test (SUT) for testability is important for a good test automation approach and can also benefit manual test execution.
Which of the following is NOT a consideration when designing for testability?
A.
Observability: The SUT needs to provide interface that give insight into the system.
B.
Re-useability: The code written for the SUT must be re-useable for other similar system.
C.
Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.
D.
Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit