Integration testing in the small:
- A. tests the individual components that have been developed.
- B. tests interactions between modules or subsystems.
- C. only uses components that form part of the live system.
- D. tests interfaces to other systems.
Answer: Option B