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.
Many developers have found themselves on the unit testing bandwagon, setting up tiny tests to check all of their code whenever they make a change. In the Visual Studio .NET world, this has required ...
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 ...
Microsoft has introduced a lightweight and portable test runner for its MSTest unit testing framework.