Thursday, June 4, 2015

TDD Resources

This is a quick and dirty post listing some (imho) good resources for TDD.

Definitions

  • Unit Test - A test which verifies a unit of work. There must not be any interaction with external resources (databases, file systems, etc.). May or may not test more than one component or class.
  • Integration Test - A test which verifies a unit of work. These tests interact with external resources (databases, file systems, etc.).

Books

Blog Posts
Videos

No comments:

Post a Comment