What is unit testing?

Connor Brereton
2 min readMay 18, 2021
Source

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.