If you&#39;re automating your tests, I&#39;d go with something like the Selenium library. I haven&#39;t done much Perl for three or four years, so I can only speak from experience that&#39;s non-Perl related. We used Selenium (and Cucumber/Webrat, as at the time I was doing RoR) for automated integration testing, testing forms, and TDD/BDD. If it&#39;s off the cuff/simple testing, I&#39;d use curl.<br>
<br><div class="gmail_quote">On Wed, Jan 12, 2011 at 11:03 AM, David Nicol <span dir="ltr">&lt;<a href="mailto:davidnicol@gmail.com">davidnicol@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
what&#39;s Dancer?<br>
<br>
for simple web page testing, using curl or wget to fetch the page to<br>
standard output and piping that through grep often is sufficient and<br>
easier to set up than something more purpose-built.<br>
<div><div></div><div class="h5"><br>
On Wed, Jan 12, 2011 at 10:48 AM, djgoku &lt;<a href="mailto:djgoku@gmail.com">djgoku@gmail.com</a>&gt; wrote:<br>
&gt; I thought I would ask here also. I am trying to tests some simple web<br>
&gt; forms, but not sure what all needs to be tested. I can see at least 2<br>
&gt; test cases. The form is submitted and a field isn&#39;t valid; The form is<br>
&gt; submitted and is valid and user is redirect; I have been looking at<br>
&gt; Test::WWW::Mechanize (submit_form_ok()), Test::WWW::Selenium and<br>
&gt; Selenium IDE, but I am not sure the best way of testing all cases.<br>
&gt;<br>
&gt; <a href="http://www.backup-manager.org/pipermail/dancer-users/2011-January/000814.html" target="_blank">http://www.backup-manager.org/pipermail/dancer-users/2011-January/000814.html</a><br>
&gt;<br>
&gt; Jonathan<br>
&gt; _______________________________________________<br>
&gt; kc mailing list<br>
&gt; <a href="mailto:kc@pm.org">kc@pm.org</a><br>
&gt; <a href="http://mail.pm.org/mailman/listinfo/kc" target="_blank">http://mail.pm.org/mailman/listinfo/kc</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
“The aeroplane is fatally defective. It is merely a toy—a sporting<br>
play-thing.  It can never become commercially practical.&quot; -- Nikola<br>
Tesla<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
kc mailing list<br>
<a href="mailto:kc@pm.org">kc@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/kc" target="_blank">http://mail.pm.org/mailman/listinfo/kc</a></div></div></blockquote></div><br>