Hello, i want to buy a book for TTD. I am between "The cucumber book<http://pragprog.com/book/hwcuc/the-cucumber-book>" and the "The Rspec book <http://pragprog.com/book/achbd/the-rspec-book>" from pragmatic programmers. Which of these 2 are the best? Any other suggestion?? I am new to testing... Thank you for your time! Kostas -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/TA1d6IPnHN4J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
I would suggest another book: http://leanpub.com/everydayrailsrspec - This is especially interesting for the Rails context, which I missed somewhat in the Rspec book, it starts to explain BDD of plain Ruby classes and objects. Apart from this, I recently discovered that the Gem RSpec-rails is nicely documented in BDD style too on Github, e.g. a controller spec looks like: https://github.com/rspec/rspec-rails/tree/master/features/controller_specs On Thu, Jun 28, 2012 at 6:29 PM, Kostas L. <louposk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > i want to buy a book for TTD. I am between "The cucumber book" and the "The > Rspec book" from pragmatic programmers. > > Which of these 2 are the best? Any other suggestion?? > I am new to testing... > > Thank you for your time! > Kostas > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/TA1d6IPnHN4J. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en-US.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
If you want to get familiar with TDD I suggest going for the Rspec Book, since Rspec and Cucumber serve different purposes(Rspec for TDD and Cucumber for BDD). Also, if going for Rspec go ahead and take a look at code school(http://www.codeschool.com/), they''ve just released a course on Testing with Rspec which is pretty cool. Hope this helps and Best regards =D 2012/6/28 Kostas L. <louposk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Hello, > i want to buy a book for TTD. I am between "The cucumber book<http://pragprog.com/book/hwcuc/the-cucumber-book>" > and the "The Rspec book <http://pragprog.com/book/achbd/the-rspec-book>" > from pragmatic programmers. > > Which of these 2 are the best? Any other suggestion?? > I am new to testing... > > Thank you for your time! > Kostas > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/TA1d6IPnHN4J. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en-US. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.