Which of the below is not a characteristic for testability?
-
Operability
-
Observability
-
Simplicity
-
Robustness
D
Correct answer
Explanation
Testability characteristics include Operability (ease of operating the system), Observability (ease of seeing results), Simplicity (ease of understanding), and also Controllability and Understandability. Robustness is a separate quality attribute that describes a system's ability to handle errors and unexpected inputs, not a characteristic of testability itself. A robust system might actually be harder to test because it handles errors gracefully.