Using Cucumber to Test CLR Assembly
This screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework.
View ArticleiPhone Acceptance Testing with uispec
UISpec is a Behavior Driven Development framework for the iPhone that provides a full automated testing solution that drives the actual iPhone UI. It is modeled after the very popular RSpec for Ruby....
View ArticleBehaviour-Driven Development
Behaviour-Driven Development (BDD) started out as a way of teaching Test-Driven Development without getting sidetracked into the complex world of testing. BDD has grown to encompass behaviour at the...
View ArticleAutomated Unit Testing with Palm Mojo SDK
In this webcast we’ll introduce Behavior Driven Development (BDD) and Jasmine (a BDD framework for JavaScript); install Jasmine and add related code to the app to support BDD; discuss how to write a...
View ArticlePickle with Cucumber
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...
View ArticleGo Behave! A BDD Framework for the Go Programming Language
Gospecify is a behavior-driven development (BDD) framework for Go. Rather than focus on testing every nook and cranny of some code, it helps a programmer produce an executable specification of that...
View ArticleHow TDD/BDD Miss the Point: Introducing EDD
Ruby’s testing culture goes way back, and has been a force for making many Ruby projects a showcase for solid, maintainable code. That said, within a business an exclusive focus on TDD and BDD can...
View ArticleCucumber-nagios + Flapjack: Rethinking Monitoring for the Cloud
Writing checks for your monitoring system is boring. You end up writing the same checks again and again, and it can be difficult to verify behavior instead of availability. Wouldn’t it be useful to...
View ArticleGetting Started with GivWenZen
This screencast gives a 10 minute how to on getting started with GivWenZen. GivWenZen allows a user to use the BDD Given When Then vocabulary and plain text sentences to help a team get the words right...
View ArticleBehavior-Driven Development in the Real World
Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This...
View ArticleUsing 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
View ArticlePro Tips for Testing with Cucumber
This video shares pro tips for using and advancing the state of your usage of Cucumber, including Ruby, xPath, Selenium. Your will find more information on this topic in the article Improving Cucumber...
View ArticleBDD for PHP with PhpStorm and PhpSpec
This video explains the Behavior-Driven Development (BDD) workflow in PhpStorm IDE and show you how to drive the design of your code with PhpSpec. With a focus on refactoring, source and file...
View ArticleNGourd Presentation
NGourd, a BDD framework for C#, is presented by Michael Minutillo (@wolfbyte) at the Australian Virtual Alt.Net meeting, May 11 2009. NGourd is designed heavily influenced by the Cucumber tool from the...
View ArticleOutside-in development with Ubuntu
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...
View ArticleGood Test, Better Code – From Unit Testing to Behavior-Driven Development
“Testing is design”; “Unit tests are documentation”; “Tests are specifications”. These are sought-after rewards of developer testing practices, but simply writing tests or even writing tests before...
View ArticleBehaviour-Driven Development – a road to effective design and clean code
In this talk, Dan contrasts the traditional top-down and bottom-up approaches with a proven “outside-in” approach based on real life experience – engaging with and listening to our stakeholders. He...
View ArticleWorking Outside-in with Cucumber and RSpec
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...
View ArticleBehavior Driven Development in Java with easyb
Easyb is a new and very hip behavior driven development framework for Java. This talk will go through the basic principles of Behavior Driven Development, and look at how it builds on and differs from...
View ArticleWhen I finally understood Behaviour-Driven Development
This is a lightning talk about why I, as an experienced TDD:er, at first was convinced that BDD was completely useless and more or less harmful, which faulty assumptions I had and why I’ve completely...
View Article