<?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"
	>
<channel>
	<title>Comments on: The Fuzz on Developer Testing</title>
	<atom:link href="http://thediscoblog.com/2006/02/07/developer-testing-defined/feed/" rel="self" type="application/rss+xml" />
	<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/</link>
	<description>Can you dig it man?</description>
	<pubDate>Tue, 07 Oct 2008 13:55:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Michael</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-2020</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 22 Nov 2006 05:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-2020</guid>
		<description>&lt;strong&gt;Yep...&lt;/strong&gt;

                  Weird enough for government work.
...</description>
		<content:encoded><![CDATA[<p><strong>Yep&#8230;</strong></p>
<p>                  Weird enough for government work.<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test Early &#187; Functional tests &#224; la Selenium</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-1054</link>
		<dc:creator>Test Early &#187; Functional tests &#224; la Selenium</dc:creator>
		<pubDate>Tue, 08 Aug 2006 01:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-1054</guid>
		<description>[...] Iâ€™ve written about three test categories (unit, component and system) for developer testing on a number of occasions- and Iâ€™ve even tried to draw a distinction between system functional tests. Briefly, a system test verifies a software application from system end points, like web pages or web services- but they mimic the user or the end point protocol. [...]</description>
		<content:encoded><![CDATA[<p>[...] Iâ€™ve written about three test categories (unit, component and system) for developer testing on a number of occasions- and Iâ€™ve even tried to draw a distinction between system functional tests. Briefly, a system test verifies a software application from system end points, like web pages or web services- but they mimic the user or the end point protocol. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; Adventures in NUnit test categorization</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-413</link>
		<dc:creator>The Disco Blog &#187; Adventures in NUnit test categorization</dc:creator>
		<pubDate>Fri, 09 Jun 2006 14:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-413</guid>
		<description>[...] As new tests are added to a code base, the build time will invariably increase. As I have written about before, a process of copasetic test categorization can be employed to help manage build times and thus, test frequencies. As it turns out, test categorization is easy to implement in NUnit using the aptly named Category attribute. [...]</description>
		<content:encoded><![CDATA[<p>[...] As new tests are added to a code base, the build time will invariably increase. As I have written about before, a process of copasetic test categorization can be employed to help manage build times and thus, test frequencies. As it turns out, test categorization is easy to implement in NUnit using the aptly named Category attribute. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; Hip system tests with Cargo</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-53</link>
		<dc:creator>The Disco Blog &#187; Hip system tests with Cargo</dc:creator>
		<pubDate>Sat, 22 Apr 2006 02:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-53</guid>
		<description>[...] System tests require a fully installed system up and running to execute properly. In web environments, this presents an interesting challenge- a servlet container needs to up running with the latest and greatest code before any copasetic tests can be run. [...]</description>
		<content:encoded><![CDATA[<p>[...] System tests require a fully installed system up and running to execute properly. In web environments, this presents an interesting challenge- a servlet container needs to up running with the latest and greatest code before any copasetic tests can be run. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; It&#8217;s all about test categorization, man</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-15</link>
		<dc:creator>The Disco Blog &#187; It&#8217;s all about test categorization, man</dc:creator>
		<pubDate>Fri, 17 Feb 2006 03:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-15</guid>
		<description>[...] A true unit test should run to completion (successfully) in less than a few seconds. If a unit test takes longer, take a close look at it- it is either broken or really a component level test. Because unit tests run so quickly, they should be run anytime a build is run. [...]</description>
		<content:encoded><![CDATA[<p>[...] A true unit test should run to completion (successfully) in less than a few seconds. If a unit test takes longer, take a close look at it- it is either broken or really a component level test. Because unit tests run so quickly, they should be run anytime a build is run. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; Reliability&#8217;s Skinney</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-8</link>
		<dc:creator>The Disco Blog &#187; Reliability&#8217;s Skinney</dc:creator>
		<pubDate>Fri, 10 Feb 2006 03:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-8</guid>
		<description>[...] Bottom line: if we are to build software systems which are truly reliable, we have to ensure reliability at the object level, which can only be achieved through unit testing. Otherwise, we canâ€™t possibly hope to build highly reliable applications. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bottom line: if we are to build software systems which are truly reliable, we have to ensure reliability at the object level, which can only be achieved through unit testing. Otherwise, we canâ€™t possibly hope to build highly reliable applications. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sanheim</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-7</link>
		<dc:creator>Rob Sanheim</dc:creator>
		<pubDate>Wed, 08 Feb 2006 19:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-7</guid>
		<description>JUnit can be used for all sorts of developer tests, its not limited to unit tests, despite the name.  TestNG may be better suited to some styles of higher level tests (ie order-dependant tests), but don't think the "jUnit" == unit test only.</description>
		<content:encoded><![CDATA[<p>JUnit can be used for all sorts of developer tests, its not limited to unit tests, despite the name.  TestNG may be better suited to some styles of higher level tests (ie order-dependant tests), but don&#8217;t think the &#8220;jUnit&#8221; == unit test only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-6</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 08 Feb 2006 15:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-6</guid>
		<description>Indeed, TestNG is an excellent framework for non unit testing. I agree 100%- I plan on doing another article on the benefits of TestNG. In the mean time, check out a &lt;a href="http://www.vanwardtechnologies.com/nfjs/testng/testng.pdf"&gt;presentation&lt;/a&gt; I've done on TestNG.</description>
		<content:encoded><![CDATA[<p>Indeed, TestNG is an excellent framework for non unit testing. I agree 100%- I plan on doing another article on the benefits of TestNG. In the mean time, check out a <a href="http://www.vanwardtechnologies.com/nfjs/testng/testng.pdf">presentation</a> I&#8217;ve done on TestNG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-5</link>
		<dc:creator>x</dc:creator>
		<pubDate>Wed, 08 Feb 2006 15:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-5</guid>
		<description>JUnit is for unit testing only.  For the non-unit tests that you show, you should be using &lt;a href="http://testng.org"&gt;TestNG &lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>JUnit is for unit testing only.  For the non-unit tests that you show, you should be using <a href="http://testng.org">TestNG </a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Gueck</title>
		<link>http://thediscoblog.com/2006/02/07/developer-testing-defined/#comment-4</link>
		<dc:creator>Mikael Gueck</dc:creator>
		<pubDate>Wed, 08 Feb 2006 14:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=5#comment-4</guid>
		<description>And here I was hoping to see you interview your local Police Department about developer testing.</description>
		<content:encoded><![CDATA[<p>And here I was hoping to see you interview your local Police Department about developer testing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
