Multiple choice technology testing

Testing based on functional requirements of an application

  1. System Testing

  2. Black box testing

  3. Unit testing

  4. White box testing

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

Black box testing validates functionality based on requirements without examining internal code structure. Testers focus on inputs and outputs against functional specifications, making it ideal for testing based on functional requirements. System testing is broader (entire system), while unit testing is narrower (individual components).