Chapter 5 - Unit Testing Flashcards
1
Q
unit testing
A
test a small part of code in isolation
2
Q
regression testing
A
running tests to ensure that what was tested as correct still is after changes
3
Q
exhaustive testing
A
testing all possible inputs of a method