I plan on learning about testing. I have never done that type of
programming. I am interested in what resources we have online for it.
Is there a applicable "getting started" tutorial online.
Also I see there are a whole bunch of books on the subject. Which ones
are worth owning?
...you might try looking at Ruby on Rails and see how it handles testing...
...if you can find something on 'Test Points', don't know the author...that was the best thing that i ever saw on testing...only about 30 pages....
...check out Junit and RBT too...
...the classic testing tools are Mercury and Segue...haven't looked at them for a long time...
...the best advive i ever got was: some folks are great at testing, find them and learn their techniques...
Good luck
···
----- Original Message ----- From: "Stu" <stu@rubyprogrammer.net>
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Sent: Friday, May 20, 2011 3:10 PM
Subject: rspec/cucumber and testing -- advice please
I plan on learning about testing. I have never done that type of
programming. I am interested in what resources we have online for it.
Is there a applicable "getting started" tutorial online.
Also I see there are a whole bunch of books on the subject. Which ones
are worth owning?
Get the RSpec book. They walk through making a command line app at the
beginning, and it's really helpful. I've read / seen lots of material about
testing, but its one of those things you have to experience to understand
how to do it. Not saying I have it all figured out, just saying I've put a
lot of effort into understanding it, and the RSpec book has had the best
payoff so far.
···
On Fri, May 20, 2011 at 2:10 PM, Stu <stu@rubyprogrammer.net> wrote:
I plan on learning about testing. I have never done that type of
programming. I am interested in what resources we have online for it.
Is there a applicable "getting started" tutorial online.
Also I see there are a whole bunch of books on the subject. Which ones
are worth owning?
I was at my local ruby user group and it was shown to me a bit from a
peer. I've never done that type of programming so it looks very alien
to me =)
Kind of a storyboarded todo list script.
It's time for me to ramp up that learning curve =)
Thanks again for the replies.
~Stu
···
On Fri, May 20, 2011 at 7:18 PM, Josh Cheek <josh.cheek@gmail.com> wrote:
On Fri, May 20, 2011 at 2:10 PM, Stu <stu@rubyprogrammer.net> wrote:
I plan on learning about testing. I have never done that type of
programming. I am interested in what resources we have online for it.
Is there a applicable "getting started" tutorial online.
Also I see there are a whole bunch of books on the subject. Which ones
are worth owning?
Thanks in advance.
~Stu
Get the RSpec book. They walk through making a command line app at the
beginning, and it's really helpful. I've read / seen lots of material about
testing, but its one of those things you have to experience to understand
how to do it. Not saying I have it all figured out, just saying I've put a
lot of effort into understanding it, and the RSpec book has had the best
payoff so far.