in reply to when do you stop writing test?

Testing the external API with Mechanize is great. You should pat yourself on the back for that. Usually there are some modules that are separate from your web UI code, which are easier to test thoroughly by calling their methods directly. It's more an issue of getting more coverage, or saving some setup time on the Mech tests, than it is of needing a particular type of test. If you're wondering what you haven't tested yet, Devel::Cover can tell you.

Replies are listed 'Best First'.
Re^2: when do you stop writing test?
by Qiang (Friar) on Feb 10, 2007 at 17:32 UTC
    thanks for reminding me Devel::Cover. i have read it here http://www.perl.com/lpt/a/838

    another module to bug our sysadmin to install. <sigh>