Multiple choice technology testing

Black-Box Testing attempts to find errors in which of the following categories

  1. Incorrect or Missing functions

  2. Interface Errors

  3. Performance Errors

  4. All of the Above

  5. None of the Above

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

Black-box testing can detect incorrect or missing functions by comparing actual behavior against requirements. It reveals interface errors through invalid input/output testing and can identify performance errors by testing system response times and resource usage under various conditions.