Dan's Software Engineering Handbook
Integration Test
Jun 22, 2021
A test that encompasses a few components of a system.
Smoke Test
Jul 11, 2021
Simple set of manual tests that will quickly expose fatal errors.
Unit Test
Jun 22, 2021
A test that exercises the smallest unit of publicly exposed code.
Read full post