InterviewSolution
Saved Bookmarks
| 1. |
The Cobertura command for merging datafiles is ________________(a) cobertura-report.bat(b) cobertura-instrument.bat(c) cobertura-check.bat(d) cobertura-merge.batThe question was asked in semester exam.The origin of the question is JMock topic in chapter Testing with Mock Objects of JUnit |
|
Answer» CORRECT answer is (d) cobertura-merge.bat To explain I would say: The cobertura-merge.bat command is USED along with parameters to run MERGING USING Cobertura. |
|