Revision as of 17:23, 24 June 2009 editAislingdonnelly (talk | contribs)26 editsNo edit summary← Previous edit | Latest revision as of 23:52, 2 November 2021 edit undoJJMC89 bot III (talk | contribs)Bots, Administrators3,685,298 editsm Moving Category:Computer programming tools to Category:Programming tools per Misplaced Pages:Categories for discussion/Speedy | ||
(26 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Code coverage tool for .NET}} | |||
⚫ | NCover is a .NET ] tool. |
||
{| class="wikitable" border="0" align= "right" | {| class="wikitable" border="0" align= "right" | ||
|- | |- | ||
⚫ | | '''Established''' 2003 | ||
! ] | |||
|- | |||
⚫ | | '''Established''' |
||
|- | |- | ||
|'''Creator''' Peter Waldschmidt | |'''Creator''' Peter Waldschmidt | ||
Line 14: | Line 11: | ||
|- | |- | ||
|'''Website''' http://www.ncover.com | |'''Website''' http://www.ncover.com | ||
|- | |||
|} | |} | ||
⚫ | '''NCover''' is a .NET ] tool. There are two non-related NCover products that do ] code coverage. There is an open source NCover that can be found on SourceForge and there is a company called NCover, LLC. There has been additional development on both products since this 2004 reference. | ||
==History== | |||
NCover is a .NET code coverage created by Peter Waldschmidt in 2002 while he was CTO of another company. Peter was looking for a way to improve the code quality within their organization. Although they were testing the code, he recognized that they may not be testing all of their code. After creating NCover, the product was given to the community for free. As he continued to get requests for more features and further development, Peter decided to commercialize NCover so he could give it the dedicated resources the product deserved. | |||
The company NCover, LLC began when the founder, Peter Waldschmidt, decided to commercialize the open source tool he created. The commercial versions were launched in 2007, but the last supported free version 1.5.8 is still available on the company site.<ref></ref> | |||
In September 2007, NCover began sales of 2 products of v2, NCover Enterprise and NCover Professional, but continued to leave a free version for the community on its website (v1.5.8). In addition there is an open source version of NCover available on SourceFourge that is not affiliated in any way with the commercial NCover product. | |||
Over the next 15 months, additional resources were added and NCover was completely rewritten in WPF with major increases to speed and functionality. NCover v3 was released in February 2009 as 2 products, NCover Complete and NCover Classic. Although the product began as solely a code coverage tool, it has expanded to more a code quality platform. NCover Complete trends historical coverage files, method coverage, branch coverage, cyclomatic complexity and profiling of parent and multiple child processes for both symbol and line coverage points on x86 or x64 platforms. | |||
NCover has grown to become the leading code coverage product available for .NET developer. Code coverage is essential for the success of software development. Without code coverage bugs and defects in the software run unchecked. This leads to product flaws and failure. The European Union is moving to hold software companies responsible for errors in their programs making code coverage even more important. | |||
==Integration== | |||
NCover integrates with a wide variety of tools and build servers commonly used by .NET developers:<br /> | |||
'''Unit Test Tools''' | |||
*] | |||
*MS/ Test Team Foundation Server | |||
*MBUnit/ Gallio | |||
'''Build Server''' | |||
*Cruise Control .NET | |||
*Team City | |||
⚫ | == References == | ||
'''Build Tools''' | |||
<references /> | |||
*] | |||
*] | |||
*] | |||
== External links == | |||
'''Test / QA Tools''' | |||
* | |||
*Quick Test Pro | |||
* | |||
* | |||
* | |||
] | |||
==See Also== | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
⚫ | ==References== | ||
* | |||
*Open Source v. Commercial | |||
*European Union Holds Software Companies Responsible |
Latest revision as of 23:52, 2 November 2021
Code coverage tool for .NETEstablished 2003 |
Creator Peter Waldschmidt |
Location Greenville, SC |
Description Code Coverage Software |
Website http://www.ncover.com |
NCover is a .NET code coverage tool. There are two non-related NCover products that do .NET code coverage. There is an open source NCover that can be found on SourceForge and there is a company called NCover, LLC. There has been additional development on both products since this 2004 reference.
The company NCover, LLC began when the founder, Peter Waldschmidt, decided to commercialize the open source tool he created. The commercial versions were launched in 2007, but the last supported free version 1.5.8 is still available on the company site.