Stories recently tagged with 'BDD'

MVC/MVP Framework for WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included). read more...

1 comment |category: |Views: 340

tags: another

Are you a problem solver or a developer?(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 4 months ago

TDD vs BDD and why BDD is the wave of the future read more...

3 comments |category: |Views: 7

tags: another

Behavior Driven Development (BDD) and NBehave(geekswithblogs.net)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Quick introduction about BDD with naming style and basic concepts. read more...

add a comment |category: |Views: 44

tags: another

BDD Macro and Template Usage screencast(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 5 months ago

What timing I just finished reading JP's blog about how he paired with Scott Bellware and modified his Macro for BDD. Well, while they were busy doing that I decided to make a screencast on some modifications I did to JP's initial macro. I extended his macro in concert with some ReSharper templates I use to show just how to take advantage of BDD. Funny thing is I extended it to do the same thing he and Scott did but I added a little flare to it :-) Take a look at the screen cast to see what I mean. read more...

add a comment |category: |Views: 14

tags: another

Learn the new NUnit 2.4 Constraint-Based Assert Model (blog.troyd.net)

submitted by powerrushpowerrush(3873) 4 years, 9 months ago

Instead of using a different Assert method for each different type of assertion (e.g.: Assert.AreEqual() for equality comparison, or Assert.IsTrue() for boolean evaluation), the new Constraint-Based Assert Model introduced in NUnit 2.4 utilizes only one Assert method named Assert.That(). read more...

2 comments |category: |Views: 70

tags: another

Attempting to Demystify Behavior Driven Development(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 9 months ago

After receiving several emails and reading Roy Osherove's post on Behave#, I wanted to give more incite and answer some questions that were asked about Behave# and BDD in general. read more...

add a comment |category: |Views: 10

tags: another

More BDD xBehave Madness!(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

Well over the past week or so I have been working off and on with improving the usage of NUnit.Behave. It started off being tightly coupled with NUnit since you actually had to inherit an abstract fixture that exposed the "Given, When, Then" BDD constructs. With a bit of tinkering with C# generics and some fluent interface magic, I managed to decouple the code into its own, dare I say, framework. read more...

1 comment |category: |Views: 16

tags: another

Behavior Driven Development Using NUnit—Next Steps(blog.agilejoe.com)

submitted by agilejoeagilejoe(860) 5 years, 2 months ago

Oren Eini left a comment on a recent post I did on Behavior Driven Development. At first the questions seemed very easy and I thought I would be able to answer it within 15 minutes but as pondered the different possibilities of answering the question, I wanted to make sure that I gave an answer that was true to BDD as it relates to C#. A day later, I finally came up with one but in the process I learned a great deal about the value of “context” and “behavior”, so I wanted to take this time to share what I have learned. read more...

1 comment |category: |Views: 42

tags: another