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