Recent Posts

No longer a software engineer in test

less than 1 minute read

.. I’ve swapped jobs at Realtime Worlds; I’m now a plain ol’ software engineer. As a result, there’ll be no more test engineering for me.

Is your test code readable?

2 minute read

One of the things that really slashes the return on investment in testing is unreadable code. “This is pretty obvious”, you say. “What’s the point in a blog ...

Understanding test doubles

4 minute read

There is a bewildering array of types of ‘mock’ object available to a tester. The canonical list of test doubles was probably coined by the venerable Martin ...