What Is NUnit?
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.4, is the fifth 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. For more information please go http://www.nunit.org/
Unit Testing VB.NET
Although VB.NET is a very popular development language most unit testing tools are not custom built for it. The available tools either do not support VB.Net features, or do not make the road to unit testing easier, by taking advantage of the language. For more information please go http://www.typemock.com/
JUnit.org Resources for Test Driven Development is dedicated to software developers and testers using the JUnit testing framework. For more information please go http://www.junit.org/
No comments:
Post a Comment