December 2008 - Posts

TDD Case Studies and research by ISerializable - Roy Osherove's Blog : Agile

I’ve always been looking for real research numbers on the effectiveness of TDD. For future reference, there are several listed here: http://biblio.gdinwiddie.com/biblio/StudiesOfTestDrivenDevelopment Read More...
Filed under:

lowering the adoption barrier for unit testing: doctest in python by ISerializable - Roy Osherove's Blog : Agile

One area that I didn’t know about was brought to me by an attendee in one of the conferences I was in. It’s a simple idea, really: write the tests for a method as part of the method’s documentation. but make them executable. In python, they have something...
Filed under: ,

Isolation frameworks – lessons from the wild by ISerializable - Roy Osherove's Blog : Agile

I’m in the process of teaching another TDD master class in Oslo this week, and in the past two days we went over the major Isolation frameworks in .NET (I refuse to say Mocking frameworks anymore. the “Mock” work is too overloaded as it is). We covered...
More Posts