Search Results

2
votes

Are there any good automated test suites for Perl?

Hi, You said: "What I am looking for is a more of automated framework which can do incremental testing/build checks etc" Still not entirely sure …
3
votes

Which of these scripting languages is more appropriate for pen-testing?

I could make an argument for all three :-) Perl has all of CPAN - giving you a huge advantage in pulling together functionality quickly. It also has a nice flexible testing infrastructure t …
1
vote

How can I run individual tests with Test::Class::Load?

Congratulations on spotting the mistake in the documentation :-) The final argument should be the path to the test class - not the package name. You'll also need to add the path to the tes …