Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")
Moderator: General Moderators
Jenk
DevNet Master
Posts: 3587 Joined: Mon Sep 19, 2005 6:24 am
Location: London
Post
by Jenk » Fri Feb 12, 2010 7:13 am
We've begun using TDD Kata in our workplace to sharpen and hone our TDD minds.
It's a worthwhile exercise to do, to turn good practice into habit, so I'm posting Roy Osherove's example here to spread the word.
http://osherove.com/tdd-kata-1/
Note that it isn't a challenge to get as far into it as you can (or even finish it), it is a challenge to employ the TDD mantra.
papa
Forum Regular
Posts: 958 Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm
Post
by papa » Fri Feb 12, 2010 8:23 am
Nice exercise.
josh
DevNet Master
Posts: 4872 Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida
Post
by josh » Thu Feb 18, 2010 2:44 pm
Thanks for sharing
Bruno De Barros
Forum Commoner
Posts: 82 Joined: Mon May 12, 2008 8:41 am
Location: Ireland
Post
by Bruno De Barros » Sun Jul 11, 2010 5:12 pm
I had heard of this before, I think it's a brilliant way to really get into the TDD way.