Top "Bdd" questions

BDD stands for Behavior Driven Development.

SpecFlow / BDD Examples

Just looking for some examples of BDD/SpecFlow - ideally a projectб so I can see how to use SpecFlow …

bdd specflow
Are there any non-developer tools to edit gherkin files?

Gherkin syntax files are just plain text so any editor such as notepad can be used. However, one of the …

cucumber bdd specflow gherkin
BDD and TDD for node.js?

What is used for BDD and TDD with node.js? I'm used to use Cucumber + RSpec. What's a good combo …

node.js rspec tdd cucumber bdd
@Before doesn't execute in java Cucumber Step

I've got a Cucumber Step class that i'm attempting to initialise a page model for all scenarios. So I added …

java cucumber bdd
SpecFlow - How you properly use the "Background:" command in the feature file?

I've been reading articles, watching some screen-casts and playing around with a few sample/demo tutorials. I read an article …

.net bdd specflow gherkin
How to generate reports in Behave-Python?

For Java there are external report generation tools like extent-report,testNG. The Junit produces the xml format output for individual …

python report bdd python-behave
Complete rails json API example with Rspec tests

I'm looking for a good example repository of a Rails 3 project that implements a JSON API and has included RSpec …

ruby-on-rails json api rspec bdd
TDD/BDD screencast/video resources

I've recently finished watching the Autumn of Agile screencasts and I'm looking for more material of similar scope. Basically, I'm …

video tdd bdd
How can I see print() statements in behave (BDD)

Context: I am using Python with Behave (BDD). Whether I run my tests from the command line (behave) or from …

python bdd python-behave
Cucumber vs Capybara

Can someone explain the difference between these two platforms? Are both part of BDD but why should I use one …

testing rubygems cucumber capybara bdd