InfoQ

News

Cockburn on Testing: Real Programmers have GUTs

Posted by Vikas Hazrati & Deborah Hartmann on Mar 01, 2008 09:54 AM

Community
Agile
Topics
Delivering Quality,
Unit Testing,
Agile Techniques
Tags
Criticism,
TDD,
Fun,
Testing,
Debate
In an interesting follow up on the video which InfoQ posted about debate between Bob Martin and Jim Coplien on 'TDD, CDD and professionalism', Alistair Cockburn blogged on how too many people say 'TDD' when they really want to say that they have good unit tests (GUTs).

Alistair penned the following observation about the debate:

Bob, you started by saying TDD is writing the test before the code, and that it is the hallmark of the professional. At the end, you said the hallmark of the professional is to have good unit tests, and TDD is one way of achieving that.

He suggests that there is a  shift in assertion by Bob on what makes a true professional. Though Bob starts with TDD, he seems to agree that to be a professional you need to have good unit tests.

Alistair believes that, till date, there has been no good term for "good unit tests," as there is for TDD. Had there been a term like 'GUTs' for good unit tests then people could brag about GUTs without implying whether they were written before or after the code. In the extreme programming digest he mentioned:

The punchline is: we need a term for "I have good unit tests", distinct from when they got written.

Right now people who write unit tests make a strong distinction between those who write them before the code and those who write them after the code. A term like "GUTs" would help these two groups to come and talk on the same platform. Further, he mentions that, if that were the case, then:

... Bob could assert that having GUTs is the mark of the modern professional programmer. ...

... Bob could separately assert separately that TDD is a better way of getting GUTs, and ...

... Cope could counter that even mountains of GUTs don't cover the state space as well as CDD, ...

... etc ...

Alistair seems to agree that there is no discounting the fact that unit tests are important. Development teams might want to practice TDD or write test cases after the code, as per their comfort. What really matters is that they should have GUTs.


Editor's note: Like Archimedes, Alistair Cockburn had this Eureka! moment in the bathtub. He was reading our interview transcript at the time, proving that at least one Naked Agilist reads InfoQ. (Hint: follow the links, it will wipe that strange image from your mind :-)

Related Sponsor

VersionOne is recognized by Agile practitioners as the leader in Agile project management tools. Companies such as Adobe, BBC, CNN, Dow, HP, IBM, Sony and 3M have turned to VersionOne to help deliver greater value to their customers.

3 comments

Reply

GUTs at last by Antek Baranski Posted Mar 2, 2008 10:02 PM
waiting for GT's by deepak shetty Posted Mar 3, 2008 8:52 AM
Re: waiting for GT's by Jonathan Allen Posted Mar 3, 2008 8:49 PM
  1. Back to top

    GUTs at last

    Mar 2, 2008 10:02 PM by Antek Baranski

    I found this to be a refreshing look at Unit Testing as it’s something that I have been struggling with at my current work place where unit testing is note done, and talking about TDD is considered heresy. I still personally believe that TDD is the 'better' way of developing software, but the term GUTs may come very handy and act as a stepping stone for an organization that is used to shoot from the hip software development.

  2. Back to top

    waiting for GT's

    Mar 3, 2008 8:52 AM by deepak shetty

    Ah well , maybe someday Alistair Cockburn will change his philosophy to say "I have Good Tests" and stop quibbling about whether a test is a unit, integration or a functional test , but atleast some progress has been made.

  3. Back to top

    Re: waiting for GT's

    Mar 3, 2008 8:49 PM by Jonathan Allen

    I would be happy if people shut up about how important tests are and start talking about how to write good tests (of all varieties).

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.