InterviewSolution
Saved Bookmarks
| 1. |
In black box testing, all that is needed to know in order to test the system properly is the system’s ______________(a) Functional specification(b) Modularity(c) Redundancy(d) Class definitionThe question was asked during an internship interview.This intriguing question originated from Mocking an HTTP Connection in division Testing with Mock Objects of JUnit |
|
Answer» CORRECT answer is (a) Functional SPECIFICATION For explanation: The FUNCTION specification TELLS the output and INPUT and not the internals. |
|