Computer Science, asked by handesnehal556, 1 year ago

_______________ is a code coverage tool.

A. Jenkins
B. None of the options
C. Nunit
D. Cobertura

Answers

Answered by Anonymous
2
Here is your answer:
《Cobertura(d) is a code coverage tool,it is a free java tool.》

Hope it helps...☆☆
Answered by mindfulmaisel
0

Cobertura is a code coverage tool.

Option: D

Explanation:

  • There are several code coverage tools, each with a unique task. One such tool is Cobertura.
  • This is actually a code coverage utility tool developed specifically for Java.  
  • It is completely based on now-retired jCoverage. It is also another popular open source code coverage tool. It always lets us to execute several tasks through Maven and Ant.  
  • It can also execute through a CLI named as Cobertura CLI. Similar to EMMA tool, this Cobertura is not actively maintained and also it does not support latest versions of Java.

Learn more about code coverage tool

What is the default open source code coverage tool used by Sonar

https://brainly.in/question/8052624

What are the different code tracing tools used in python

https://brainly.in/question/12897024

Similar questions