InterviewSolution
Saved Bookmarks
| 1. |
A ________________is a test that focuses on the interaction between components in their real environment.(a) Logic unit test(b) Integration unit test(c) Functional unit test(d) Acceptance unit testI had been asked this question during an interview for a job.This interesting question is from Refactoring with Mock Objects in chapter Testing with Mock Objects of JUnit |
|
Answer» RIGHT choice is (b) INTEGRATION unit test Explanation: Integration unit TESTING is a type of unit testing which tests COMPONENTS in their real environment. |
|