Part of a series on |
Software development |
---|
Unit testing, a.k.a. component or module testing, is a form of software testing by which isolated source code is tested to validate expected behavior.[1]
Unit testing describes tests that are run at the unit-level to contrast testing at the integration or system level.