Book Review: Test Driven Development by Example, Kent Beck

Test Driven Development by Example authored by Kent Beck covers the following: Writing Unit test backed code, takes teeny-tiny steps towards adding new code. Creating a test framework for running the tests- again by using TDD. Patterns related to Test Driven development. Some of the per-requisites for this book which I thought will help in … Read more

My First steps in Test Driven Development- A Win-Win strategy

Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability. And I once upon a time, not so long ago managed to read about TDD. The crux of TDD as I have understood is: Write Test, and fail Code, make the tests succeed Automate the … Read more

%d