DEV Community

Discussion on: Write an Integration test, not a Unit test

Collapse
 
kondrashov profile image
Alex Kondrashov

Thanks for your feedback.

Regarding very detailed integration test: I came across this problem before. To solve it I've added a new Integration test per each use case. This helped me to keep my tests not too detailed but cover as much functionality as possible.

Collapse
 
billie34 profile image
Billie • Edited

First, we run the unit tests. Unit tests must be present for integration tests to run. Testers validate the integration success after developers have suika game tested all components of an application.