Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good cucumber tutorial not dependent on rails [closed]

I'm looking for a good cucumber tutorial that doesn't force me to use rails. Any good Suggestion?

like image 902
Hugo Sereno Ferreira Avatar asked Apr 16 '11 18:04

Hugo Sereno Ferreira


3 Answers

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

like image 196
nowk Avatar answered Oct 16 '22 21:10

nowk


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

like image 3
Grant Sayer Avatar answered Oct 16 '22 21:10

Grant Sayer


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 :-)

like image 3
Michael Kohl Avatar answered Oct 16 '22 21:10

Michael Kohl