BDD With Cucumber RSpec
This two videos show how to do Behaviour Driven Development (BDD) with Ruby, Cucumber and RSpec. [youtube 8ZmawOCDeyo] [youtube 2hF9eMm6Ij0]
This two videos show how to do Behaviour Driven Development (BDD) with Ruby, Cucumber and RSpec. [youtube 8ZmawOCDeyo] [youtube 2hF9eMm6Ij0]
Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode. Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid – all rolled …
This is a demo of how I’d like to be able to do Behaviour-driven development (from the outside-in) on Ubuntu using stories and automated testing. The story-part is already possible with cucumber – but it’d be nice to be able to use Python right? And the automated testing would use …
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 …
Dave Hoover demonstrates how to use Watir with Cucumber. Actually, he uses his own library SafariWatir, but you could easily swap it with Watir, FireWatir, ChromeWatir or Celerity. Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language …