Multiple choice

In which testing programming Knowledge is required to carry out testing?

  1. System Testing

  2. Unit Testing

  3. White box testing

  4. Black box testing

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

White box testing involves testing the internal structures or workings of an application, which requires knowledge of the source code and programming logic.