BDD 的入门材料?
有人知道有什么好的地方可以开始做 BDD 吗?
我从事 TDD 已经有大约 2 年了(我向 Kent Beck 和 Martin Fowler 先生表示敬意)。我觉得下一步是 BDD,但在推动我的团队实现这一目标之前,我需要一些实践经验。与 TDD 和 XP 不同,它们有事实上的标准书籍作为开始,我在 BDD 上找不到任何此类材料。我不是在寻找熟悉的材料,而是让你在现实世界中做到这一点的材料。提前致谢。
PS:最好是 PHP 和/或 Scala,但任何东西都可以 [请不要使用 Ruby;)]
Anyone knows of some good place to start doing BDD ?
I've been doing TDD for ~ 2 years now (my compliments to misters Kent Beck and Martin Fowler). I kinda feel next step is BDD but I want some hands-on experience before pushing my team there. Unlike TDD and XP which have de-facto standard books to start, I couldn't find any such material on BDD. I'm not looking for get-familiar kinda material but the kind that gets you doing it in real world. Thanks in advance.
P.S: Preferably PHP and/or Scala but anything would do [please, no Ruby ;) ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RSpec 书 - 是的,它是 Ruby,但实际上没有太多其他的印刷品。前几章给出了这些原则的坚实基础,几乎没有提到 Ruby。作者之一是丹·诺斯 (Dan North),他是“BDD”一词的发明者。
The RSpec Book - yes, it's Ruby, but there's really not much else out there in print. The first few chapters give a solid grounding of the princples, with barely a mention of Ruby. One of the authors is Dan North, the inventor of the term 'BDD'.