What is unit testing?
2 min readMay 18, 2021
--
According to hackerdictionary.com a unit test is where individual components of a program are tested for their functionality. Each function is checked and run to make sure that it works properly rather than testing the entire application itself all at once.