Print Page | Close Window

.NET unit testing tools

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Microsoft .Net Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Microsoft .Net Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=137
Printed Date: 26Jun2024 at 1:07pm


Topic: .NET unit testing tools
Posted By: Amrita
Subject: .NET unit testing tools
Date Posted: 22Feb2007 at 3:03pm

.NET unit testing tools


 
Doubler

http://jayflowers.com/doku/doku.php?id=doubler

Description:

Doubler is a code generator that makes unit testing easier. It is especially useful when working with legacy code. It is a Reflector add-in, a tool already woven into your workflow. It will help you cleave dependencies apart, create test doubles, and write unit tests with little effort and less coding.

Requirement:

Win32

Download data:

No data feed available

EasyMock.NET

http://sourceforge.net/projects/dotnetunit/

Description:

EasyMock.NET is a class library that provides an easy 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(TM) platform.

Requirement:

All 32-bit MS Windows (95/98/NT/2000/XP)

Download data:

Downloadable files: 3603 total downloads to date

MbUnit

http://www.mbunit.org/

Description:

MbUnit is an extensible .Net test framework. As in NUnit, tests are created at runtime using Reflection and custom attributes. MbUnit differentiates itself from NUnit in its extensibility model. It contains a number of tests that go beyond the simple unit testing, such as combinatorial testing, data oriented testing, etc...

Requirement:

.Net

Download data:

No data feed available

NCover

http://ncover.sourceforge.net/

Description:

A test code coverage tool for C# .NET 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. Nant integration. For use with continuous integration builds

Requirement:

All 32-bit MS Windows (95/98/NT/2000/XP)

Download data:

Downloadable files: 11811 total downloads to date

NDbUnit

http://www.ndbunit.org/

Description:

NDbUnit is a .NET library for putting a database into a known state. NDbUnit may be used to increase repeatability in unit tests that interact with a database by ensuring that the database state is consistent across execution of tests.

Requirement:

.NET version 1.1




Print Page | Close Window