InterviewSolution
Saved Bookmarks
| 1. |
A ___________ is a test that exercises code by focusing on a single method.(a) Logic unit test(b) Integration unit test(c) Functional unit test(d) Acceptance unit testI had been asked this question at a job interview.My doubt is from Refactoring with Mock Objects topic in division Testing with Mock Objects of JUnit |
|
Answer» The correct ANSWER is (a) Logic unit TEST |
|