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
Please sign in to leave a 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
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/