Multiple choice technology

The testing which is done by going thro' the code is known as,

  1. Unit Testing

  2. Blackbox testing

  3. White box Testing

  4. Regression testing

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

White box testing involves examining and testing the internal code structure, logic, and implementation of a program. The tester has access to the source code and understands how the software works internally. Unit testing is a type of white box testing but more specific, black box testing doesn't look at code, and regression testing checks for unintended changes.