http://qs321.pair.com?node_id=470446


in reply to Testing TT and CDBI under Catalyst

I tend to use acme's Test::WWW::Mechanize::Catalyst.

Replies are listed 'Best First'.
Re^2: Testing TT and CDBI under Catalyst
by dragonchild (Archbishop) on Jun 28, 2005 at 03:55 UTC
    That does a system test. I'm looking to do component (or subsystem) tests.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
      Thats an area where we still need to establish some best practices.
      I just access the components directly from the generated unit tests and use Test::MockObject to generate a fake context.