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: 272
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