很好的黄瓜教程,不依赖于rails

发布于 2024-11-02 03:29:33 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

你与昨日 2024-11-09 03:29:33

我相信 The Rspec Book 可以让您从非 Rails 环境开始。

I believe The Rspec Book, starts you off in a non-Rails context.

新一帅帅 2024-11-09 03:29:33

一本新书 - 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

南汐寒笙箫 2024-11-09 03:29:33

您是否看过 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 :-)

携君以终年 2024-11-09 03:29:33

遇到了 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.

放手` 2024-11-09 03:29:33

查看这个 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

各空 2024-11-09 03:29:33

我过去的两个项目都不是 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.

染火枫林 2024-11-09 03:29:33

对我来说最好的是cuke4ninja,http://cuke4ninja.com,我发现它非常详细并且旨在获得你开始得很快。所以我建议按照以下顺序进行,这对我有用:

  1. 网站:Cuke4Ninja http://cuke4ninja.com
  2. 书籍:Matt Wynne 的《程序程序员》黄瓜书
  3. 书籍:Rspec 书籍“David Chelimsky”

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:

  1. website: Cuke4Ninja http://cuke4ninja.com
  2. Book: the cucumber book by Matt Wynne 'The programatic programmer'
  3. Book: The Rspec Book "David Chelimsky"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文