News

JUnit and NUnit are open source unit testing frameworks; the former for Java applications, the latter for .Net programs.
C# Corner columnist Patrick Steele says writing unit tests can be a time-consuming chore. He looks at some approaches that can make writing unit tests easier and more efficient for C# programmers.
Unit testing company Typemock has announced the release of the latest version of its unit testing solution for .NET: Isolator 9.1.
csUnit is a unit testing framework for the Microsoft .NET Framework. It targets test driven development using C#, Visual Basic .NET, and managed C++. In this tutorial you will learn about creating ...
An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get ...
Unit tests are an important part of modern application development. NUnit is perhaps the best-known way of using them with .NET code.