3

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.

Moez Hirani
  • 141
  • 1
  • 2
  • 8

1 Answers1

0

In the awesome beauty of the Perl community and CPAN, I found this module that I think already does what you want to implement:

Test::WWW::Selenium

Tudor Constantin
  • 26,330
  • 7
  • 49
  • 72