InterviewSolution
Saved Bookmarks
| 1. |
A _______________ is a test that extends the boundaries of integration unit testing to confirm a stimulus response.(a) Logic unit test(b) Integration unit test(c) Functional unit test(d) Acceptance unit testThis question was posed to me during an online interview.My question comes from Refactoring with Mock Objects topic in division Testing with Mock Objects of JUnit |
|
Answer» Correct CHOICE is (c) Functional UNIT TEST |
|