http://qs321.pair.com?node_id=743304

saran_techie has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,
Can you please give me an overview of how perl scripting can be effectively used for testing a web / windows application?
Thank You,
Saravanan.S

Replies are listed 'Best First'.
Re: Usage of perl scripting in Testing
by marto (Cardinal) on Feb 12, 2009 at 14:17 UTC
Re: Usage of perl scripting in Testing
by dHarry (Abbot) on Feb 12, 2009 at 14:16 UTC
Re: Usage of perl scripting in Testing
by Mutant (Priest) on Feb 12, 2009 at 14:19 UTC
    There's a Perl client driver for Selenium. I've only used the Java version, but it's pretty useful, if not quite mature. That'll only help you for web apps of course.
Re: Usage of perl scripting in Testing
by Anonymous Monk on Feb 12, 2009 at 14:26 UTC
    You can also use curl to emulate the browser from a Perl script. http://curl.haxx.se/

    This can be tricky though and I'd only resort to it if the other suggestions aren't up to the job.
Re: Usage of perl scripting in Testing
by sundialsvc4 (Abbot) on Feb 12, 2009 at 18:03 UTC
    There are a slew of "Test::WWW" tools on CPAN ...
    "Learn to test well. There is no higher wisdom ..."
Re: Usage of perl scripting in Testing
by tomfahle (Priest) on Feb 13, 2009 at 07:27 UTC