1.

Cobertura is based on ____________(a) JUnit(b) XUnit(c) Maven(d) JcoverageThe question was asked during an interview.Asked question is from Using Mocks as Trojan Horses in section Testing with Mock Objects of JUnit

Answer»

Correct choice is (d) JCOVERAGE

To elaborate: Jcoverage is an open source TOOL that ALLOWS to TEST the effectiveness of JAVA tests.



Discussion

No Comment Found

Related InterviewSolutions