开发者

How do you manage bdd features and scenarios?

开发者 https://www.devze.com 2023-04-07 00:53 出处:网络
We are adopting BDD using specflow. The issue we have is that product owners and managers can not be expected to go into Visual studio / svn and edit features or scenarios.

We are adopting BDD using specflow. The issue we have is that product owners and managers can not be expected to go into Visual studio / svn and edit features or scenarios.

We can get the pm's to do it all in google docs, and then we can copy and paste them into feature files, but this will be error prone and will get ou开发者_如何学Got of sync very quickly.

What is the best practice for managing this?


Product owners or business analysts should, in general, not be writing features on their own, as this can lead to poorly structured, untestable scenarios.

A common approach is known as 'the three amigos' - a business stakeholder, developer and tester working together to write scenarios.

It's fine to use Google Docs for the initial draft, but after that the features should be stored in version control, and the PO/BA should collaborate with a developer who has source control access on making changes.

You should make the version-controlled feature files easily accessible for review and reference to business stakeholders by linking to them from your intranet or wiki, or using a tool such as Relish.


What we have done in the company I work for is, most of the Business Analysts (which are the ones that write the stories) know how to use SVN, write the stories and even run the tests (in our case it's not Specflow but Cucumber). He is the one that talks with product owners/managers to write the new features/requirements as stories. In other words, delegate the task to someone (either a BA or a QA) who has some experience writing stories or scenarios and be able to run them and troubleshoot if something bad happens. Communication is the base of this. If you don't have this person, well... try to get it :)


Matt Wynne on Using Cucumber is a good read. Getting everyone talking ubiquitous language and having a single point of truth for the whole team.

Check out Pickles for outputting your features nicely https://github.com/x97mdr/pickles/wiki

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号