Which of the following is a type of non-functional testing?
-
Usability testing.
-
Statement Coverage.
-
Dataflow testing.
-
Cause-effect graphing.
A
Correct answer
Explanation
Non-functional testing evaluates system attributes like usability, performance, and reliability rather than specific functionality. Usability testing assesses how easily users can interact with the system, which is a classic non-functional test. Statement coverage and dataflow testing are white-box structural techniques, while cause-effect graphing is a black-box functional test design method.