Wednesday, September 23, 2009

Introduction to Unit Testing

This is a training I provided to other developers on my team on how to get started with unit testing and test-driven development.  This is Part 2 of 3 in a series of talks geared towards improving code quality at my organization. 

Part I – Introduction to Design Patterns as a Best Practice

Part III – Coming soon, and will cover more advanced unit-testing topics including mocking (Rhino Mocks), refactoring, and more sophisticated unit test strategies.

Download Presentation and Source Code:

  • PDF version of my presentation
  • Visual Studio 2008 solution containing sample code and unit tests.

No comments:

Post a Comment