New answers tagged unit-testing
-3votes
What is black box unit testing?
There is no such thing as black-box unit testing. A unit test, according to its definition, must exercise the unit-under-test in strict isolation from all other units, which means that it must ...
Top 50 recent answers are included
Related Tags
unit-testing × 1800testing × 481
tdd × 355
c# × 190
integration-tests × 156
mocking × 140
java × 116
design × 88
python × 67
c++ × 60
.net × 54
dependency-injection × 54
object-oriented × 53
javascript × 50
programming-practices × 47
php × 46
refactoring × 44
continuous-integration × 42
design-patterns × 39
test-coverage × 36
bdd × 35
database × 28
integration-testing × 28
architecture × 27
code-quality × 24