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

Testing

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

Pex

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 0.5
Description: Automated exploratory testing tool.
Pex (Program EXploration) is an assistant to the programmer that automatically produces a traditional unit test suite with high code coverage from a parameterized unit test. In addition, it suggests to the programmer how to fix the bugs.
Pex generates unit tests from hand-written parameterized unit tests through automated exploratory testing based on dynamic symbolic execution.
Unit Tests: parameterless methods that test a single unit of code.
Parameterized unit tests: same as above, but with parameters.
Automated exploratory testing: a tool-supported process of running, learning and testing code at the same time.
Dynamic symbolic execution: a combination of static analysis and runtime monitoring to compute test inputs.

Pex comes with a Visual Studio add-in, and also works from the command line.
Added: 2008-05-26
Attributes: Add-in[AddIn] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

xUnit.net

 Home Page Home Page
Categories:
Latest version: 1.0 RC 1
Description: Unit testing framework.
Added: 2007-09-22
Updated: 2008-01-30
Attributes: Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

NUnit2Report

 Home Page Home Page
Categories:
Author: Gilles Bayon
Latest version: 1.2.2
Description: Merges the individual XML files generated by the NUnit2 nant task and applies a stylesheet on the resulting merged document to provide a browsable report of the testcases results.
Added: 2004-04-13
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

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]

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]

Nester

 Home Page Home Page
Categories:
Latest version: 0.2 alpha
Description: Test tester for testing your C# NUnit tests.
Nester is in the spirit of Jester (for Java). It involves modification of programs to see if existing tests can distinguish the original program from the modified program. It modifies your source code and runs the tests. It can help point out missing tests or redundant code.
Added: 2004-08-17
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Avignon

 Home Page Home Page
Categories:
Author: Narti Kitiyakara
Description: Acceptance testing framework that allows user tests to be written in XML.
The core module of Avignon interfaces the test running framework with JUnit. Additional modules allow you to test Java Swing applications, HTTP applications (through either IE or Firefox), and .NET Windows Form applications.
You may also extend the testing vocabulary with your own testing commands.
Added: 2006-12-21
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

POCMock

 Home Page Home Page
Categories:
Author: Pretty Objects
Latest version: 4.0
Description: Tool for mocking classes.
POCMock enables you to mock any .NET Module, even those of Microsoft such as System.Web.dll. POCMock is a tool for developers who carry out white box automatic testing (which validates what goes on in the code as the developer writes) as opposed to black box testing (which only validates the code’s external effects).
POCMock Enterprise enables you to mock objects on a remote server, so that you can test your ASP.NET, remoting applications, Web Services... just like any simple DLL.
Added: 2003-05-20
Updated: 2005-02-11
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Free or free version available[FreeVersionAvailable]

FitNesse

 Home Page Home Page
Categories:
Latest version: 20050731
Description: Integrated standalone wiki, and acceptance testing framework.
FitNess is built on the FIT Framework and adds a stand alone web server and a hierarchial wiki (for configuring/defining tests as HTML tables).

- FitNesse is a collaborative testing and documentation tool: It provides a way for teams to collaboratively create documents, specify tests, and run those tests.
- FitNesse is a web server: it requires no configuration or setup; just run it and then direct your browser to the machine where it is running.
- FitNesse is a wiki: you can create new documents and pages, hyperlinks, lists, tables.
Added: 2004-11-04
Updated: 2005-03-03
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Rhino Mocks

 Home Page Home Page
Categories:
Author: Ayende Rahien
Latest version: 3.5 Beta
Description: Dynamic mock object framework.
Rhino Mocks' purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.

Rhino.Mocks is based on EasyMock.Net and released under the same BSD license. It's a hybrid approach between the pure Record/Replay of EasyMock.Net's model and NMock's expectation-based model. One of the key features of Rhino Mocks is that it works with refactoring tools so changing your code won't break your tests.

Features include:
- Explicit record & replay model for expectations.
- Working with strongly typed mocks.
- Expectations based on: Arguments matching; Constraints matching; Custom callback to verify the expected arguments using your own code.
- Setting actions on methods, return specific value, or throw an exception.
Added: 2005-07-07
Updated: 2008-06-03
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] 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]

.TEST

 Home Page Home Page
Categories:
Author: Parasoft
Latest version: 1.6
Description: Unit-testing tool that automatically tests classes written on the .NET Framework without requiring developers to write a single test scenario or stub. .TEST automatically performs a complete range of static and dynamic tests on your .NET assemblies. The .TEST RuleWizard feature lets you design custom coding standards by graphically expressing the pattern that you want .TEST to look for during automatic coding standard enforcement.
(was Test.NET)
Added: 2003-05-20
Updated: 2004-03-18
Attributes: Built for .NET[BuiltForDotNet]

csUnit

 Home Page Home Page
Categories:
Latest version: 1.9.4
Description: Unit testing tool for the Microsoft .NET Framework. Works with all .NET languages including C#, Visual Basic .NET, J#, and managed C++.
Added: 2003-05-20
Updated: 2003-12-22
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Ranorex

 Home Page Home Page
Categories:
Author: Ranorex Software
Latest version: 1.3.0
Description: Windows GUI test and automation library for C++, Python and .NET languages.
Ranorex doesn't have a scripting language of its own like other test tools. The user (e.g. the software tester) can use the functionalities of programming languages like Python or C# as a base and expand on it with the GUI automation functionality of Ranorex.

The Ranorex Recorder is a Record & Replay tool that also generates usable C++, C# and Python code.
Added: 2007-05-21
Updated: 2008-01-24
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

Typemock Isolator

 Home Page Home Page
Categories:
Author: TypeMock
Latest version: 4.2
Description: Mocking framework that enables any .NET type to be isolated for being unit tested and functionally verified. In addition, any already written legacy code or third party component can be isolated and consequently complex and cross components logic and can be performed.

Features include:
- Ability to mock any concrete class and all members: public, protected, private, virtual, non-virtual, constructors and sealed
- Mocking takes place on the fly, working on your production assemblies
- Expectation recording
- Refactoring and IntelliSense support using Natural Mocks
- Built-in argument checks
- Supports ref and out arguments
- Allows arbitrary calls, or reject any method calls that weren't explicitly expected
- Enables you to specify sequenced and default return values and exceptions
- Support for properties and indexes
- Verify mode, to verify arguments without mocking the code
- Ability to specify dynamic return values based on passed arguments
- Enables you to validate the arguments passed to the mocked types
- Specify custom checking of arguments
- Supports .NET 1.1, 2.0, 3.0 and 3.5
- Synergy with Finalbuilder and DotTracer

Previous name: TypeMock.NET
Added: 2005-01-17
Updated: 2008-03-04
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Built for .NET 2[BuilfForDotNet2]

ReSharper

 Home Page Home Page
Categories:
Author: JetBrains
Latest version: 4.0
Description: Add-in for Visual Studio that provides C# and VB.NET coding assistance, on-the-fly error highlighting and quick error correction, as well as support for code refactoring or unit testing features.

Features include:
- Syntax and error highlighting
- Error quick-fixes
- Refactoring
- Navigation
- Code assistance, code completion, code formatting
- Code generation
- Search
- Live templates
- ASP.NET editing
- NAnt and MSBuild scripts editing
- Supports Visual Studio 2008/2005/2003, C# (up to version 3), VB.NET (up to version 8)
Added: 2004-02-27
Updated: 2008-06-11
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Built for .NET 2[BuilfForDotNet2]

EasyMock.NET

 Home Page Home Page
Categories:
Latest version: 1.1 RC1
Description: Class library that provides a way to use mock objects for given interfaces or remote objects.
EasyMock.NET is a port of the EasyMock framework, which can be found for the Java platform.
Added: 2004-12-08
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

NUnitForms

 Home Page Home Page
Categories:
Author: Luke Maxon
Latest version: 2.0 Alpha 5
Description: Tool for automatically testing Windows Forms applications. It is an extension to NUnit that should make it easy to test Windows Forms applications.
Added: 2004-04-21
Updated: 2006-04-28
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

ClassMaster

 Home Page Home Page
Categories:
Author: Certified Development
Latest version: 2.0
Description: Unit testing tool for testing, modeling and learning .NET.

Features includes:
- ClassMaster enables you to unit test your code without having to write a test harness for every project. Add assemblies and navigate to public, private or internal methods. Right click and execute the code and see the results. Results can be viewed either in a datagrid, property grid, HTML or XML.
- ClassMaster can be used to prototype your class libraries. It helps you design object models by visually seeing how they will appear and be used by other software developers.
- ClassMaster can help you take advantage of frameworks and class libraries. Add assemblies and browse. Find a type and a method of interest and execute the code. You can see what it does. Go ahead and experiment with methods to see if they can be used in your own applications.
- Save your tests so you don't have to keep entering your arguments everytime.
- BookMark your classes or methods to make navigation easier.
- Right click a method or type and execute a MSDN or Google search.
- See the amount of time it takes for the code to execute.
- ClassMaster can unit test class libraries, executables and web services.
- Supports .NET 2.0 and 3.0
Added: 2006-04-17
Updated: 2007-07-02
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2]

QA Wizard

 Home Page Home Page
Categories:
Author: Seapine Software
Latest version: 3.0
Description: Automated functional testing of Windows, Web, and Java applications.
Features include:
- Test Windows and web-based .NET applications
- Create and run test scripts using a GUI interface
- Reuse scripts with each release or testing cycle
- Track, manage, and measure testing coverage, accuracy, and pass/fail rates of tests
- Review script reports to identify which components were tested and where issues occurred
- Script debugging enables users to identify issues or problem areas within test scripts.
- Run Wizard guides users through the steps required to run and save single scripts or groups of scripts.
- Exception handling, which allows users to create exceptions directly from script steps and eliminates the need to manually capture exception windows or dialog boxes.
- Add external function calls to QA Wizard using .NET assemblies to call external functions.
Added: 2005-01-21
Attributes: Built for .NET[BuiltForDotNet]

.NET Mock

 Home Page Home Page
Categories:
Latest version: 0.6.3
Description: Framework whose goal is to facilitate developing unit tests in the mock object style.
Added: 2003-05-20
Updated: 2004-06-08
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

MbUnit

 Home Page Home Page
Categories:
Latest version: 2.4
Description: Extensible unit testing framework that extends classic frameworks such as NUnit and csUnit by providing a variety of new specialized test fixtures. Developpers can even defined their own new fixtures.
As in NUnit, tests are created at runtime using Reflection and custom attributes. MbUnit differentiates itself from NUnit in it's extensibility model. It contains a number of tests that go beyond the simple unit testing, such as combinatorial testing, data oriented testing, etc.
Added: 2004-02-26
Updated: 2007-05-30
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

Convergence

 Home Page Home Page
Categories:
Author: JNetDirect
Latest version: 3.0
Description: Quality management dashboard that enables tracking of application quality early in the software development life-cycle.

With Convergence, teams can:
- Determine if new code is being unit tested
- Track and understand code growth with respect to test coverage
- Identify areas to focus on to detect defects
- Identify the cause of test failures
- Uncover practices that impair maintainability and increase risk

Unlike static build reports, which convey limited information, Convergence tracks and relates multiple data points, enabling teams to understand and report on application quality through a unified focus on:
- NUnit/JUnit test statuses, code coverage and outputs
- Source code and code changes in CM systems like CVS and Subversion
- Assembly/package and class dependencies
- Code size, code audits, complexity and coupling
- NUnit/JUnit test & defect report relationships in defect tracking systems like JIRA and Bugzilla
Added: 2006-02-14
Attributes: Built for .NET[BuiltForDotNet]

White

 Home Page Home Page
Categories:
Author: ThoughtWorks
Latest version: 0.12
Description: Windows application automation.
White supports rich client applications: Win32, Windows Forms, WPF and SWT (java).
It is .NET based and hence you can use your favourite .NET language, IDE and tools for developing tests/automation programs.
White provides a consistent object oriented API for all kinds of applications. It hides the complexity of Microsoft's UIAutomation library and windows messages (on which it is based).
Added: 2008-02-21
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] 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]

NUnit

 Home Page Home Page
Categories:
Latest version: 2.4 RC
Description: Unit-testing framework for all .NET languages.
Initially ported from JUnit, the 2.0 version is the second major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.

Core features:
- In order to test an application under NUnit, you write test code that is specially annotated using custom attributes. Your test code contains assertions, which demonstrate the correct working of the application.
- If your application stores settings in configuration Files, NUnit provides you with the ability to have settings for your test, which are different from those used in production.
- In addition to running tests in a single assembly, NUnit provides support for tests organized as multiple assemblies and for creating and running tests as NUnit test projects.
- For those using NUnit on a Windows system with Visual Studio installed, Visual Studio support is available.
- Console runner
- GUI runner
Added: 2003-05-20
Updated: 2007-03-06
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for Mono[Built for Mono] Built for .NET 2[BuilfForDotNet2]

ClrUnit

 Home Page Home Page
Categories:
Author: John Lewicki
Latest version: 0.9.5
Description: A unit testing framework inspired by JUnit.
Features integration with Visual Studio .NET 2003, and new support for dynamic mock objects (just like EasyMock library for Java).
Added: 2004-08-16
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Unite.NET

 Home Page Home Page
Categories:
Author: Ascentiv
Description: Unit and integration testing environment which supports a software developer during test development and test execution.
Added: 2003-08-08
Attributes: Built for .NET[BuiltForDotNet]

FIT Framework

 Home Page Home Page
Categories:
Author: Ward Cunningham
Latest version: 1.1
Description: Testing framework which goal is to facilitate cooperation between customers, testers and developers who share the values of communication, simplicity, feedback and courage.
FIT is is about tests that people can read. It uses tables to express tests.
Added: 2003-12-15
Updated: 2005-04-09
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

QuickTest Professional

 Home Page Home Page
Categories:
Author: Mercury
Latest version: 9.0
Description: Solution for functional test and regression test automation.
QuickTest Professional allows creating a test script by pressing a Record button and using an application to perform a typical business process. Each step in the business process is documented with a sentence and screenshot. Users can modify, remove, or rearrange test steps.

Features include:
- Supports Windows, Web, Java (Sun JDK 1.1–1.4.2, IBM JDK 1.2–1.4), .NET (1.0, 1.1, 2.0; Windows Forms and ASP.NET controls), Visual Basic, ActiveX, SAP, Siebel, Oracle, PeopleSoft, and terminal emulators.
- Can automatically introduce checkpoints to verify application properties and functionality, for example to validate output or check link validity.
- You can enter test data into an integrated spreadsheet with the functionality of Excel, to manipulate data sets and create multiple test iterations.
- Advanced testers can view and edit their test scripts.
- Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center
- Identifies objects with even if they change from build to build, enabling unattended script execution
- Handles unforeseen application events with Recovery Manager, facilitating 24x7 testing
- Auto-documentation technology for test documentation and test creation
- Provides an IDE environment for QA engineers
- Generates reports
Added: 2007-01-19
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2]

TestRunner

 Home Page Home Page
Categories:
Author: Mailframe
Latest version: 2.2.2005.1219
Description: Integrates NUnit testing and debugging into a Visual Studio .NET add-in.

Features include:
- Test navigation: Activate the context menu on any test and select view to navigate directly to the source for the test.
- Integrated debugging: Tests run in the background and interact with the Visual Studio editor instead of a separate program; You can run your tests and stop on breakpoints without leaving the Visual Studio .NET environment.
Added: 2004-08-10
Updated: 2005-12-27
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

InCisif.net

 Home Page Home Page
Categories:
Author: InCisif Software
Latest version: 1.1
Description: Automation tool designed to implement client-side functional testing of web applications under Internet Explorer 6.x or 7.x, using the C# or VB.NET language.

The InCisif Assistant allows recording the user interactions with your web application and creating new test applications. You write your test cases using C# or VB.NET. You execute and debug your tests implemented in a .NET Windows application using the Visual Studio IDE.

Third-party tools:
- TestDriven.NET is supported by InCisif.net with Visual Studio 2003 and 2005.
- NUnit can be used to execute InCisif.net's tests.
- Visual Studio 2005 Code Snippets are available for C# and VB.NET.
Added: 2006-12-19
Attributes: Built for .NET[BuiltForDotNet]

moq

 Home Page Home Page
Categories:
Latest version: 2.5
Description: Mocking library for developed from scratch to take advantage of .NET 3.5 (e.g. LINQ expression trees) and C# 3.0 features (e.g. lambda expressions).

Features include:
- Strongly-typed: no strings for expectations, no object-typed return values or constraints
- VS intellisense integration: everything supports full VS intellisense, from setting expectations, to specifying method call arguments, return values, etc.
- No Record/Reply idioms to learn. Just construct your mock, set your expectations, use it and optionally verify them.
- Granular control over mock behavior with a simple enumeration.
- Mock both interfaces and classes.
- Override expectations: can set default expectations in a fixture setup, and override as needed on tests.
- Pass constructor arguments for mocked classes.
- Deep MarshalByRefObject support: constructs underlying proxied object, and passes calls down to it if there are no expectations overriding them. Useful for Windows Forms controls and other System.ComponentModel.Component-derived classes.
Added: 2008-01-30
Updated: 2008-07-05
Attributes: Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for .NET 2[BuilfForDotNet2]

DevPartner Fault Simulator

 Home Page Home Page
Categories:
Author: Compuware
Latest version: 1.0
Description: Provides support for testing error handlers, creating a repeatable environment for proactively analyzing and debugging application error-handling code.
DevPartner Fault Simulator uses fault simulation to emulate real-world application errors.

Features include:
- Safe fault simulation: A .NET Framework fault can be simulated either on a line of code or independent of location. Developers can also simulate an environmental failure in the target application. Properties, parameters and conditions associated with every fault make it possible to further refine the simulation.
- Reports: Display information about the faults being simulated and how they are being handled as the simulation is taking place. Also provides results about the error handling in the application code upon completion of the simulation. This includes a description of the fault, the current call stack and an error-handler stack for each instance simulated. Simulation results may be saved for later analysis.
- User education: The areas in source code where faults can be simulated are highlighted. Additionally, developers can select a line of code within Visual Studio .NET and allow DevPartner Fault Simulator to identify the list of exceptions that can be simulated at that location. This helps you to understand what faults your code must be built to handle.
- Visual Studio .NET integration
Added: 2005-08-09
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn]

VSGuard

 Home Page Home Page
Categories:
Author: Guardsoft
Latest version: 1.0
Description: Implementation of relative debugging for Visual Studio.
Relative debugging allows a user to compare data between two executing programs. It was devised to aid the testing and debugging of programs that are either modified in some way, or are ported to other computer platforms.
Whilst VSGuard is valuable for any of the Visual Studio supported languages, it has special appeal for migration from Visual Studio 6.0 to the .NET Framework. VSGuard is able to run a Visual Basic 6.0 and VB.NET project concurrently, automatically comparing data, and reporting differences that occur.
Added: 2004-05-18
Attributes: Built for .NET[BuiltForDotNet] Add-in[AddIn]