Intermediate Software Engineering / SDLC / Agile
Q50 / 100

What is the difference between "unit testing," "integration testing," and "system testing"?

Correct! Well done.

Incorrect.

The correct answer is A) Unit testing verifies individual components or functions in isolation; integration testing verifies that multiple components work correctly together; system testing verifies the complete, integrated system against overall requirements

A

Correct Answer

Unit testing verifies individual components or functions in isolation; integration testing verifies that multiple components work correctly together; system testing verifies the complete, integrated system against overall requirements

Explanation

These testing levels form a hierarchy of increasing scope — from testing small isolated pieces (units), to verifying interactions between components (integration), to validating the whole system against requirements (system testing).

Progress
50/100