Using Cucumber and RSpec for Behavior Driven Development
Learn how to perform BDD in Ruby with RSpec and Cucumber with this two-parts video. Resource: RSpec Best Practices
Learn how to perform BDD in Ruby with RSpec and Cucumber with this two-parts video. Resource: RSpec Best Practices
iCuke allows you to write integration tests for your iPhone applications without changing your existing code (as long as your application makes proper use of the accessibility APIs). Usage is pretty much as you’d expect, install the gem and load the iCuke step definitions in a cucumber support file. More …
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 screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework.
Look at the idea of working Outside-in and the importance of focusing on customer value. Introduce Cucumber a testing tool which allows writing plain text feature documentation which through Ruby steps is executed. Examine how to use it, why it is useful and how it compares with existing tests such …
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 …