...
/Introduction to Integration Tests
Introduction to Integration Tests
Get familiarized with the basics of an integration test.
We'll cover the following...
What is an integration test?
Integration tests are those tests that cover the integration of different components (be they external systems or various parts of an application).
Integration tests are fundamental to testing a system. Unit tests give us confidence that our functions and modules behave correctly, ...