Videos tagged with Cucumber
With Rspec and Cucumber, Ruby has brought testing to a whole new level, but tests still require a lot of work. But things just got better. Llewellyn Falco will show you new patterns and practices to dramatically decrease the amount of effort needed to test.
Cucumbered
Summary In this talk from FutureRuby, Joseph Wilk gives an introduction to the BDD framework Cucumber and gives valuable tips for getting it adopted and used by customers and developers. Bio Joseph Wilk is a member of the core development team for Cucumber along with Aslak Hellesøy. He has been developing for the web for 10 years in both big and small companies and as an entrepreneur. Af...
Cucumber and Watir 101
Showing how to get started with Cucumber and Watir
ATLRUG: Cucumber
Bill Siggelkow's presentation to the Atlanta Ruby User Group on the cucumber testing framework/ Created by tkadom
Railscasts #159: More on Cucumber
There is a lot more to Cucumber than I showed in an earlier episode. See how to refactor complex scenarios in this episode.
Railscasts #156: Webrat
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.
Railscasts #155: Beginning with Cucumber
Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development.
MountainWest RubyConf 2009: Outside-In Development with Cucumber
Cucumber is a BDD tool that aids in outside-in development by executing plain-text features/stories as automated acceptance tests. Written in conjunction with the stakeholder, these Cucumber “features” clearly articulate business value and also serve as a practical guide throughout the development process: by explicitly outlining the expected outcomes of various scenarios developers...
RubyConf 2008: RSpec and Cucumber
Author: David Chelimsky
Ruby Hoedown 2008: Lightning Talk: TATFT - Test All the F***in Time
Contents: Test all the fucking time! Become obsessed with testing. I write code to make my specs turn green. Various tools: TestSpec Shoulda Mspec Cucumber Do not imitate the old masters, seek what they sought. Is there every a time when you shouldn't test? Yes, when you're not coding. If it works without tests, it works by accident. Author: Brian Liles