Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where I can learn Cucumber in detail?

I am new on Ruby on Rails testing. I have seen many testing tools, such as Rspec,Cucumber,Seleneium,Watier etc. but could not detail information about that.

Please give me a link for this.

like image 599
Arun Sharma Avatar asked Aug 23 '10 09:08

Arun Sharma


People also ask

Where can I learn cucumber framework?

Free Cucumber Software Tutorial - Learn Cucumber BDD Framework | Udemy.

Is it easy to learn Cucumber?

Cucumber is easy to learn framework as it's in a plain meaningful English text. It's fun learning this most talked automation tool. between business people and developers.

Does Cucumber need coding?

It allows the test script to be written without knowledge of any code, it allows the involvement of non-programmers as well. It serves the purpose of end-to-end test framework unlike other tools.


3 Answers

Although it's already a bit behind schedule, Pragmatic Publishing has The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends due out in September (you can buy a pre-release pdf version now, if you prefer).

PeepCode also sells four different screencasts on Rspec and Cucumber:

  • http://peepcode.com/products/cucumber
  • http://peepcode.com/products/rspec-basics
  • http://peepcode.com/products/rspec-controllers-and-tools
  • http://peepcode.com/products/rspec-mocks-and-models

There are tons of blog posts and tutorials on these subjects, but things get out of date quickly, so it's hard to recommend specifics. The very recent Ruby on Rails Tutorial book uses Rspec in its testing, and it's available in editions for 2.3.8 and 3.0. It's free to read online, or you can pay for a pdf copy.

  • http://railstutorial.org/book?version=2.3
  • http://railstutorial.org/book (3.0 version)

Edit April 9, 2012: There's now an entire book just on Cucumber from Pragmatic Publishing, namely The Cucumber Book. I haven't looked at it, but it is likely to be a good place to start.

like image 199
Telemachus Avatar answered Oct 20 '22 17:10

Telemachus


If you want to know about Cucumber, you can start from these websites:

  • http://cukes.info/
  • http://wiki.github.com/aslakhellesoy/cucumber/tutorials-and-related-blog-posts
  • http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails
  • http://www.themomorohoax.com/2009/04/22/8-tips-for-testing-rails-apps-with-cucumber
  • http://blog.flame.org/2009/11/19/how-i-test-ruby-on-rails-with-rspec-and-cucumber

Those are official website of Cucumber, tutorials and some examples.

like image 25
abochan Avatar answered Oct 20 '22 18:10

abochan


http://www.rubyinside.com/cucumber-the-latest-in-ruby-testing-1342.html

like image 28
Anil Soman Avatar answered Oct 20 '22 17:10

Anil Soman