Multiple choice technology testing

Integration testing is always done before Unit testing:

  1. True

  2. False

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

Unit testing tests individual components in isolation first. Integration testing then tests how those components work together. Integration testing cannot happen before unit testing because you need working units to integrate.