in reply to Re^2: How to create testcase executor?
in thread How to create testcase executor?

See TAP, especially App::prove, and likely Test::Harness.

In fact, I would suggest you make all your test output conform to the Test Anything Protocol (wikipedia), then you can use all the converters and harnesses that Perl provides for test suites.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.