Ruby on Rails Saturday, September 29, 2012

2012/9/29 jude <judearasu@gmail.com>:
> Is it necessary to write the test cases for the entire rails project,
> or the test cases needed for specific functionalties

Necessary isn't even one single test.

Tests are for you, not for the project.

The are "needed" to make it maintainable, not to make it work.

But as a rule of thumb: A better testcoverage means a much less chance
of breaking functionality when changing or adding aspects of your
project.

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment