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

Explanation: Afunctional unit test is a type of unit test which extends the boundaries of INTEGRATION tests.



Discussion

No Comment Found

Related InterviewSolutions