InterviewSolution
Saved Bookmarks
| 1. |
______________ tests examine the code at the boundary of its public API.(a) Unit(b) Integration(c) Functional(d) LossThe question was posed to me in a job interview.The origin of the question is Unit Testing with Mock Objects in chapter Testing with Mock Objects of JUnit |
|
Answer» The CORRECT answer is (c) Functional |
|