UNITTESTING
Unit testing
In computer programming, unit testing is a 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 if they are fit for use. Intuitively, one can view a unit as the smallest testable part of an application. In procedural programming, a unit could be an entire module, but is more commonly an individual function or procedure. In object-oriented programming, a unit is often an entire interface, such as a class, but could be an individual method. Unit tests are created by programmers or occasionally by white box testers during ...The above text is a snippet from Wikipedia: Unit testing
and as such is available under the Creative Commons Attribution/Share-Alike License.
unit testing
Noun
- A software testing methodology in which individual tests (unit tests) are developed for each small part of a program.
The above text is a snippet from Wiktionary: unit testing
and as such is available under the Creative Commons Attribution/Share-Alike License.