Top "Bdd" questions

BDD stands for Behavior Driven Development.

Am I writing my first MSpec specifications correctly?

I'm writing my first MSpec specifications and I wanted some guidance. I left the specs in the "pending" state, but …

c# bdd mspec
How to input null-value into specflow step definition table

How can I input a null value in Specflow through a table? Let's look at an overly simplistic example: When …

bdd specflow gherkin
How do I skip a test in the behave python BDD framework?

I'm juggling code branches that were partly done a few months ago, with intertwined dependencies. So the easiest way to …

bdd python-behave
TDD / BDD with React.js?

Really not that much information out there on this subject. I gather Jest would be the Facebook recommended test environment …

javascript tdd reactjs bdd jestjs
Specflow: Specifying multiple scenarios per feature

Going through SpecFlow docs, I'm trying to figure out if my perception is wrong. I would like to specify several …

c# bdd specflow gherkin
Best way to implement Repository Pattern?

I've been exploring BDD/DDD and as a consequence trying to come up with a proper implementation of the Repository …

c# domain-driven-design repository-pattern bdd
BDD framework for the frontend?

On the server side we have Rspec/Cucumber for BDD development (ruby) vowsjs (node.js) Is there a BDD frameworks …

javascript tdd yui bdd qunit
BDD, SpecFlow and Gherkin all together

I have heard of BDD (Behavior Driven Development) just recently, and I liked the idea. since I work mainly with …

c# .net bdd specflow gherkin
Getting error during running Cucumber feature file Unknown option: --plugin

Usage: java cucumber.api.cli.Main [options] [ [FILE|DIR][:LINE[:LINE]*] ]+ Options: -g, --glue PATH Where glue code (step definitions …

cucumber bdd cucumber-jvm cucumber-junit cucumber-java
Optional parameters with Specflow

How do I best handle the fact that many of my steps should take 0, 1 or even 2 dates as "first parameters"? …

c# bdd specflow