有办法获得 BDD Ruby Shoes吗?
我正在寻找一些 BDD 新鞋应用程序的解决方案。任何建议
I'm looking for some solutions to BDD a new Shoes app. Any suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在寻找一些 BDD 新鞋应用程序的解决方案。任何建议
I'm looking for some solutions to BDD a new Shoes app. Any suggestions
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我会尝试将与 UI 不直接相关的所有内容构建到 PORC(普通旧 Ruby 类)中,并以通常的方式进行 BDD,稍后将它们引入鞋子中。不过,我怀疑你正在考虑 GUI 部分,而我对此无能为力。所有测试/行为驱动的开发似乎都受到 GUI 方面的挑战,Ruby 至少与其他框架一样多,而且很可能比大多数 Ruby 框架更困难。
I'd try to build everything not directly related to UI into PORCs (Plain Old Ruby Classes) and BDD those in the usual way,
require
-ing them into shoes later. I suspect you're thinking about the GUI parts, though, and I can't help there. All test/behaviour-driven development seems to be somewhat challenged by the GUI aspect, Ruby at least as much as any other and shoes quite possibly more than most Ruby frameworks.