http://www.perlmonks.org?node_id=507835


in reply to Perl Testing

Chapter seven goes into testing websites in the same fashion that chapter six covers testing databases. My only gripe is that it doesn't go too deeply into backend testing.

Well yeah, that's the point of the rest of the book. If you follow the advice in that chapter about separating interface from logic, you don't need to do anything special to test app backends.