Having a look at BDD frameworks and I can\'t help but wonder which one would suit us better. I like Cucu开发者_JAVA百科mber because, they have been there doing BDD for a good while(since early 2008)an
I\'m having a lot of trouble trying to define a mock for a rails models on cucumber. It seems like the method is creating a bunch of message expectations and i keep getting errors like these:
Example class in pseudocode: 开发者_StackOverflow社区class SumCalculator method calculate(int1, int2) returns int
I want to stub out a method only for a certai开发者_Go百科n parameter. Say I have a class class Foo
I\'ve got a controller called SolutionsController whose index action is different depending on the value of params[:user_id].If its nil, then it simply displays all of the solutions on my site, but if
I\'ve recently been getting into BDD and think it holds great promise as a way to get a stakeholder\'s voice back in the apps we, as developers, create for the开发者_运维百科m.What\'s your favorite BD
I am working开发者_开发问答 on a Rails app that allows you to create a configuration and then launch a server at EC2 with this configuration.
I have been doing TDD and was using it more as unit testing than to drive my design.Recently I have read a lot about BDD; now that I have a better idea about them both, 开发者_开发技巧I was trying to
Since I started to develop in a test/behavior driven style, I appreciated the ability to mock out every dependency.
I want to start using Behaviour Driven Development (BDD) in Mono/MonoDevelop using a natural language approa开发者_StackOverflowch like Cucumber or SpecFlow.