in reply to Re^9: Using Perl to Test a Web App that uses Javascript
in thread Using Perl to Test a Web App that uses Javascript

Frames? I think you are still confusing client and server. What is there to test about frames that can't be tested with HTTP::Recorder? That they look good?
  • Comment on Re^10: Using Perl to Test a Web App that uses Javascript

Replies are listed 'Best First'.
Re^11: Using Perl to Test a Web App that uses Javascript
by McMahon (Chaplain) on Jun 08, 2004 at 21:18 UTC
    No, I'm talking about test automation frameworks that function by driving the client-- not by driving the server. iframes in particular are difficult to manipulate when attempting to automate the manipulation of client-side code.

    The SAMIE documentation (see link above) is a good source for Perlish information about doing this sort of thing.