in reply to What is wrong with testing like a noob

Some of the benefits of using such standard testing frameworks include:

Do I lose grammar points for too much use of the passive voice, there? I've always thought that was crap, anyway.

------------ :Wq Not an editor command: Wq

Replies are listed 'Best First'.
Re^2: What is wrong with testing like a noob
by Art_XIV (Hermit) on Jun 28, 2004 at 14:42 UTC

    Dittos to etcshadow, but I'd like to add my two pfenning...

    There is nothing WRONG with 'testing like a noob', but testing via the Test:: series of modules can make your testing much more thorough and comprehensive.

    In my opinion, the biggest benefit of a nice suite of unit tests doesn't come during the development of a module or class, but afterwards. Having an easy-to-run set of tests that covers your code shields you from a lot of buggy side-effects that can be created when you are making changes after the initial development.

    Hanlon's Razor - "Never attribute to malice that which can be adequately explained by stupidity"