I would really like to see which bits of code/functionality I've missed testing in my application, which is a mix of Ruby and JQuery and Java applets. Years ago I used a nice code coverage tool for C code which made it so easy to see what needed to be exercised.
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
|
Try these articles about RCov and simple_cov http://highgroove.com/articles/2011/03/01/code-coverage-and-ruby-1-9.html and rails_code_qa uses both of the above so also worth a look |
|||||||
|