Multiple choice technology testing

Which type of test design techniques does the following statement best describe a procedure to derive test cases based on the specification of a component?

  1. White Box Techniques

  2. Black Box Techniques

  3. Glass Box Techniques

  4. Experience Based Techniques

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

Deriving test cases based solely on the functional specification of a component, without knowledge of its internal structure, is the definition of black-box testing. White-box (or glass-box) testing requires internal code visibility, while experience-based techniques rely on subjective tester expertise rather than specifications.