Friday, July 31, 2009

What is the name of module used in perl for Testing?

The Test::Simple [1] suite of modules are the most commonly used for testing in Perl—particularly Test::More [2].





Test::Inline [3] can be handy for stand-alone scripts and testing APIs.





I’d recommend “Perl Testing: A Developer’s Notebook” [4] if you’re really interested in the subject, which can additionally be viewed on-line [5].








Best wishes,


Dave Cardwell.


http://davecardwell.co.uk/perl/

What is the name of module used in perl for Testing?
There are dozens of modules related to testing! The most commonly used is called Test::More. Go to search.cpan.org and search for test::


No comments:

Post a Comment