News

JUnit and NUnit are open source unit testing frameworks; the former for Java applications, the latter for .Net programs. JUnit is a descendant of SUnit, a Smalltalk creation and great-grandaddy of ...
Jim Newkirk, creator of NUnit, has announced a new Unit Testing Framework called xUnit.net. The proclaimed successor to NUnit is supposed to get rid of NUnit's mistakes and shortcomings and add some b ...
I've been looking into TDD lately. I've done unit testing on projects before, using nUnit, which appears to be the standard these days. I've also used some mocks, most recently nBuilder. I'd like ...
The recently released, Visual Studio Unit Test Generator includes support for multiple test framework and enables you to unit test applications directly from within Visual Studio 2012 and 2013.