TDD
TDD

[Edit: For some reason the Insert Code Snippet in Live Writer completely screwed up the formatting of the post. I’ve changed the code blocks and used Copy As Html.. add in for VS 2008 to paste code blocks, which I think is much nicer anyways.] I’ve had a long battle understanding and relying on Test driven development. The first time I heard of TDD, actually read of is more appropriate, was when I read Kent Beck’s Extreme Programming Explained: Embrace Change and Martin Fowler’s Refactoring: Improving the Design of Existing Code....

posted @ Monday, August 04, 2008 6:58 PM | Feedback (4) | Filed Under [ TDD ]

Some talk on Unit testing frameworks: We’ve come a long way in having rich Unit test support in .net. I remember the time when NUnit was the only framework that was viable for providing good unit test support. Now we have so many unit testing frameworks, each with it’s unique advantages that it’s getting hard to decide which framework to choose. Apart from NUnit, we have MBUnit (now Gallio), xUnit, csUnit, MSTest (Microsoft’s unit testing framework that now comes bundled with almost all editions of VS). In my opinion, I would not recommend using...