Everyone talks testing, but I don’t see much about it.
I have been searching the web for about 5 hours and I can’t seem to
find a good, advanced tutorial on the latest trends in testing.
Everything is either outdated or very simplistic.
Does anyone know where I might find good testing
What are you using?
Test::Unit
Tess::Rails
Selenium
Something new that I don’t know about
Thanks in adavnce
Everyone talks testing, but I don’t see much about it.
I have been searching the web for about 5 hours and I can’t seem to
find a good, advanced tutorial on the latest trends in testing.
Everything is either outdated or very simplistic.
Does anyone know where I might find good testing
What are you using?
Test::Unit
Tess::Rails
Selenium
http://peepcode.com/products/rspec-basics
They have a couple of others as well. I haven’t seen them all, but
overall they tend to be worth the $9.
Ruby F. wrote:
Something new that I don’t know about
Whenever I google for specific testing questions, I get hit after hit.
Have you tried assert_xpath?