Revision as of 20:37, 24 June 2009 editMrOllie (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers237,313 edits Requesting speedy deletion (CSD A7). (TW)← Previous edit | Revision as of 15:50, 25 June 2009 edit undoAislingdonnelly (talk | contribs)26 edits ←Created page with 'NCover is a .NET code coverage tool. There are 2 non-related NCover products that do .NET code coverage. There is an open source NCover that you can find ...'Next edit → | ||
Line 1: | Line 1: | ||
⚫ | NCover is a ] ] tool. There are 2 non-related NCover products that do .NET code coverage. There is an open source NCover that you can find on Sourceforge and there is a company called NCover, LLC. | ||
{{db-a7}} | |||
⚫ | NCover is a .NET ] tool. There are 2 non-related NCover products that do .NET code coverage. There is an open source NCover that you can find on Sourceforge and there is a company called NCover, LLC |
||
{| class="wikitable" border="0" align= "right" | |||
|- | |||
! ] | |||
|- | |||
| '''Established''' 2002 | |||
|- | |||
|'''Creator''' Peter Waldschmidt | |||
|- | |||
|'''Location''' Greenville, SC | |||
|- | |||
|'''Description''' Code Coverage Software | |||
|- | |||
|'''Website''' http://www.ncover.com | |||
|- | |||
|} | |||
==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. Although the company continues to give away this version on its website, the company no longer supports it. | |||
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 | |||
'''Build Tools''' | |||
*] | |||
*] | |||
*] | |||
'''Test / QA Tools''' | |||
*Quick Test Pro | |||
==See Also== | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
*] | |||
==References== | ==References== | ||
⚫ | * | ||
* | |||
⚫ | * |
||
*European Union Holds Software Companies Responsible |
Revision as of 15:50, 25 June 2009
NCover is a .NET code coverage tool. There are 2 non-related NCover products that do .NET code coverage. There is an open source NCover that you can find on Sourceforge and there is a company called NCover, LLC.
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. Although the company continues to give away this version on its website, the company no longer supports it.