Multiple choice technology testing

Black box testing is used for

  1. testing the functionality

  2. testing the source code

  3. testing the performance requirements

  4. testing the portability requirements

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

Black box testing focuses exclusively on verifying that the software's functional requirements meet specifications, treating the internal code as a 'black box'. It does not inspect the source code, which is the domain of white box testing, nor does it primarily target portability or reliability directly.