InterviewSolution
Saved Bookmarks
| 1. |
The __________ test relies exclusively on the external system interface to verify its correctness.(a) White Box(b) Unit(c) Black Box(d) LossThe question was asked in an internship interview.My doubt stems from Mocking an HTTP Connection topic in portion Testing with Mock Objects of JUnit |
|
Answer» RIGHT answer is (C) BLACK Box To explain: Black box tests have no KNOWLEDGE of the INTERNALS of the code. |
|