Test-Driven Development is an important design and problem solving technique that helps software developers improve product quality and the quality of their life. How? By preventing defects and by giving you warning when your design starts to deteriorate. The tests created during TDD also give you the freedom to change your mind and safely evolve your design.
This tutorial describes the problems addressed by TDD, as well as the additional challenges and benefits of applying TDD to C, C++ and embedded software. You'll also see the latest ideas, techniques and tools for creating fakes, and mocks in that help you make sure you know what your code is doing. This won't be just show and tell. Bring a laptop or tablet and you can get your own first hand experience at TDD.