Multiple choice

Which of the following requirements is testable?

  1. The system shall be user friendly.

  2. system shall contain 0 faults.

  3. The response time shall be less than one second

  4. The system shall be built to be portable

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The requirement 'The response time shall be less than one second' is testable because it specifies a measurable performance criterion. Requirements like 'user friendly' and 'portable' are subjective and untestable. The requirement '0 faults' is unrealistic and untestable since zero defects cannot be guaranteed or verified.