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

The ability to drive JavaScript input from Perl would begin to make Perl a very attractive competitor to the fiendishly expensive Mercury WinRunner and Rational Robot.

Add support for easy manipulation of iframes/frames, and you'd put serious pressure on Mercury and Rational.
  • Comment on Re^9: Using Perl to Test a Web App that uses Javascript

Replies are listed 'Best First'.
Re^10: Using Perl to Test a Web App that uses Javascript
by PodMaster (Abbot) on Jun 09, 2004 at 05:31 UTC
    The ability to drive JavaScript input from Perl would begin to make Perl a very attractive competitor to the
    And it already exists:

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

Re^10: Using Perl to Test a Web App that uses Javascript
by perrin (Chancellor) on Jun 08, 2004 at 20:59 UTC
    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?
      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.