Testing is awesome - that&#39;s what I&#39;m actually in the middle of right now. My boss decided to take one of our applications and make it available on another site. Since I wrote several test scripts for the original application, I was able to move it over to the other site and adapt the test scripts and over these last few days, I&#39;ve been able to hammer out the bugs and have great confidence that the application on the new site will be pretty well-QA&#39;d.<br>
<br>We develop web applications and those are tough to test entirely from Perl. So we (I ;) ) split test cases into client-side (I&#39;ve used Selenium and YUITest) to test javascript code and then Test::More (I just dabbled w/ Test::HTML::Content today and love it ... really can&#39;t go wrong w/ anything Test::* can you? ;)) to test the web application code (written w/ CGI::Application).<br>
<br>I touched a little bit about my approach in <a href="http://use.perl.org/%7EPurdy/journal/38209">my use.perl journal</a>.<br><br>Cheers,<br><br>Jason<br><br><div class="gmail_quote">On Wed, Feb 4, 2009 at 2:28 PM, Trevor Little <span dir="ltr">&lt;<a href="mailto:trevormg19@gmail.com">trevormg19@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I was wondering how many of you write tests for your code on a regular basis. What modules do you use to make that easier? I&#39;m familiar with the Test::{Simple,More,Deep,...} family, but are there others anyone has used and likes? Does anyone work in a place were unit testing is enforced or at least strongly encouraged? I guess I&#39;m just trying to figure out how other companies/people approach this kind of unit testing.<br>

<br>
Thanks,<br>
Trevor<br>
_______________________________________________<br>
Raleigh-talk mailing list<br>
<a href="mailto:Raleigh-talk@pm.org" target="_blank">Raleigh-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/raleigh-talk" target="_blank">http://mail.pm.org/mailman/listinfo/raleigh-talk</a><br>
</blockquote></div><br>