Ben Griswold on April 1st, 2009

If you have been following along with ASP.NET MVC, you know testability is a big part of the story. This fact is really driven home when the option to create a test project immediately follows that of a ASP.NET MVC Web Application. This is all really cool – especially the flexible test project templates. Out [...]

Continue reading about ASP.NET MVC Test Template Project for NUnit and Moq

Ben Griswold on August 4th, 2008

As I mentioned last week, I am new to TDD.  For better or worse, all of my tests (and spikes) have been generated via Visual Studio Test Projects.  Working with VS Test Projects hasn’t been all that bad although I noticed a couple of annoyances right away.  Is anyone else bothered by the fact that, [...]

Continue reading about VS2008 Test Project Tips

Ben Griswold on August 1st, 2008

I am relatively new to the Test Driven Development (TDD) scene.  Though I have read up on the subject (specifically Test Driven: TDD and Acceptance TDD for Java Developers by Lasse Koskela), my only hands-on experience is limited to a single, 3-month project where I was the lone developer.  All other information gathered on the [...]

Continue reading about Learning Test Driven Development

Ben Griswold on February 6th, 2008

You may have noticed the recent attention given to TDD and whether it has been proven effective or not.  I think the entire “conversation” is great.  I appreciate everyone’s position primarily because the parties appear to be presenting their opinions and the interpreted facts with open minds.  If I were to take sides, though, I [...]

Continue reading about Question Everything