News

Everyone knows JUnit, the Java unit-testing framework. JUnit has some annoying specificities that make it unsuitable for complex unit testing involving grouping, asynchronous, and parallel testing ...
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 ...
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 ...
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.