Top "Bdd" questions

BDD stands for Behavior Driven Development.

PHPUnit & Behat; complementing or alternatives?

I have been looking around SO and Google, but I couldn't really get a definitive answer. PHPUnit is a framework …

php phpunit bdd behat mink
Are there any good open source BDD tools for C/C++?

I love the Ruby RSpec BDD development style. Are there any good tools for doing this with C/C++?

c++ c testing bdd
How to make Behat wait for an AJAX call?

Scenario: Modify and save an incomplete change to a Campaign Given I click on the Campaign section folder And I …

php ajax bdd behat
How do i run JBehave tests with Maven?

How do i run JBehave tests from Maven? I have a class that extends JUnitStories which runs from my IDE. …

maven bdd jbehave
Pretty output of Gherkin feature files

We're building up a specification in Gherkin, and we'd like to present the feature files to the business stakeholders. How …

bdd gherkin
Are BDD tests acceptance tests?

Do you need something like Fitnesse, if you have BDD tests?

bdd fitnesse acceptance-testing
Java Cucumber: Take @CucumberOptions from external source like a property file

Is it possible to take cucumber option values from a java .properties file? In this SO post, it shows that …

java selenium-webdriver bdd cucumber-java cucumber-junit
Jasmine jQuery: Using toBeHidden() and toBeVisible()

I need help working with the toBeHidden() and toBeVisible() methods of jQuery-Jasmine. When a user checks a checkbox, a text …

jquery jasmine bdd jasmine-jquery
passing command line argument to python-behave

I am using python-behave for BDD testing, I have to pass an URL (e.g. www.abc.com) from command …

python bdd python-behave
Cucumber for PHP application

Is it possible to use Cucumber outside Rails? I'd like to start using it for testing some of my PHP …

php ruby-on-rails cucumber bdd