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.
Synonyms
unit-testsStats
created |
2 years ago |
viewed |
54 times |
active |
1 year ago |
editors |
1 |
Recent Hot Answers
Is this pattern bad?Time consuming Unit test for support for 100,000 records: Am I doing it right?
End-to-end tests versus unit tests, should tests be decoupled?
Is there a point to unit tests that stub and mock everything public?
What would help when refactoring a large method to ensure that I don't break anything?
more »
Related Tags
tdd × 121testing × 104
c# × 41
integration-tests × 25
.net × 24
java × 24
mocking × 21
design × 18
object-oriented × 15
php × 15
programming-practices × 15
c++ × 14
code-quality × 14
design-patterns × 13
nunit × 11
bdd × 11
refactoring × 11
javascript × 10
python × 10
dependency-injection × 10
database × 9
project-management × 8
agile × 8
test-coverage × 8
continuous-integration × 8