1.

Using ____________ testing, tests can be created that cover the public API of an application.(a) White Box(b) Unit(c) Black Box(d) LossThe question was posed to me in an international level competition.My doubt is from Mocking an HTTP Connection in portion Testing with Mock Objects of JUnit

Answer»

Correct choice is (c) Black Box

Easy EXPLANATION: As the DOCUMENTATION is used as the GUIDE, black box TESTS are written.



Discussion

No Comment Found

Related InterviewSolutions