test-driven-design   9

Home - GitHub
"CukeSalad is a Cucumber extension that allows you to focus on the task at hand - expressing examples, the roles involved in those examples and what those roles can do with the product under development."
Cucumber  behavior-driven-design  test-driven-design  Ruby  toolkit  rubygem 
may 2011 by Vaguery
Informative Build | bigvisible.com
"An Informative Build is a build that tells us what the state of our development is so that we can make an informed decision. We need an informative build, because otherwise Continuous Integration is just a waste of our time.

That’s right, I said Continuous Integration is a waste of time. It is a waste of time, because simply running a build doesn’t help us unless that build can also tell us what we need to do. An Informative Build:

Fails when something is wrong, letting us know that our system is broken and we must fix it.
When it fails it tells us precisely why it failed so that we know what we have to do to fix it.
When nothing is wrong it doesn’t fail. We shouldn’t be wasting cycles chasing down errors due to brittle tests or external dependencies."
continuous-integration  extreme-programming  agility  practice  test-driven-development  test-driven-design  productivity  software-development  mythology 
november 2009 by Vaguery
ZenTest: Automated test scaffolding for Ruby
A set of unit testing tools for Ruby that I need to investigate.
programming  test-driven-design  ruby 
may 2006 by chrchr
Check Tutorial
Another testing framework for C to look at.
programming  test-driven-design  c 
january 2006 by chrchr
ONLamp.com: Testing C with Libtap
Is this the simple testing framework for C that I've been searching for?
programming  test-driven-design  c 
january 2006 by chrchr

Copy this bookmark:



description:


tags: