Multiple choice technology testing

The testing of a single program, or function, usually performed by the developer is called:

  1. Unit testing

  2. Integration testing

  3. System testing

  4. Regression testing

  5. Acceptance testing

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

Unit testing is the testing of individual software components, programs, or functions, and is typically performed by the developer of the code to verify correctness at the lowest level.