I've been using SpecFlow for my acceptance tests. This uses Gherkin (the DSL Cucumber uses). It includes an interesting feature called "tags". I can see the practicalities of its use, but am not sure about what might constitute good practice for using tags in BDD.

I have Googled around for help but unfortunately including the word "Tag" matches lots of non-Gherkin tags (like the ones on this page!)

I hoped to find some help on the Cucumber wiki but the Tags topic is not yet written.

I found the statement "you can use Tags to group features and scenarios together independent of your file and directory structure" but I'm afraid I don't know what that means!

link|improve this question

57% accept rate
feedback

1 Answer

up vote 3 down vote accepted

This is a good link http://www.marcusoft.net/2010/12/using-tags-in-specflow-features.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.