Multiple choice technology testing

Which of the following is a form of functional testing?

  1. Boundary value analysis

  2. Usability testing

  3. Performance testing

  4. Security testing

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

Boundary value analysis is a functional testing technique that tests values at the boundaries of input domains (e.g., minimum, maximum, just below/above boundaries). It focuses on the functional behavior at edge cases. Usability, performance, and security testing are non-functional testing types.