1.

In order to measure test coverage, Cobertura creates __________ of class files specified.(a) Instrumented copies(b) Objects(c) Mocks(d) ImagesThe question was posed to me in unit test.This intriguing question originated from Using Mocks as Trojan Horses topic in section Testing with Mock Objects of JUnit

Answer»

Correct choice is (a) Instrumented copies

Explanation: COBERTURA USES instrumented copies of the code to PROVIDE TEST COVERAGE.



Discussion

No Comment Found

Related InterviewSolutions