Getting started with nbehave
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-03-18T16:07:49Z
Indexed on
2010/03/18
16:11 UTC
Read the original article
Hit count: 328
behaviour-driven-design
|nbehave
Hi,
I am looking at using BDD, however, when evaluating the stories/conditions I write (using nBehave), how do I check if the story passes? Do I write another library with test methods?
For example, if I want to test a site for having a link called "About", do I write a method which can check this and then another method in another class library which can call the method to check the link via lambda syntax and add the relevant test and bdd attributes?
Thanks
© Stack Overflow or respective owner