jesslark / dictionary

Dictionary of words that are assumed knowedge in the dev community but may be unfamiliar to new, or even seasoned, developers.
https://jessmear.github.io/dictionary
19 stars 54 forks source link

Add Unit Testing Definition #117

Closed AdrianHL closed 5 years ago

AdrianHL commented 5 years ago

Add Unit Testing Definition as "Unit Testing is a level of software testing where individual units/ components of a software are tested. The purpose is to validate that each unit of the software performs as designed. A unit is the smallest testable part of any software. It usually has one or a few inputs and usually a single output."

jesslark commented 5 years ago

Thanks!