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 moreSolution: Tests fail on 64bit machines and pass on 32bit
In the last a few of our customers have reported a strange issue: Exception is thrown while running tests using…
Read moreAvoiding Fragile Tests – Drawing the Line
Isolation frameworks are intrusive by nature. Yes, Isolator included. That means, they have “knowledge” of the code inside the component…
Read more