diff --git a/content/roadmaps/101-backend/content/112-testing/100-integration-testing.md b/content/roadmaps/101-backend/content/112-testing/100-integration-testing.md index 30f1d7fbd..70eda5e3f 100644 --- a/content/roadmaps/101-backend/content/112-testing/100-integration-testing.md +++ b/content/roadmaps/101-backend/content/112-testing/100-integration-testing.md @@ -1 +1,7 @@ -# Integration testing \ No newline at end of file +# Integration Testing + +Integration testing a broad category of tests where multiple software modules are __integrated__ and tested as a group. It is meant to test the __interaction__ between multiple services, resources, or modules. For example, an API's interaction with a backend service, or a service with a database. + +Free Content +Integration Testing +What is Integration Testing?