InterviewSolution
Saved Bookmarks
| 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 |
|