views:

198

answers:

3

The Wikipedia article about Behavior Driven Development gives a nice overview about the topic, and many tools are listed. However, in order to dig deeper and really grasp the mindset of BDD, what other resources are there? Language agnostic material appreciated.

+2  A: 

There's the RSpec Book currently "in beta", but I haven't read it yet.

Alex Martelli
The RSpec book definitely seems worth looking into! My only reservation is that it's not "language-agnostic". But anyway, I'm a big fan of the Pragmatic Programmers. Cucumber is also a very interesting piece of work...
Ola Eldøy
A: 
Ola Eldøy
+1  A: 

This training video by Rob Conery looks interesting!

Ola Eldøy