-
Book Overview & Buying
-
Table Of Contents
Polished Ruby Programming - Second Edition
By :
There are many approaches to testing in Ruby. It's possible and often useful to use multiple testing approaches on the same project, though many Ruby projects stick to a single approach.
One approach to testing is manual testing. This is where you just run the program or use the library, and make sure the results are as expected. It was common in older software for manual testing to be the only testing. Applied vigorously enough, with strict checklists on everything in the system that had to be tested, manual testing can result in high-quality software. There were entire careers based not on writing software, but on manually testing software that was written by others.
While it is possible to be successful purely with manual testing, it is very labor-intensive to manually test code, compared to having a computer automatically test code. Back when programs were much simpler, programming took much longer, and software releases were years apart...
Change the font size
Change margin width
Change background colour