Possible Duplicate:
Integration Testing for a Web App
I've recently delved into Perl and I'd like to learn how to automate web site testing. To that end I'd appreciate answers to the following:
- What modules from CPAN should I look into? Is there something similar to Watir (I know there's a Windows only port of it in Perl)?
- I'm using a Windows system, so does it matter if I use ActivePerl or Strawberry Perl?
- What books should I look into (aside from "Perl Testing: A Developer's Notebook")?
Edit:
- The web application is written in Java
- I want to test the application's web GUI, which makes use of javascript/ajax & some flex/flash