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.