Unit testing

Method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.[

Snippet from Wikipedia: Unit testing

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.

Unit testing describes tests that are run at the unit-level to contrast testing at the integration or system level.

  • method/unit_testing.txt
  • Last modified: 2022/08/10 06:26
  • by 127.0.0.1