Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Profiler for Visual Studios?
Message
 
To
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:
01580916
Views:
32
>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

Thanks Craig. Can the mentioned tools show which lines of code executed without us writing test (I'm using visual studio professional unfortunately)? I have 2 programs that are identical (supposedly), and I need to know if both programs are executing same lines. Bascally need a list of code line number that executed, but willing to use tool that highlight which line of code ran. Again, thanks for all your help

Nick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform