Functional testing is a quality assurance (QA) process and a type of black box testing that bases its test cases on the specifications of the software component under test.
I have a RESTful resource in my Rails app called "Photo". I'm using Paperclip to serve different "styles" of my …
ruby-on-rails url controller functional-testing