C# or .NET bounds checker utility

  • Thread starter Thread starter Carlson Quick
  • Start date Start date
C

Carlson Quick

Hi, I am doing the regressive testing for a product that is about to ship,
and I would like to know just how throrough my testing has been. What I am
looking for is some kind of code coverage utility for c# code that can
determine how much a set of code gets exercised during runtime. It seems to
me that something like this was shipped with VS 2002 ( Which I am using ),
but I cannot find it anywhere. Any suggestions? I would prefer a native
( free, and perfect ) solution, but if anybody know about any good 3rd party
tools, please speak up.

Thank You for your time
Carlson Quick
 
Carlson Quick said:
Hi, I am doing the regressive testing for a product that is about to ship,
and I would like to know just how throrough my testing has been. What I am
looking for is some kind of code coverage utility for c# code that can
determine how much a set of code gets exercised during runtime. It seems to
me that something like this was shipped with VS 2002 ( Which I am using ),
but I cannot find it anywhere. Any suggestions? I would prefer a native
( free, and perfect ) solution, but if anybody know about any good 3rd party
tools, please speak up.

See http://www.semdesigns.com/Products/TestCoverage/CSharpTestCoverage.html
Not free in production, but "free" in Beta.
 
Back
Top