1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

Add content for Integration Testing (#1036)

Add a description and resources for Integration Testing
This commit is contained in:
Kyle Thorpe 2022-01-22 12:24:11 -05:00 committed by GitHub
parent 08e438e6c7
commit 0eaa4f578c

View File

@ -1 +1,7 @@
# Integration testing
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/integration-testing.html'>Integration Testing</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/QYCaaNz8emY'>What is Integration Testing?</BadgeLink>