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
- String Calculator Kata - A daily exercise.
- Unit Test Samples - Some quick examples I made.
- Top 5 TDD Mistakes
- Context Specification
Videos
Tools
No comments:
Post a Comment