Test Driven Development At Google

Writing unit tests at the same time as (or even before) corresponding code leads to a stronger, more robust codebase. Strangely enough, eve...
Read More

Software Testing Paradoxes

I've found an interesting article in MSDN magazine . It describes several paradoxes that can occur during software testing process. 1. S...
Read More