C# or .NET bounds checker utility

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
 
I

Ira Baxter

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top