1.

“cobertura-check.bat” is run ________ the JUnit tests to show which classes do not have adequate test coverage.(a) Before(b) After(c) Along with(d) Before and afterThis question was posed to me in homework.Origin of the question is EasyMock topic in chapter Testing with Mock Objects of JUnit

Answer»

The CORRECT option is (b) After

Explanation: This is used to check TEST COVERAGE and HENCE, can only be run after the JUNIT tests.



Discussion

No Comment Found

Related InterviewSolutions