What is the difference between unit testing and integration testing in desktop application development?
-
A
Unit tests cover the entire app; integration tests cover one function
-
B
Unit tests test individual components in isolation; integration tests verify interactions between components
-
C
Unit tests run on real hardware; integration tests use virtual machines
-
D
Unit tests are manual; integration tests are automated