Code coverage test in Visual Studio 2010? How?

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-05-29T20:24:33Z Indexed on 2010/05/29 20:32 UTC
Read the original article Hit count: 240

Filed under:
|
|

Hello, I have a simple project on C#.NET and have written it in Visual Studio 2010. I am a newbie in C# and Visual Studio.

I have written some unit tests, and they pass ok, but how can I test code coverage?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about code-coverage