1.

__________ are put in scope because they’re often useful as part of the battery of tests run in development.(a) Logic unit test(b) Integration unit test(c) Functional unit test(d) Acceptance unit testThe question was posed to me by my college director while I was bunking the class.My doubt stems from Refactoring with Mock Objects topic in chapter Testing with Mock Objects of JUnit

Answer»

Correct OPTION is (c) Functional unit test

For explanation: Functional unit tests are more DEPENDENT on an EXTERNAL ENVIRONMENT thanpure unit tests are.



Discussion

No Comment Found

Related InterviewSolutions