driven development

Building Web Apps with the Limonade PHP Framework

Linux Today  Wed, 05/04/2011 - 07:02

PHPbuilder: "The Limonade PHP framework lowers the barrier-to-entry for PHP framework-driven development. Learn how to build PHP Web applications fast with the Limonade framework."


 

Devis Lucato's Blog: PHP BDD with Cucumber/Cuke4Php

PHPDeveloper.org  Wed, 04/06/2011 - 11:52

Devis Lucato has put together a new post to his blog showing how to use the Cuke4PHP tool to use Cucumber-style BDD (behavior-driven development) testing in your development.


 

RSpec 2.0 Released: Ruby’s Leading BDD Framework Grows Up

Ruby Inside  Sun, 10/10/2010 - 17:38

9 months in the making comes RSpec 2.0, the latest major version of Ruby's most popular behavior driven development (BDD) framework (now at a gem install rspec near you).

Kudos to the 82 contributors and RSpec's team lead, David Chelimsky.


 

Till Klampaeckel's Blog: So you'd like to migrate from MySQL to ...

PHPDeveloper.org  Tue, 11/03/2009 - 10:36

In this recent post to his blog Till Klampaeckel starts off a series directed at PHP developers looking to make the move from the MySQL relational database structure over to the world of CouchDB.


 

Building a Ruby Gem (From Scratch) Using Behavior Driven Develop...

Ruby Inside  Tue, 02/17/2009 - 17:57

Jamie.jpgIf you read a lot of Ruby blogs, you might see people talking about testing (or its behavior driven equivalent) as if it's the holy grail, yet most Ruby books and online tutorials fail to cover it in much detail at all.