<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Automated Testing with Perl</title>
	<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/</link>
	<description>Software Quality Tools You Can Use</description>
	<pubDate>Mon, 01 Dec 2008 18:52:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Erlinda</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3188</link>
		<author>Erlinda</author>
		<pubDate>Tue, 21 Oct 2008 12:08:08 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3188</guid>
		<description>WOW. Nicely written instructions.</description>
		<content:encoded><![CDATA[<p>WOW. Nicely written instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gajendra</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3001</link>
		<author>Gajendra</author>
		<pubDate>Fri, 10 Oct 2008 11:08:34 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3001</guid>
		<description>Hi 

The article is very nice...
And I am new to perl and i have started learning perl and now i am comfortable with perl and..one thing i want to know  is how to install or integrate the individual modules in to perl  and how to use these modules  for automating the website...... i  have  tried all the steps but unable to use these modules for automation and i am working on windows ...Could some one please suggest me how to use this for automation...I Have installed Active perl on my system.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>The article is very nice&#8230;<br />
And I am new to perl and i have started learning perl and now i am comfortable with perl and..one thing i want to know  is how to install or integrate the individual modules in to perl  and how to use these modules  for automating the website&#8230;&#8230; i  have  tried all the steps but unable to use these modules for automation and i am working on windows &#8230;Could some one please suggest me how to use this for automation&#8230;I Have installed Active perl on my system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jp</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-1731</link>
		<author>Jp</author>
		<pubDate>Mon, 21 Jul 2008 10:39:51 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-1731</guid>
		<description>It is a simple and neat article for anyone wants to get the power of Perl. How about TAP::Harness? Wont that be useful here ? I feel a great deal is there for a good documentation on building a frame work</description>
		<content:encoded><![CDATA[<p>It is a simple and neat article for anyone wants to get the power of Perl. How about TAP::Harness? Wont that be useful here ? I feel a great deal is there for a good documentation on building a frame work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-50</link>
		<author>Travis</author>
		<pubDate>Sun, 10 Feb 2008 04:03:17 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-50</guid>
		<description>Just want to call out how cool it is that Andy Lester (PETDANCE) posted a comment on my blog.  For those who don't know, Andy is the author of WWW::Mechanize, HTML::Lint and a ton of other great Perl modules.

See his work at:
http://cpan.uwinnipeg.ca/~petdance</description>
		<content:encoded><![CDATA[<p>Just want to call out how cool it is that Andy Lester (PETDANCE) posted a comment on my blog.  For those who don&#8217;t know, Andy is the author of WWW::Mechanize, HTML::Lint and a ton of other great Perl modules.</p>
<p>See his work at:<br />
<a href="http://cpan.uwinnipeg.ca/~petdance" rel="nofollow">http://cpan.uwinnipeg.ca/~petdance</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Lester</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-49</link>
		<author>Andy Lester</author>
		<pubDate>Sat, 09 Feb 2008 16:00:19 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-49</guid>
		<description>The definitive Perl testing book is "Perl Testing: A Developer's Notebook" 

http://www.oreilly.com/catalog/perltestingadn/</description>
		<content:encoded><![CDATA[<p>The definitive Perl testing book is &#8220;Perl Testing: A Developer&#8217;s Notebook&#8221; </p>
<p><a href="http://www.oreilly.com/catalog/perltestingadn/" rel="nofollow">http://www.oreilly.com/catalog/perltestingadn/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-20</link>
		<author>admin</author>
		<pubDate>Tue, 18 Dec 2007 05:44:45 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-20</guid>
		<description>Hi Rahul, 

I found that by using Test::More, I did not need to build a framework myself.  I can create a series of test scripts that use Test::More, then roll up the results of those tests in an automated email or on some sort of web page that reports test status.  If you'd like to roll up results, you can use the Test-Harness module on cpan.  

As for specific script examples, I'll work on that.  I think it'd be a great addition to the blog.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Rahul, </p>
<p>I found that by using Test::More, I did not need to build a framework myself.  I can create a series of test scripts that use Test::More, then roll up the results of those tests in an automated email or on some sort of web page that reports test status.  If you&#8217;d like to roll up results, you can use the Test-Harness module on cpan.  </p>
<p>As for specific script examples, I&#8217;ll work on that.  I think it&#8217;d be a great addition to the blog.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Verma</title>
		<link>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3</link>
		<author>Rahul Verma</author>
		<pubDate>Wed, 04 Apr 2007 18:36:27 +0000</pubDate>
		<guid>http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/#comment-3</guid>
		<description>It's a good article.

I am conversant with Perl and the LWP module. I did not happen to use the other two modules. As a part of your testing efforts, did you build a complete framework, or relied on adhoc scripting. In either case, if you can share some further information, it will be of good guidance, which I can put to work. It would be great if you could share some sample scripts. In addition to CPAN, can you suggest some other good references for Testing using Perl?

Regards,
Rahul Verma.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a good article.</p>
<p>I am conversant with Perl and the LWP module. I did not happen to use the other two modules. As a part of your testing efforts, did you build a complete framework, or relied on adhoc scripting. In either case, if you can share some further information, it will be of good guidance, which I can put to work. It would be great if you could share some sample scripts. In addition to CPAN, can you suggest some other good references for Testing using Perl?</p>
<p>Regards,<br />
Rahul Verma.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
