Online Lectures/JavaScript Unit Testing - The Practical
Section 5: Integration Tests
Nomad Kim
2023. 4. 5. 06:31
Combining Units
- Testing Units With Dependencies
- Balancing Unit & Integration Tests
Why do?
Accidentally, If an order of codes is wrong and input has wrong value, although all unit tests passed, the function including the unit functions doesn’t work as intended.
Solution: Integration Test