I am working on building a test automation framework with Perl and Selenium for a web-application.
I am weighing the pros and cons (with respect to maintainability of tests) of using Test::Routine v/s Test::Class . If there are people who have experience using either, can you please share your experiences ?
I am a beginner , so any links to more information concerning the benefits of either would also be greatly beneficial.
Thanks.