Integration Testing
What
In Integration Testing we test how all the components work together, means unlike unit tests we don't have to mock out the services. We actually start all the services in the integration test and see how they work together.
Downside to this is that it is slower, as we have to start all the auxiliary services.
Here is a gist of what we have to do in the Integration Testing
Thanks
SOCIAL SHARE CARD GENERATOR