Multiple choice technology

Testing that focuses solely on the outputs generated in response to selected inputs and execution conditions. Requirements are the only test basis and knowledge of the internal code is not required. This is:

  1. Grey box testing

  2. White box testing

  3. Agile testing

  4. Black box testing

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

Black box testing focuses solely on inputs and outputs without knowledge of internal code structure. Testers validate software functionality based on requirements and specifications, treating the software as an opaque system.