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=138
Printed Date: 17Nov2024 at 4:43am


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



.NET unit testing tools


Nester

http://nester.sourceforge.net/

Description:

Nester is a tool for mutation analysis of your source code in order to assess the adequacy of your tests. It involves modification of programs to see if existing tests can distinguish the original program from the modified program.

Requirement:

Win32; .NET Framework 1.1; NUnit 2.1.5

Download data:

Downloadable files: 3430 total downloads to date

NUnit

http://www.nunit.org/

Description:

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current version, 2.0 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.

Requirement:

Windows NT/2000

Download data:

Downloadable files: 720434 total downloads to date

NUnit Addin for Visual Studio.NET

http://sourceforge.net/projects/nunitaddin/

Description:

Point and Test NUnit integration for Visual Studio.NET. The aim of this project it to simplify testing and debugging using the NUnit framework inside of Visual Studio.NET.

Requirement:

Windows

Download data:

Downloadable files: 58588 total downloads to date

NUnitAsp

http://nunitasp.sourceforge.net/

Description:

NUnitAsp is a tool for automatically testing ASP.NET web pages. It's an extension to NUnit, a tool for test-driven development in .NET.

Requirement:

Windows NT/2000

Download data:

Downloadable files: 58887 total downloads to date

NUnitForms

http://nunitforms.sourceforge.net/

Description:

An NUnit extension for testing Windows Forms applications, making it easy to write unit tests for your Windows Forms classes.

Requirement:

Windows NT/2000

Download data:

Downloadable files: 38589 total downloads to date

Rhino.Mocks

http://www.ayende.com/projects/rhino-mocks.aspx

Description:

A dynamic mock object framework for the .Net platform. Its purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. It is a hybrid approach between the pure Record/Replay of EasyMock.Nets model and the expectation based model of NMock.

Requirement:

.Net Framework 1.1 or 2.0

Download data:

No data feed available

VSNUnit

http://sourceforge.net/projects/vsnunit/

Description:

VSNUnit is an integration tool that allows you to execute your NUnit tests from within the IDE. Instead of dumping the results as a text stream to the output window, VSNUnit provides the graphical tree view that NUnit and JUnit users have come to love. The tree view is a dockable toolwindow inside the IDE, allowing you to integrate it with your standard development environment layout.

Requirement:

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

Download data:

Downloadable files: 7822 total downloads to date

Zanebug

http://www.adapdev.com/zanebug/

Description:

Zanebug is an advanced unit testing application for .NET. It supports existing NUnit tests, performance metrics, multiple test iterations, in-depth error information, pass / fail stats, perfmon integration, result graphing, etc.

Requirement:

Windows

Download data:
Downloadable files: 691 total downloads to date




Print Page | Close Window