Latest Screencasts (page 3)
Using Spork to speed up RSpec and Cucumber
Bddcasts - 2009-09-15 - free
Installing and configuring Spork to make RSpec and Cucumber load specs and features faster.
Watch this screencastEpisode 4 - Creating a Brand
Bddcasts - 2009-09-08 - paid
Adding the “create” feature for a Brand: write the feature, write the specs, make specs pass, watch feature pass. Done!
Watch this screencastIntroduction to Outside-in Development with Cucumber
Teach Me To Code - 2009-09-06 - free
This is a basic introduction to integration testing with cucumber. In it, I describe how to use cucumber and rspec to implement a feature in a web application, emphasizing the importance of writing tests before code, which is often referred to as TDD (test-driven development) or BDD (behavior-driven development, a refinement of the original TDD). [...]
Watch this screencastEpisode 3 - Adding a brand
Bddcasts - 2009-09-02 - paidEpisode 2 - Static pages
Bddcasts - 2009-08-22 - free
Adding static pages. We write the Cucumber feature, spec, then add the controller code and finally views.
Watch this screencastRailsCasts #159 More on Cucumber
Railscasts - 2009-04-27 - free
There is a lot more to Cucumber than I showed in an earlier episode. See how to refactor complex scenarios in this episode.
Watch this screencastRailsCasts #156 Webrat
Railscasts - 2009-04-06 - free
If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I show in this episode.
Watch this screencastRailsCasts #155 Beginning with Cucumber
Railscasts - 2009-03-30 - free
Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development.
Watch this screencast