Top "Bdd" questions

BDD stands for Behavior Driven Development.

Cucumber with TestNG

We have a very extensive framework in TestNG with Selenium WebDriver and I want to be able to continue using …

cucumber bdd testng
Dynamic data in Cucumber tables

I have a Cucumber table, one of the fields is a date which I would like to have populated with …

cucumber bdd
In behave, how do you run a scenario only?

I have a 'behave' feature that has a lot of tests on it. I only need to run a specific …

python bdd python-behave
Specflow use parameters in a table with a Scenario Context

I am using Specflow in C# to build automatic client side browser testing with Selenium. The goal of these tests …

c# .net bdd specflow gherkin
How to write stories / scenarios in BDD ( Behavior Driven Design )

I am about to use BDD (Behavior Driven Design) for the first time and am trying to get used to …

bdd scenarios user-stories
Capybara - Submit a form without button

I am trying to submit a form without button using just Capybara and Rspec (no Cucumber or Selenium, I know …

ruby-on-rails testing rspec bdd capybara
Jasmine calls.length and callCount are undefined

I'm trying to test my chrome extension with Jasmine but I'm having trouble getting calls.length and callCount to behave …

javascript google-chrome-extension jasmine bdd jasmine2.0
How can I simulate the passing of time in Mocha tests so that setTimeout callbacks are called?

I need to test JavaScript code that relies on setTimeout in order to perform periodic tasks. How can I from …

javascript mocking bdd mocha
How to regenerate designer code for all SpecFlow features

I've got ~30 SpecFlow feature files, and I recently removed the Foo.feature.cs files from source control because I got …

visual-studio-2010 bdd code-behind specflow customtool
Is it acceptable to write a "Given When Then When Then" test in Gherkin?

Is it acceptable to write a "Given When Then When Then" test in Gherkin? A real-life example is as follows …

testing bdd gherkin