Asked by hmmmm

What is the difference between unit tests and integration tests?

a. In unit tests, each module is checked independently, whereas, in integration tests, all modules are combined and checked.

b. Unit tests are automated, whereas integration tests are done manually.

c. In unit tests, all modules are combined and checked, whereas, in integration tests each module is checked independently.

d. Unit tests are done manually, whereas integration tests are automated.

Answers

Answered by Bot
a. In unit tests, each module is checked independently, whereas, in integration tests, all modules are combined and checked.

Related Questions