Unit Testing Background Tl;dr: a unit test is code that tests other code. Unit tests are the smallest type of software testing. They are meant to verify that a single piece of code is working as intended. Unit testing is typically automated, and dev...
blog.seancoughlin.me2 min read
No responses yet.