Top "Bdd" questions

BDD stands for Behavior Driven Development.

What does regression test mean?

Could anyone explain the word regression test in an understandable way?

tdd bdd regression-testing
Good Cucumber examples in the wild?

I've tried Cucumber for a few projects a couple of years ago and am looking to give it another go. …

ruby cucumber bdd
Is it ok to have multiple groups of Given/When/Then in a single gherkin scenario

I'm writing acceptance tests in Gherkin where I want to test for multiple changes in the UI of a web …

testing bdd gherkin
What Behavior Driven Development (BDD) Tooling/Frameworks are available for the Microsoft Stack?

I am interested in Behavior Driven Development (BDD) Are there any good frameworks and/or tooling available for the .Net …

c# asp.net .net frameworks bdd
Fixtures in RSpec

I'm new to using RSpec for writing tests in a Rails application which uses a MySQL database. I have defined …

ruby-on-rails rspec bdd fixtures
SpecFlow and complex objects

I'm evaluating SpecFlow and I'm a bit stuck. All samples I have found are basically with simple objects. Project I'm …

c# nunit bdd specflow
How to Load a File for Testing with Jasmine Node?

I have a simple JavaScript file, color.js, and a matching spec file, colorSpec.js. color.js: function Color() { } colorSpec.…

javascript bdd jasmine
How to get parent node in Capybara?

I'm working with many jQuery plugins, that often create DOM elements without id or other identification properties, and the only …

ruby-on-rails ruby cucumber bdd capybara
Behavior Driven Development for java - what framework to use?

For the ongoing projects and for improving our development process we considered adopting TDD as development philosophy. While researching for …

testing bdd spock automated-tests jbehave
How do you run SpecFlow scenarios from the command line using MSTest?

I've got Visual Studio 2010, and we have two VS solutions we work with. The first is the web application, and …

c# mstest bdd specflow