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

For explanation: Logic unit tests are a type of unit test that FOCUSES on a SINGLE method.



Discussion

No Comment Found

Related InterviewSolutions