Category: Testing

Installing AutoTest

August 6th, 2009, Comments Off

I think autotest is one of the best things about developing in Rails. If you don’t know, autotest runs in the background watching all of your application files. When you edit any of them, it automatically runs the sections of your test suite that apply to the modified file, and can then give you feedback [...]

Rails: Black Box Testing Complex Models

July 4th, 2009, 8 Comments

In this article I will show you how you can perform complete end-to-end testing of very complex models using a method called Black Box Testing. I will demonstrate a solution that scales to hundreds of tests and upwards, without having to write any additional code or fixtures for each one.
The method I am going to [...]

Feed

http://www.mendable.com / Testing