Multiple choice technology testing

What is difference between black box testing and white box testing?

  1. Black box testing is when we do not have knowledge of testing and in white box testing we have knowledge of testing.

  2. Black box testing is when we do not know the functionality and in white box testing we know the functionality.

  3. Black box testing is when we do not know code used and in white box testing we know the code used.

  4. Black box testing is when we test application randomly and in white box testing we test application using proper test strategy.

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

Black‑box testing ignores the internal code, while white‑box testing uses knowledge of the source code. The chosen option accurately captures this distinction, making it correct.