Multiple choice technology testing

Black box testing is

  1. Functional testing

  2. Structural testing

  3. Performance testing

  4. Requirements testing

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

Black box testing focuses on inputs and outputs without knowledge of internal implementation - this is the definition of functional testing. Structural testing (glass box) requires code knowledge, performance testing measures speed/scalability, and requirements testing validates against specifications (though all functional tests ultimately trace to requirements).