Multiple choice technology testing

The Testing Technique that requires devising test cases to demonstrate that each program function is operational is called

  1. Black-Box Testing

  2. Glass-Box Testing

  3. Grey-Box Testing

  4. White-Box Testing

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

Black-box testing validates software functionality by examining inputs and outputs without knowledge of internal code structure. Test cases are designed based on requirements and specifications to ensure each program function operates correctly from a user perspective.