<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Testing Habits Are Your Friend</title>
	<atom:link href="http://morgamic.com/2006/09/01/testing-habits-are-your-friend/feed/" rel="self" type="application/rss+xml" />
	<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/</link>
	<description>stuff and things, according to Mike Morgan</description>
	<lastBuildDate>Fri, 05 Mar 2010 22:04:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Plush</title>
		<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/comment-page-1/#comment-20882</link>
		<dc:creator>Jim Plush</dc:creator>
		<pubDate>Mon, 22 Jan 2007 18:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2006/09/01/testing-habits-are-your-friend/#comment-20882</guid>
		<description>I completely agree that not testing boils down to laziness. I&#039;ve been unittesting my php/js code for a few years now and wouldn&#039;t turn back. I have to deploy several frameworks I&#039;ve written. When I make major changes, it&#039;s sure nice to see that pretty little green bar :)

I don&#039;t want those &quot;hey something is broke&quot; emails, and haven&#039;t had one in a long while.</description>
		<content:encoded><![CDATA[<p>I completely agree that not testing boils down to laziness. I&#8217;ve been unittesting my php/js code for a few years now and wouldn&#8217;t turn back. I have to deploy several frameworks I&#8217;ve written. When I make major changes, it&#8217;s sure nice to see that pretty little green bar <img src='http://morgamic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t want those &#8220;hey something is broke&#8221; emails, and haven&#8217;t had one in a long while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sullivat</title>
		<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/comment-page-1/#comment-5910</link>
		<dc:creator>sullivat</dc:creator>
		<pubDate>Fri, 01 Sep 2006 19:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2006/09/01/testing-habits-are-your-friend/#comment-5910</guid>
		<description>Thinking before writing code? That&#039;s the paradigm shift right there ;P

What about functional testing in conjunction with unit testing? Where I work we&#039;ve been using funkload (a Python library for automated functional testing and load testing) and AutoIT (a Windows-only scripting engine for keyboard and mouse input) for functional testing.</description>
		<content:encoded><![CDATA[<p>Thinking before writing code? That&#8217;s the paradigm shift right there ;P</p>
<p>What about functional testing in conjunction with unit testing? Where I work we&#8217;ve been using funkload (a Python library for automated functional testing and load testing) and AutoIT (a Windows-only scripting engine for keyboard and mouse input) for functional testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morgamic</title>
		<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/comment-page-1/#comment-5903</link>
		<dc:creator>morgamic</dc:creator>
		<pubDate>Fri, 01 Sep 2006 18:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2006/09/01/testing-habits-are-your-friend/#comment-5903</guid>
		<description>Sometimes the right testing suite depends on what framework you&#039;re using -- but overall they are similar enough.  PHPUnit is pretty awesome, and I like it&#039;s documentation a lot.  But Simple Test is what we&#039;ve been using recently because it fits in with CakePHP.  I liked Shiflett&#039;s presentation but haven&#039;t done a whole lot with the test-more.php class.</description>
		<content:encoded><![CDATA[<p>Sometimes the right testing suite depends on what framework you&#8217;re using &#8212; but overall they are similar enough.  PHPUnit is pretty awesome, and I like it&#8217;s documentation a lot.  But Simple Test is what we&#8217;ve been using recently because it fits in with CakePHP.  I liked Shiflett&#8217;s presentation but haven&#8217;t done a whole lot with the test-more.php class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Vincent</title>
		<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/comment-page-1/#comment-5899</link>
		<dc:creator>Alex Vincent</dc:creator>
		<pubDate>Fri, 01 Sep 2006 16:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2006/09/01/testing-habits-are-your-friend/#comment-5899</guid>
		<description>I agree with you wholeheartedly, though it applies to developers in all languages.  In 2001 I came up with the following saying:

&quot;The first step in confirming there is a bug in someone else&#039;s work is confirming there are no bugs in your own.&quot;</description>
		<content:encoded><![CDATA[<p>I agree with you wholeheartedly, though it applies to developers in all languages.  In 2001 I came up with the following saying:</p>
<p>&#8220;The first step in confirming there is a bug in someone else&#8217;s work is confirming there are no bugs in your own.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://morgamic.com/2006/09/01/testing-habits-are-your-friend/comment-page-1/#comment-5898</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 01 Sep 2006 15:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2006/09/01/testing-habits-are-your-friend/#comment-5898</guid>
		<description>Mike, well written. Which of these testing suites will you use? Or are you giving us the choice because you are still indecisive yourself?</description>
		<content:encoded><![CDATA[<p>Mike, well written. Which of these testing suites will you use? Or are you giving us the choice because you are still indecisive yourself?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
