in reply to Re: RFC: Perl Testing -- How to Introduce to a team
in thread RFC: Perl Testing -- How to Introduce to a team
I think that the most important testing module that I learned was Test::Class. It is basically providing a OO structure to writing your tests.
While I am (unsurprisingly) quite fond of Test::Class, I'm not sure I'd recommend it as a first step if you've not done testing in Perl before. Especially if you're not particularly familiar with OO.
Start with Test::More and friends then, if you start finding you're wanting to factor out common testing functionality, take a look at Test::Class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: Perl Testing -- How to Introduce to a team
by Herkum (Parson) on Oct 20, 2006 at 19:12 UTC | |
by adrianh (Chancellor) on Oct 20, 2006 at 19:53 UTC |