<?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: They&#8217;re Called Microtests</title>
	<atom:link href="http://anarchycreek.com/2009/05/20/theyre-called-microtests/feed/" rel="self" type="application/rss+xml" />
	<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/</link>
	<description>Towards a Way of Excellence</description>
	<lastBuildDate>Fri, 06 Jan 2012 00:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Octavian Ciubotaru</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-1329</link>
		<dc:creator>Octavian Ciubotaru</dc:creator>
		<pubDate>Fri, 03 Dec 2010 18:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-1329</guid>
		<description>The concept of microtest appeared because unit test frameworks were used for all kinds of tests. In my opinion unit test frameworks are misused.</description>
		<content:encoded><![CDATA[<p>The concept of microtest appeared because unit test frameworks were used for all kinds of tests. In my opinion unit test frameworks are misused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeePawHill</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-1328</link>
		<dc:creator>GeePawHill</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-1328</guid>
		<description>Gerbrand... it&#039;s a good point. Part of my reason for using microtest really is to make people stop short and pay attention. A full range of Xtest words might also be needed. -- GeePaw</description>
		<content:encoded><![CDATA[<p>Gerbrand&#8230; it&#8217;s a good point. Part of my reason for using microtest really is to make people stop short and pay attention. A full range of Xtest words might also be needed. &#8212; GeePaw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerbrand van Dieijen</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-1327</link>
		<dc:creator>Gerbrand van Dieijen</dc:creator>
		<pubDate>Fri, 03 Dec 2010 15:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-1327</guid>
		<description>For consistency, we could get rid of integration-test and call it &#039;medium-tests&#039; and call any automatic acceptance-tests &#039;large-tests&#039; instead.</description>
		<content:encoded><![CDATA[<p>For consistency, we could get rid of integration-test and call it &#8216;medium-tests&#8217; and call any automatic acceptance-tests &#8216;large-tests&#8217; instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeePawHill</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-1326</link>
		<dc:creator>GeePawHill</dc:creator>
		<pubDate>Fri, 03 Dec 2010 15:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-1326</guid>
		<description>Josh... I&#039;m working this month with a team of people who maintain those expensive tests to an amazing degree. Like, amazing. I&#039;m so happy to show them how cheap microtests can be. --Geeps</description>
		<content:encoded><![CDATA[<p>Josh&#8230; I&#8217;m working this month with a team of people who maintain those expensive tests to an amazing degree. Like, amazing. I&#8217;m so happy to show them how cheap microtests can be. &#8211;Geeps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-1325</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 03 Dec 2010 14:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-1325</guid>
		<description>I really like this list. I often get frustrated in interviews or when talking to other people about unit testing because I always have to qualify what I mean. I usually make a big deal about the difference between a Unit Test and Acceptance/Integration test because it is so critical.

Most of the time when I encounter teams that are weary about TDD it is because their idea of a Unit Test is what I think of as an Acceptance Test. I often get met with great hostility when I try to tell someone that if their &quot;unit test&quot; requires external dependencies (database, web service, file system) then it isn&#039;t really a unit test.

I am going to start using this term. I don&#039;t think it will reduce the amount explaining I have to do, but at least I will be starting with a clean slate :)</description>
		<content:encoded><![CDATA[<p>I really like this list. I often get frustrated in interviews or when talking to other people about unit testing because I always have to qualify what I mean. I usually make a big deal about the difference between a Unit Test and Acceptance/Integration test because it is so critical.</p>
<p>Most of the time when I encounter teams that are weary about TDD it is because their idea of a Unit Test is what I think of as an Acceptance Test. I often get met with great hostility when I try to tell someone that if their &#8220;unit test&#8221; requires external dependencies (database, web service, file system) then it isn&#8217;t really a unit test.</p>
<p>I am going to start using this term. I don&#8217;t think it will reduce the amount explaining I have to do, but at least I will be starting with a clean slate <img src='http://anarchycreek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Carlton</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-120</link>
		<dc:creator>David Carlton</dc:creator>
		<pubDate>Tue, 23 Jun 2009 04:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-120</guid>
		<description>Thanks, looks good!</description>
		<content:encoded><![CDATA[<p>Thanks, looks good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeePawHill</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-118</link>
		<dc:creator>GeePawHill</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-118</guid>
		<description>Thx!  Fixed it.  (I *do* wish I could keep comments on the same page as the article.  sigh.)</description>
		<content:encoded><![CDATA[<p>Thx!  Fixed it.  (I *do* wish I could keep comments on the same page as the article.  sigh.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unit testing done right &#8211; Better then sliced bread &#171; Perpetual Pursuit of Perfection</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-108</link>
		<dc:creator>Unit testing done right &#8211; Better then sliced bread &#171; Perpetual Pursuit of Perfection</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-108</guid>
		<description>[...] Write tests before writing the code. It helps to be more clear about the requirements and help to focus the programming efforts. In software development typing is never the bottleneck. Thinking is. Tests make development faster because they help to focus: &#8220;How TDD and Pairing Increase Production&#8221; and &#8220;They’re Called Microtests&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Write tests before writing the code. It helps to be more clear about the requirements and help to focus the programming efforts. In software development typing is never the bottleneck. Thinking is. Tests make development faster because they help to focus: &#8220;How TDD and Pairing Increase Production&#8221; and &#8220;They’re Called Microtests&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-55</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-55</guid>
		<description>Isn&#039;t this term already in use?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this term already in use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Rowley</title>
		<link>http://anarchycreek.com/2009/05/20/theyre-called-microtests/comment-page-1/#comment-53</link>
		<dc:creator>Darren Rowley</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=68#comment-53</guid>
		<description>I like this, I always used to say - just because it extends JUnit doesn&#039;t mean its a unit test.</description>
		<content:encoded><![CDATA[<p>I like this, I always used to say &#8211; just because it extends JUnit doesn&#8217;t mean its a unit test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

