The P&P group at Microsoft has recently adopted the Isolator product as their mocking framework of choice. In their current…
Read moreWhy TDD Rocks
Test Driven Development (TDD) Saves You Time Serious Bug Fixes in Minutes Yesterday I had (yet another) realization about the…
Read moreIsolator AAA: Verification
After creating fakes and setting behaviors. we come to the end of our journey (until next release, when new APIs…
Read moreTypemock Racer Released!
I’m happy to announce the release of the Alpha version of our newest product Typemock Racer. you can get it…
Read moreTypemock Racer Released!
I’m happy to announce the release of the Alpha version of our newest product Typemock Racer. you can get it…
Read moreWriting Testable Code
A common problem that most beginners in the TDD world have is how to define a unit test. Although seems…
Read moreTDD Research
Here’s a very nice case study conducted at Microsoft on two projects: http://research.microsoft.com/manuvir/papers/isese-fp17288-Bhat.pdf Here are two tables showing the difference…
Read moreTDD Research
Here’s a very nice case study conducted at Microsoft on two projects: http://research.microsoft.com/manuvir/papers/isese-fp17288-Bhat.pdf Here are two tables showing the difference…
Read moreHow to create an instance that cant be instantiated.
One of the questions that keep up popping every once in a while in our forums is how to “bypass”…
Read moreIncreasing Code Coverage
In his recent post, Philip Laureano writes about how to increase code coverage for LinFu: Bottom-up or Top-down. Bottom-up means…
Read more