Tagged Questions

0
votes
0answers
16 views

In your experience, Is JSpec reliable ?

I'm investigating Javascript BDD frameworks, and JSpec has a lot of appeal, especially as a Ruby developer. I'm wary about the DSL parsing stuff though, since that's a potential p …
0
votes
0answers
9 views

BDD and the location of “when”

I have seen what it seems to me are two approaches to BDD. The difference hinges on the location of the "when": In approach 1 the when is part of the specification: AnEmptyStack. …
0
votes
0answers
20 views

are scenarios/stories the new interface in BDD/TDD?

PHP is somewhat crippled since it doesn't have return types (yet). I need my code to throw an exception when X already exists. I can write this in a scenario, but I'm not able to g …
15
votes
6answers
1k views

Is there a sample Rails application with a number of cucumber stories?

I'm trying to really understand Cucumber stories. I get it, but I'm really slow writing them. I think if I saw a good fleshed out application, I'd get closer to where I want to b …
0
votes
3answers
51 views

NCover not covering an assembly?

I am having trouble getting NCover to properly cover a .dll. I have several test projects that use XUnit.NET and SubSpec to execute BDD-style specifications. All but one of these t …
1
vote
1answer
24 views

BDD Top-Down Approach

Hi guys, I'm new in BDD world and I've been in some difficult trying to get the best from top-down approach, strongly recommended by many people. Considering this what would you r …
1
vote
4answers
94 views

TDD/BDD Rails Cucumber / RSpec duplication

Can someone please clarify using a SIMPLE user story the full slice of what Cucumber would be used for and what RSpec would be used for? I purchased the RSpec book the other day a …
1
vote
2answers
84 views

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 todays date. Is there a way of doing this without having to hard code todays date int …
1
vote
1answer
32 views

BDD both from business level and application level

In my current project I want to use Behavior Driven Development (BDD), on both levels of business requirements application level tasks. Is it all right to wrap (group) my internal …
14
votes
6answers
1k views

What is the most mature BDD Framework for .NET?

We have been using BDD (from Dan North's perspective) as a mechanism to record user acceptance tests and drive development on a couple of projects, with decent success. To date tho …
9
votes
9answers
371 views

Eat, Sleep and Breathe Unit Testing/TDD/BDD

I do write unit tests while writing APIs and core functionalities. But I want to be the cool fanboy who eats, sleeps and breathes TDD and BDD. What's the best way to get started wi …
3
votes
3answers
50 views

Is there a BDD-style framework that allows multiple inherited behaviours?

Many of our system tests are written in a BDD style, and we make decent use of inherited behaviours to minimise duplication, for example this might be a basic hierarchy for purchas …
3
votes
2answers
61 views

TDD/BDD in particular for a Rails application

How granular should one get when using TDD/BDD methods for developing an application? In particular with regards to a Rails application. Would you test for every single field ind …
0
votes
3answers
50 views

Given -When-Then example with NUnit

Can anybody point me to some resources for Give-When-Then style of testing with NUnit?
4
votes
6answers
229 views

Is behaviour driven development about design or analysis?

The more I read about BDD and how it is supposed to be improved TDD the more confusing it all seems to me. I've found quotes from expert that say it's about design, but also from o …

1 2 3 4 5 7 next
15 30 50 per page