From 0eaa4f578c487865980675a68b3005e73da0bb2f Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 12:24:11 -0500 Subject: [PATCH] Add content for Integration Testing (#1036) Add a description and resources for Integration Testing --- .../content/112-testing/100-integration-testing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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?