Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any Code coverage tool for Universal Windows Package apps

I am building a Universal Windows Package apps for Win10 and would like code coverage done for it but the Visual Studio Enterprise edition doesn't support code coverage for Windows Store or Windows Phone apps. Are there any tools out there, that would do code coverage. dotCover by Jetbrains doesnt work with UWP either

like image 436
user1877605 Avatar asked Jan 12 '16 00:01

user1877605


People also ask

How do I use Microsoft code coverage?

On the Test menu, select Analyze Code Coverage for All Tests. You can also run code coverage from the Test Explorer tool window. Show Code Coverage Coloring in the Code Coverage Results window. By default, code that is covered by tests is highlighted in light blue.

What is the best updated code coverage tool?

#1) Parasoft JTest Its report provides a good picture of code covered and thereby minimizes risks. Key Features: It is used for Java-based applications. It is a multi-tasking tool which includes Data flow analysis, Unit testing, Static analysis, runtime error detection, code coverage testing etc.

What is XPlat code coverage?

The "XPlat Code Coverage" argument is a friendly name that corresponds to the data collectors from Coverlet. This name is required but is case insensitive. As part of the dotnet test run, a resulting coverage. cobertura. xml file is output to the TestResults directory.

What tool S can be used for JavaScript test code coverage?

JavaScript. Istanbul: The most famous JS tool for code coverage. Supporting unit tests, server-side functional tests, and browser tests.


1 Answers

Unfortunately, the answer is no - there is no code coverage support yet for UWP apps in Visual Studio 2017.

like image 146
Stefan Wick MSFT Avatar answered Oct 03 '22 13:10

Stefan Wick MSFT