I have used The Mech and I understand HTTP::Recorder

I have also examined in a cursory fashion Canoo Webtest, HTTPUnit, and other such tools.

But they don't handle client-side scripting.

I have been intrigued by IEUnit and Selenium, but I am wary of JavaScript and cross-site scripting problems.

And I want to be able to talk to the filesystem, the network, and the database also.

And I have investigated SAMIE, but the lack of documentation has stopped me cold, as have some of the implementation details.

Last week I attended The Austin Workshop on Test Automation where I demonstrated HTTP::Recorder and met with a number of wizardly folk who are using the Web Application Testing In Ruby (WATIR) framework. I saw amazing things done in very few lines of Ruby.

In my opinion, WATIR has no peer as a framework to drive functional test automation in Internet Explorer.

In a nutshell: driving functional testing in Internet Explorer with WATIR and Ruby, while putting a WWW::Mechanize-based analyzer inside of HTTP::Proxy (a la HTTP::Recorder), is a freakishly powerful environment for functional testing and performance testing.

Look to hear more about WATIR in the future. Unfortunately, it's not Perl, so that news won't be here-- but I suggest anyone interested in functional testing using IE as an interface check out WATIR.

In reply to Testing at the browser: a trip report. (Perl, Ruby, etc.) by McMahon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.