1.

The ___________ parameter specifies the minimum acceptable line coverage rate needed by each class during Cobetura coverage checking.(a) datafile(b) branch(c) line(d) regexThis question was posed to me in an interview for job.This interesting question is from EasyMock in chapter Testing with Mock Objects of JUnit

Answer»

Right OPTION is (c) LINE

For EXPLANATION: The line PARAMETER should be an integer between 0 and 100.



Discussion

No Comment Found

Related InterviewSolutions