Multiple choice technology testing

What is testing of individual software components called ?

  1. Ad Hoc Testing

  2. White Box testing

  3. Unit Testing

  4. Ramp Testing

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

Unit Testing is the testing of individual software components or units of code in isolation. It verifies that each unit functions as expected before integration. Ad Hoc Testing is unstructured, White Box Testing examines internal code structure, and Ramp Testing increases load until failure.