.NET tools, components, libraries and add-ins sign in | create your account  
Stimulsoft Reports.net
Advertise here! Contact us to know the options
Category

Code coverage

Display options and filters [BETA]
Sort by:
Built for .NET
Source code provided
Discontinued
Library
Built for the Compact Framework
Built for .NET 2
Add-in
Built for Mono
Sold as a service
Free or free version available

TestMatrix

 Home Page Home Page
Categories:
Author: Exact Magic Software
Latest version: 2.0
Description: Tool for practicing test-driven development in Visual Studio.
With TestMatrix, you can run unit tests directly from the editor, with integrated code coverage and performance profiling.

Features include:
- explore, run and debug your tests
- detect performance bottle necks
- analyze your code's test coverage
- integration with Visual Studio 2005 and 2008
- no external applications to run
- supports NUnit, MbUnit, and CsUnit
Added: 2007-06-06
Updated: 2007-12-22
Attributes: Add-in[AddIn] Built for .NET 2[BuilfForDotNet2]

TestDriven.NET

 Home Page Home Page
Categories:
Author: Jamie Cansdale
Latest version: 2.10.2172
Description: Unit testing add-in for Visual Studio .NET.

Features include:
- Run unit tests within any method, class, source file, namespace, project or solution with a single-click
- Works with all versions of Visual Studio .NET
- Supports multiple unit testing frameworks including NUnit, MbUnit and Visual Studio Team System
- Runs in its own process for side-effect free testing
- Allows you to debug tests or methods
- Supports C#, VB, C++ and J#
- Provides support for Pseudo Categories
- Execute any method as an ad-hoc test
Added: 2003-05-20
Updated: 2007-12-05
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

Rational PurifyPlus

 Home Page Home Page
Categories:
Author: IBM
Latest version: 6.13
Description: Set of automated runtime analysis tools for improving Linux-, UNIX- and Windows-based application reliability and performance.
Designed for Java, C, C++, and .NET applications.

Features include:
- Runtime and memory management error detection: memory corruption and leak detection.
- Application performance profiling: highlights application performance bottlenecks.
- Code coverage analysis: identifies untested code.
- Instruments code at the byte or object level.
- Server-side Java support: install PurifyPlus on your Web server to analyze Java Server Pages (JSP) and servlets.
- For software developers working with Java, Visual C++ and all VS.NET managed languages (including C# and VB.NET).
- Runs directly inside WebSphere Studio, Eclipse or Visual Studio, as well as stand-alone.
- Selective instrumentation: allows you to select which modules of an application to analyze.
Added: 2005-03-31
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn]

Prof-It for C#

 Home Page Home Page
Categories:
Author: Klaus Lehner
Latest version: 1.01
Description: Standalone profiler for C# that measures execution frequencies for each statement while keeping the instrumentation of the source code to a minimum. A strategy for finding basic blocks, incrementing their counters and calculating counters from others makes Prof-It faster than other profilers, that can collect execution frequencies for each line of code.
Added: 2004-09-21
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

DevPartner Studio

 Home Page Home Page
Categories:
Author: Compuware
Latest version: 8.1
Description: Helps developers detect, diagnose and resolve software errors; maximize code performance; and ensure optimum code coverage and testing in Visual Studio .NET or Visual Studio 6.

Features include:
- Source code review
- Error detection and diagnosis
- Fault simulator
- Memory analysis
- Code coverage analysis
- Performance analysis
- Distributed application analysis
- Integration with Visual Studio 2003 and 2005
- Integration with Visual Studio Team Foundation Server
Added: 2003-05-20
Updated: 2006-06-15
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Built for .NET 2[BuilfForDotNet2]

TeamCity

 Home Page Home Page
Categories:
Author: JetBrains
Latest version: 3.0
Description: IDE-independent integrated team environment.
TeamCity automates and coordinates key collaborative processes to eliminate manual systems and delays, providing integration with multiple build and test tools, real-time unit test frequency, server-side inspections and code coverage analysis.

Features include:
- continuous integration and testing
- server-side code analysis
- build management
- automated team communication
- code coverage analysis and reporting
- web-based interface and project dashboard
- extensibility
- IntelliJ IDEA, Eclipse and Visual Studio 2005 integration
- pre-tested (delayed) commit
- remote run for personal builds

Supported environments:
- Ant, Maven, NAnt, MSBuild
- Having an IntelliJ IDEA project or a Visual Studio 2003/2005 solution, you can build your application with TeamCity, even without providing a build script
- Supports JUnit and NUnit
- Integrates with Perforce, CVS, Subversion, Visual SourceSafe, StarTeam
Added: 2006-07-21
Updated: 2007-12-20
Attributes: Add-in[AddIn] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

Clover.NET

 Home Page Home Page
Categories:
Author: Cenqua
Latest version: 2.0
Description: Configurable code coverage analysis tool.
Clover.NET highlights sections of code that are not being adequately exercised by your unit tests.
Features:
- add-in for Visual Studio .NET 2003 and 2005
- integration with projects using NAnt.
- integration into legacy build systems with command line interface and API.
- configurable coverage reporting of Method, Statement, and Branch coverage.
- reporting in HTML and XML
- control over the coverage gathering with source-level filtering.
Added: 2004-07-09
Updated: 2006-04-05
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Built for Mono[Built for Mono] Built for .NET 2[BuilfForDotNet2]

NCover (SourceForge)

 Home Page Home Page
Categories:
Author: Giles Cope
Latest version: 1.0 RC2
Description: Tool to tell you how much of your program is covered by your automatic tests. Instruments source code prior to running unit tests to establish test coverage.
Integrates with Nant, for use with continuous integration builds.
Added: 2004-01-20
Updated: 2004-06-25
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

PartCover

 Home Page Home Page
Categories:
Latest version: 2.1.1
Description: Code coverage tool.

Features include:
- can cover assemblies without debug symbols (in wich case an IL-code branch detector is used)
- report includes type and method flags and implementation flags in addition to coverage
- basic XSLT templates are provided
Added: 2006-10-07
Updated: 2007-11-14
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

NCover

 Home Page Home Page
Categories:
Author: Gnoso
Latest version: 2.0.1
Description: Code coverage analysis tool that uses the profiling API to give line-by-line code coverage statistics.

Features include:
- Supports any .NET language, because the analysis is done at the .NET runtime layer. Tested with C#, VB.NET, Managed C++, J#, MSIL, and Boo.
- 64-bit support
- NCoverExplorer: tool for analysis of NCover profiling data
- No special builds required
- Sequence point coverage reporting; Branch coverage reporting
- XML coverage data output
- NAnt/MSBuild/CC.Net integration
- Select assemblies to profile; Attribute-based exclusion; Auto exclusion of compiler-generated code
- Exclusion through regular expressions
- IIS (ASP.NET) and Windows service profiling
Added: 2004-01-20
Updated: 2007-09-20
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

C# Test Coverage Tool

 Home Page Home Page
Categories:
Author: Semantic Designs
Latest version: Beta
Description: Enables the collection and display of code coverage data on C# software source code bases of arbitrary size.
Added: 2003-12-19
Attributes: Built for .NET[BuiltForDotNet]
Ignore this
Advertise here! Contact us to know the options
Advertise here! Contact us to know the options
Web site previews powered by WebSnapr
Hosted by WebHost4Life.com - Please use this Sponsor ID: madgeek - Thanks!
part of the metaSapiens network: metaSapiens | .NET Jobs | Fabrice's weblog | SharpToolbox | JavaToolbox | LINQ in Action | MapShares | Clair de Bulle