Below you can see videos from Typemock’s Unit Testing and Beer open discussion event at NDC09. The first 2 videos…
Read more52% of developers say: Unit testing is the answer for the EU software liability bill
According to a survey held by Typemock, more than half of the developers believe that unit testing can help companies…
Read moreTesting without SmtpClient
This is pretty awesome. here’s another way of really unit testing smtpClient code, without having a server running: I’m…
Read moreWorking with Racer, Part II
This week I played with Racer and Gallio, the current incarnation of mbUnit. Did you know that Gallio comes with…
Read moreAvoiding Fragile Tests
Fragile Tests and the Cost of Maintenance This post came from reading a question on our forum, as well as…
Read moreThe “I don’t have time to write a test” Excuse
I like this one. I usually hear it in a much larger organizational context, but hey one developer is a…
Read moreUnit Testing 101 Presentation
This is a nice one by Yaron Naveh. Sure, it uses another framework and not Isolator, but what the hell….
Read moreProblem Solving with Isolator
I’ve written before how Richard Fennell is using CThru to fake a SharePoint workflow. But he’s not the only one…
Read moreBack from the NDC
For those of you that weren’t there, Typemock had an open-space event alongside the NDC geek-beer evening – we were…
Read moreRichard Fennell Writes a CThru Logging Aspect
CThru is something like an extension method. It allows you to add functionality to an already working system, especially when…
Read more