Skip to main content
Pull answers in from http://programmers.stackexchange.com/q/10835/
Source Link
user40980
user40980

A unit is the smallest testable part of an application. In procedural programming, a unit may be an individual function or procedure. Unit tests are created by programmers or occasionally by white box testers.

Further Reading

added 169 characters in body
Source Link
Thomas Owens
  • 85.9k
  • 18
  • 211
  • 311

A unit is the smallest testable part of an application. In procedural programming, a unit may be an individual function or procedure. Unit tests are created by programmers or occasionally by white box testers.

Further Reading

A unit is the smallest testable part of an application. In procedural programming, a unit may be an individual function or procedure. Unit tests are created by programmers or occasionally by white box testers.

A unit is the smallest testable part of an application. In procedural programming, a unit may be an individual function or procedure. Unit tests are created by programmers or occasionally by white box testers.

Further Reading

Link
Loading