Microsoft Certified Devops Engineer Expert · Free Practice Question Easy
Question 8
Your team is automating the build process for a Java based application by using Azure Devops.
The team needs to have code coverage in place and then ensure the outcomes are published to Azure Pipelines.
Which of the following can be used for the code coverage?
-
A
JavaTest
-
B
DevTest
-
C
MSTest
-
D
Cobertura
Reveal correct answer
Correct answer: D
Explanation
Cobertura is a code coverage tool for Java. Below is a snippet of the documentation page for the tool.
It also has the ability to publish results to Azure Devops as mentioned in the Microsoft documentation
For more information on the code coverage tool and publishing results.
please visit the below URL
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
