InterviewSolution
Saved Bookmarks
| 1. |
In ___________ each component at lower hierarchy is tested individually and then the components that rely upon these components are tested.(a) Top down testing(b) Unit testing(c) Bottom up(d) Load testingI got this question during an internship interview.The question is from Testing in the Development Cycle topic in portion Test Coverage and Development of JUnit |
|
Answer» Right CHOICE is (c) Bottom up |
|