5
shouts

NCover v3 rocks! - Patrick Smacchia [MVP C#] - CodeBetter.Com

published 332 days, 4 hours, 10 minutes ago posted by beebee 332 days, 15 hours, 17 minutes ago
Tuesday, April 14, 2009 7:38:52 PM GMT Tuesday, April 14, 2009 8:32:20 AM GMT

We've just move forward the NDepend code coverage under NCover v3 and it rocks! At first glance I can see that:

  • The coverage phase is much faster. I didn't measure exactly but intuitively I would say 2 times faster than NCover v2. Clearly both the the assembly instrumentation phase and the execution phase are faster, but also my guess is that NCover is now able to re-use instrumented assembly across multiple tests projects.
  • The only tack I had with NCover v2 has been fixed: you can now run NCover from a command line under a non-administrator account, which is central because who is running its development/build process box under admin privilege nowadays?!
  • The NCoverExplorer usability has been enhanced drastically.

NCover v3 comes with several other cool features, but from my point of view much faster + non-admin changes everything!

category: Architecture | clicked: 4 | | source: codebetter.com | show counter code
tags: Code Coverage, NCover, NDepend

No comments yet, be the first one to post comment.

To post your comment please login or signup