I received a comment on my blog yesterday from Chris Corcino. Chris pointed out that he has a hard time to get started with TDD and BDD with Sitecore. Basically it’s nearly impossible to emulate the ASP.NET HttpContext. And this makes it impossible to do some additional mocking. As Sitecore is really designed around the [...]
Read Full Post »
Last Tuesday, I mentioned the brand new testing framework xUnit.NET. Today some additional links for those guys who aren’t persuaded yet, colleague fanatics and any other:
Test Framework comparison A pretty cool comparison chart of a lot of Frameworks hosted on the Codeplex of xUnit.NET.
FAQ: All your questions and answers Brad Wilson takes the [...]
Read Full Post »
I’m very fanatic when it comes to test driven development (TDD). Too often people are writing complex applications without testing it proper. It happens to me as well. This has in general 3 reasons:
Sometimes I’m just lazy. Laziness is a general developer disease which occurs a lot.
No buddy to review my testresults. Your buddy [...]
Read Full Post »