出典:Wiktionary
出典:『Wiktionary』 (2024/07/11 11:45 UTC 版)
unit testing (uncountable)
出典:Wikipedia
出典:『Wikipedia』 (2011/06/15 10:10 UTC 版)
In computer programming, unit testing is a method by which individual units of source code are tested to determine if they are fit for use. A unit is the smallest testable part of an application. In procedural programming a unit may be an individual function or procedure. In object-oriented programming a unit is usually a method. Unit tests are created by programmers or occasionally by white box testers during the development process.