The Google testing blog has a nice post on how asserts inside the production code are not that good for…
Read moreAndrew Woodward’s Presentations on Best Practices in SharePoint
Andrew Woodward gave two presentations in the SharePoint Best Practices Conference in San Diego. One was on "Agile SharePoint development…
Read moreUnit Testing in a Managed Environment – Code Review
It’s been a while since my last post on the subject. Last time I talked about having a continuous build…
Read moreIs Unit Testing Useful?
Man, within 15 minutes I read this post, by the Bill Morier, VP of software development at Justin.tv, throwing me…
Read moreUsage tip: inject faked behavior to code under test
Direct discussion with our users in our forums is immensly helpful when building our products; it brings out points that seem trivial…
Read moreTypemock Isolator is in Visual Studio Gallery
In case you’ve never been to Visual Studio Gallery – it is a "one stop shop for Visual Studio extensions….
Read moreJohn Ferguson Smart on Background Unit Testing
This article, by John Ferguson Smart, is interesting, not just because of the idea, but because there are already not…
Read moreUnit Testing ‘Told You So’ Moment #1 – Google vs Internet
We talked about doing this for the Zune’s lock-up a month ago, but Internet time flies faster than we could…
Read moreHow to Implement Unit Testing in an Organization
Come sit by the fire, boys and girls, and I’ll tell you a story about how one developer changed an…
Read moreIsolator Extensibility – Verifying An Instance Was Not Called
Using Isolator’s Verify (C#) or Assert.TheseCalls, we have the option to use WasNotCalled (or VB DidNotHappen) to verify a method…
Read more