Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Profiler for Visual Studios?
Message
De
21/08/2013 14:18:49
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01580914
Message ID:
01580915
Vues:
45
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform