Any good tool/experience/story about using some code-coverage tool at early beta to early gold deployed applications?
Platform is .net 2.0
Any good tool/experience/story about using some code-coverage tool at early beta to early gold deployed applications?
Platform is .net 2.0
NCover is the best tool ever that I have seen. It works well with .NET 2.0 too. But keep in mind that 100% code coverage too will assure 60 to 70% of the quality of your product since your product may break in particular sequence and code coverage wont let you know.
See SD C# Test Coverage. Handles big systems with very low overhead. Suitable for running in a production environment if you insist.