TickSpec Breakpoint Demo
This video provides a demo of TickSpec that shows how to set a breakpoint and debug your code. TickSpec is a F# BDD Framework. [youtube UuTL3nj9fIE]
Behavior-Driven Development (BDD)
This video provides a demo of TickSpec that shows how to set a breakpoint and debug your code. TickSpec is a F# BDD Framework. [youtube UuTL3nj9fIE]
Easyb is a behavior driven development framework for the Java platform. Easyb aims to enable executable and readable documentation using a specification based Domain Specific Language. [youtube GIqA4c-RvFQ]
This video gives an introduction to behavior driven development using Ruby, Cucumber, and rSpec. This is a practical how-to for developers who have not yet integrated behavior driven development into their workflow. http://sdruby.org/podcast/82
TickSpec is a lightweight Behavior Driven Development (BDD) framework. It describe behavior in plain text using the Gherkin business language: “given, when, then”. [youtube UuTL3nj9fIE]
Testing is a fundamental part of the Agile process. We live and breathe TDD/BDD. Red/Green/Refactor is our daily mantra. We love cucumber and writing executable, customer readable specifications. We even write tests for our JavaScripts. And yet, testing remains hard. The tests we love to write are brittle and tend …
This tutorial shows how BDD can be done from early requirement collection stage to late integration tests. It explains breaking user stories into behaviors, and then developers and test engineers taking the behavior specs and writing a WCF service and unit test for it, in parallel, and then eventually integrating …