Showing posts tagged caching, integration, selenium, testing, webrat

Search for the best Integration testing

When you make a Rails application, there are some things unit and functional tests just can’t test. Like if something actually works in practice, or if caching is working the way it should. If you don’t test these, you can get run into a lot of problems, especially if that code is an application installed in multiple places. And it can be a pain to make sure code you add works as intended before a release (if could take you hours to test). So how do you get around this?

Read More