In TechEd 2008 David Platt interviewed Roy about the future of TDD. You should really view the Tech-Talk as Dave is really funny, although he does miss [...]
The question of what exactly is a unit test, is one that keeps on plaguing us as a community. I have heard many developers say "oh, no need to test that - its [...]
I have written about Lowering the friction of Unit testing, and how using Aspect Faking we can lower the friction of testing collections The problem Unit [...]
At Typemock we have been learning allot about our customers lately and understanding where the friction is so that we can make unit testing even easier and [...]
I have talked in the past about Ruby Style Isolating (Dynamically Typed), now it is part of the AAA syntax. The big value of this feature is that you [...]
Euan Garden managed the PDC 2008 Panel Session on the Future of Unit Testing, and Andrew has made a short summary.
Unit Test => (Automated) Developers [...]
There are some developers SHOUTING, that mocking static and non-virtual methods is a big No-No. Roy, is calling them dogmatic. Come on guys, the most [...]
According to a Telerik Survey (brought to me by Avi Kaye) Unit Testing is still not mainstream. I am not sure how many people voted, and although the [...]
Azam has written a post about Ben Hall's article "Beginning to Mock Using Rhino Mocks and MbUnit". The logic in the example is a method that returns an image [...]