does dotcover helps in Stability of product

hello,

Please answer to my below questions :

Q1:  How does dotcover helps in stabilizing the product/application via code base ?

Q2: How it helps in exploring the areas in code base which may lead to memory leaks ,exception , unused/waste code  ?

Thanks.
jdm

0
1 comment

Hello,
dotCover can help you to continuously track your code quality and to build comprehensive set of unit tests which are the foundation of the stable product.

Key dotCover features include

  • Statement-level coverage calculation for the .NET 1.0-4.0 applications
  • Integration with Visual Studio 2005, 2008 and 2010
  • Integration with ReSharper for showing test coverage
  • Uncovered code highlighting in Visual Studio
  • Ability to view which tests cover particular piece of code
  • Silverlight applications coverage
  • Console Runner for the CI systems
  • XML/HTML/JSON reporting


Regarding memory leaks analysis - this is a job for dotTrace
http://www.jetbrains.com/profiler/

dotCover can also help you to find functionality which is not used during regular application workflow, as well as the code which is frequently called and requires attention.

You can find additional info on our web site:
http://www.jetbrains.com/dotcover/documentation/index.html
and on our .NET tools blog:
http://blogs.jetbrains.com/dotnet/tag/dotcover/

0

Please sign in to leave a comment.