I am trying to build a regression tool.
Found Perl::Unit to be an interesting framework for the same. What I have understood out of the available documentation is that I need to have a test suite,test cases,test runner. I have also taken help from available example with tar ball for this framework but it has left me uncertain about its usage. I need a small working example to understand the implementation along with little knowledge on the extensions to be used for test files.
Can anyone help me knowing the flow of the code using this framework? I am getting very confused in Test::Unit::Procedural and Test::Unit::TestCase modules. Where to begin with?