Create Integration-testing.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:52:10 +03:00
committed by GitHub
parent 3c4260a1c0
commit 00be5fa5b9

View File

@ -0,0 +1,4 @@
### Integration testing
Integration testing is a type of software testing, used to test groups of units/components of a software.
The purpose of integration tests are to validate that the units/components interact with each other as expected.