For unittesting I tried Shoulda and Rspec
Integration testing - Webrat
code coverage - Rcov
There are so many choices for a testing suite I am wondering which one is the best to choose to have a complete testing (like unit, functional, integration and code coverage).
Gregory Brown
author
Greenhorn
Joined: Jul 18, 2009
Posts: 14
posted
0
Vamsi S Krishna wrote:For unit testing I tried Shoulda and Rspec
Integration testing - Webrat
code coverage - Rcov
There are so many choices for a testing suite I am wondering which one is the best to choose to have a complete testing (like unit, functional, integration and code coverage).
Have you been having any problems with the tools you've tried so far? If not, don't worry about the choices