The correct response is:
In unit tests, each module is checked independently, whereas, in integration tests, all modules are combined and checked.
Unit tests focus on verifying the functionality of individual components or modules in isolation, while integration tests check how those components work together when combined.