Chapter 5 - Unit Testing Flashcards

1
Q

unit testing

A

test a small part of code in isolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

regression testing

A

running tests to ensure that what was tested as correct still is after changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

exhaustive testing

A

testing all possible inputs of a method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly