Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Profiler for Visual Studios?
Message
From
21/08/2013 14:18:49
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01580914
Message ID:
01580915
Views:
46
A profiler and a test coverage tool are different things. Profilers show how long it takes to run code. Test coverage tools show which lines are being/not being tested by unit tests. You can get both in the same tool.

There are several code coverage tools. If you have Premium or Ultimate, there is a built-in test coverage tool. Others:

JetBrains dotCover
nCover
OpenCover

I'm using NCrunch for my test runner, which shows coverage right in the editor.

>In VFP there is a coverage profiler that allows you to view the line number of the code that was executed. Is there any such tool or feature availabe for visual studio 2012?
>
>thanks
>Nick
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform