We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我相信 The Rspec Book 可以让您从非 Rails 环境开始。
I believe The Rspec Book, starts you off in a non-Rails context.
一本新书 - The Cucumber Book 提供了对 Cucumber 的精彩介绍,并继续介绍RSpec 书结束的地方。这个新资源提供了非 Rails 应用程序测试的示例,包括简单的程序,还演示了如何在命令行应用程序上执行 BDD。
总的来说,这是一个很棒的资源,为您提供快速入门指南,然后深入了解一些细节。
正如其他人所说,另一个资源是 Cucumber 参考。非常值得一看的教程。
最后,StackOverflow - Cucumber 问答
A new book - The Cucumber Book provides a great introduction to Cucumber and continues on where the RSpec book left off. This new resource provides examples for non-rails application testing, both simple programs and also demonstrates how to do BDD on command line applications.
Overall it is a great resource and gives you a quick start guide and then dives into some of the detail.
The other resource, as others have stated, is the Cucumber reference. Well worth a look at the tutorials.
And finally, StackOverflow - Cucumber Q&A
您是否看过 Cucumber Wiki 中的列表:
https:// github.com/cucumber/cucumber/wiki/tutorials-and-lated-blog-posts
那里有很多教程:-)
Have you looked at the list in the Cucumber Wiki:
https://github.com/cucumber/cucumber/wiki/tutorials-and-related-blog-posts
Lots of tutorials there :-)
遇到了 Cukes4Ninja - 他们有一个简单的教程,涵盖了 Rails、.NET 和 Java。它可能会提供您正在寻找的东西。
Came across Cukes4Ninja - they have a simple tutorial that covers rails, .NET, and Java. It might provide what you're looking for.
查看这个 cucumber-watir 示例项目
可以在 github 或 google code 搜索中搜索更多开源项目
Look into this cucumber-watir example project
You can search for more open source projects in github or google code search
我过去的两个项目都不是 Rails(或 Ruby),我们已经成功地使用了 Cucumber。
它们都是 Web 项目,我们深受这些两个 示例。我无法向您提供示例,因为它们是内部项目,但它们对我们来说运行得很好。
另一个团队成功使用 Cucumber 测试发送电子邮件的内部批处理服务。
My past two projects have not been Rails (or Ruby for that matter), and we've used Cucumber for both successfully.
They're both Web projects, and we were heavily inspired by these two samples. I can't offer you a sample, since they're internal projects, but they're working very well for us.
Another team successfully used Cucumber to test an internal batch service that sends emails.
对我来说最好的是cuke4ninja,http://cuke4ninja.com,我发现它非常详细并且旨在获得你开始得很快。所以我建议按照以下顺序进行,这对我有用:
The best for me has been cuke4ninja, http://cuke4ninja.com, which i found to be very detailed and aimed to get you started quick. So I'd suggest doing in in the following order, which worked for me: