Unit testing. Example. Boost Unit Test
Test objectivesTesting is the process of examining software in order to identify errors. However, tests can be used for other purposes as well: as documentation. The tests reflect the expected response of the system to any stimulus. Information recorded in the form of tests can be useful when familiarizing yourself …
