From 2ebabf85e1ee2df8635d0752ab061d7f2303c497 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:50:58 +0300 Subject: [PATCH] Create Unit-testing.md --- glossary/Unit-testing.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Unit-testing.md diff --git a/glossary/Unit-testing.md b/glossary/Unit-testing.md new file mode 100644 index 000000000..cab3885dd --- /dev/null +++ b/glossary/Unit-testing.md @@ -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.