Create Unit-testing.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:50:58 +03:00
committed by GitHub
parent b41c250138
commit 2ebabf85e1

4
glossary/Unit-testing.md Normal file
View File

@ -0,0 +1,4 @@
### Unit testing
Unit testing is a type of software testing, used to test individual units/components of a software.
The purpose of unit tests are to validate that each individual unit/component performs as designed.