Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have very large code base and written years before I joined the company. I am not asked to write test of any sort, but I think that it can add the value to the existing code and very useful for future maintainer.
How in practice the need has come for you to write the tests, and how you have taken it? (Beside CPAN testing). What are the advantages/disadvantages you have seen? What significant things you have discovered in testing process ? What tool-set you have used besides Test::More ?
Thank you monks for reading so far. I would be enlightened by your inputs. For me testing is fun and will give solidarity to Perl code overall.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Testing Perl Code
by Corion (Patriarch) on Oct 31, 2009 at 15:43 UTC | |
|
Re: Testing Perl Code
by Your Mother (Archbishop) on Oct 31, 2009 at 18:58 UTC | |
by chromatic (Archbishop) on Oct 31, 2009 at 22:56 UTC | |
|
Re: Testing Perl Code
by dsheroh (Monsignor) on Nov 01, 2009 at 12:17 UTC | |
|
Re: Testing Perl Code
by pemungkah (Priest) on Nov 03, 2009 at 06:23 UTC |