News

NUnit NUnit is a free unit testing framework widely used by .Net developers. It is the .Net counterpart of the Java unit testing framework called jUnit.
Unit testing has become an inseparable part of the software development lifecycle. Many open source tools and frameworks assist developers in writing unit tests. However, little has been done to ...
The two primary unit testing frameworks, both of which are open source, are QUnit and Jasmine. Both are well suited for the task of unit testing but each brings a slightly different style to the unit ...
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 ...
iOS / MonoTouch MonoTouch recently gained an on-device unit testing framework. And unlike the Windows Phone version, this one is officially supported.
Popular mocking frameworks include GoogleMock and Mockator. (I'll cover mocking in a future installment.) Unit Testing Post-PC Applications Last month, I discussed how C++ needed complementary ...
2. The Cucumber test framework for Java Unit testing happens at a very low level in Java programs, thus the term unit. If you want a better idea of how an application behaves to solve a given problem ...
Unit tested code reduces the defect density in an application. The motive of this article is not to elucidate the benefits of unit testing (see references for that), but to provide a collection of ...
Srini & Kavitha Penchikala give an overview of the support provided by Spring framework in the areas of unit and integration testing, with a sample application.
JUnit is an open source unit testing framework for Java, part of the xUnit family of unit testing frameworks. It's designed to simplify the process of writing repeatable tests.