This post originated from an RSS feed registered with Agile Buzz
by George Dinwiddie.
Original Post: An open letter about unit tests
Feed Title: George Dinwiddie's blog
Feed URL: http://blog.gdinwiddie.com/feed/
Feed Description: Effective software development is the name of the game. Agile practices are excellent tools for achieving effectiveness, and agile values are excellent guideposts. This blog tends to center on Customer Collaboration, Individuals and Interactions, Responding to Change, and Working Software.
An open letter to a programmer who thinks that code coverage by integration tests eliminates the need for unit tests. Why do we want tests? Typically, we want functional or acceptance test to demonstrate that the system, as a whole, functions the way we (or “the business”) wants it to function. We want integration tests […]