Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Code Coverage   (RSS)
Hey folks. We have a public chat scheduled for tomorrow. I just checked the schedule and we have a bunch of the devs, testers, PMs, who are responsible for the dev and test skus of Team System signed up to be on for tomorrow's chat. If you've never tried Read More...
The Code Coverage instrumentation in Visual Studio is based on binary instrumentation instead of source instrumentation. The binary built from your code is cracked open and probes are inserted in the basic block so we can track whether each block has Read More...
1 Comments
Filed under:
In the code coverage analysis in VSTS, we provide two types of stats: block coverage and line coverage. I just wanted to clarify a few points. First, when we say block coverage, we are referring to basic blocks in the binary being tested, *not* in the Read More...
2 Comments
Filed under:
 
Page view tracker