1.

______________ tests examine the code at the boundary of its public API.(a) Unit(b) Integration(c) Functional(d) LossThe question was posed to me in a job interview.The origin of the question is Unit Testing with Mock Objects in chapter Testing with Mock Objects of JUnit

Answer»

The CORRECT answer is (c) Functional

For explanation: This CORRESPONDS to testing APPLICATION use cases.



Discussion

No Comment Found

Related InterviewSolutions