View Full Version : Free SINGLE Code coverage tool for C++ & C#
SenthilKM
11-25-2008, 06:06 AM
I am looking for a Free SINGLE Code coverage tool for C++ & C#. (Tool to meassure code coverage for .Net and Native code)
Sol_HSA
11-25-2008, 07:14 AM
Coverity. Not free though - prepare to pay several tens of thousands of dollars.
alphadog
11-25-2008, 10:00 AM
Yes, Coverity is expensive. Cheaper (and good) alternatives are GlowCode, AQTime from AutomatedQA, NCover.
Free is hard to find... and, you get what you pay for in this case. If you are just working on an amateur basis, then that would be fine, otherwise, I highly recommend spending a handful of clams on a good profiling/coverage tool.
The only free one I know of is PartCover, which broke off from NCover when it ceased being free. (NCover used to be free...)
alphadog
11-25-2008, 10:01 AM
Also, if you use VS Team Edition, I think there's a code coverage tool in there somewhere...
vBulletin, Copyright ©2000-2010, Jelsoft Enterprises Ltd.