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

Easy explanation: The modules at LOWER HIERARCHY is TESTED and then the testing goes up in bottom up testing.



Discussion

No Comment Found

Related InterviewSolutions