<?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: Implementing Test Categorization</title>
	<atom:link href="http://thediscoblog.com/2006/03/04/implementing-test-categorization/feed/" rel="self" type="application/rss+xml" />
	<link>http://thediscoblog.com/2006/03/04/implementing-test-categorization/</link>
	<description>Can you dig it man?</description>
	<pubDate>Sat, 22 Nov 2008 06:13:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: The Disco Blog &#187; Ruby test categorization techniques</title>
		<link>http://thediscoblog.com/2006/03/04/implementing-test-categorization/#comment-1592</link>
		<dc:creator>The Disco Blog &#187; Ruby test categorization techniques</dc:creator>
		<pubDate>Sat, 09 Sep 2006 17:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=19#comment-1592</guid>
		<description>[...] Much like pre-JUnit 4, Rubyâ€™s copasetic Test::Unit framework lacks the easy ability to programmatically delineate a particular testâ€™s grouping. Nevertheless, categorizing tests in Ruby is easy man&#8211; either through test case naming or directory segmentation. It also helps to use Rubyâ€™s Rake build platform. [...]</description>
		<content:encoded><![CDATA[<p>[...] Much like pre-JUnit 4, Rubyâ€™s copasetic Test::Unit framework lacks the easy ability to programmatically delineate a particular testâ€™s grouping. Nevertheless, categorizing tests in Ruby is easy man&#8211; either through test case naming or directory segmentation. It also helps to use Rubyâ€™s Rake build platform. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; Copasetic Coverage Frequencies</title>
		<link>http://thediscoblog.com/2006/03/04/implementing-test-categorization/#comment-25</link>
		<dc:creator>The Disco Blog &#187; Copasetic Coverage Frequencies</dc:creator>
		<pubDate>Sun, 05 Mar 2006 15:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=19#comment-25</guid>
		<description>[...] If there are tripped out strategies for running tests at different intervals (which map to test categorization), it makes sense then to create an additional strategy where the coverage process is run once a day as part of each categorical test run. For example, every time the repository changes, the unit test process is run. At regular intervals throughout the day, component tests are executed and most likely, once a day (usually during the evening), system tests are run. After the system test process is run, another series of tests can be run where coverage is turned on (i.e. unit tests run against an instrumented code base, component tests run against an instrumented code base, and then system tests run against an instrumented code base). This process will create a series of reports which can then be viewed by the team the following morning. [...]</description>
		<content:encoded><![CDATA[<p>[...] If there are tripped out strategies for running tests at different intervals (which map to test categorization), it makes sense then to create an additional strategy where the coverage process is run once a day as part of each categorical test run. For example, every time the repository changes, the unit test process is run. At regular intervals throughout the day, component tests are executed and most likely, once a day (usually during the evening), system tests are run. After the system test process is run, another series of tests can be run where coverage is turned on (i.e. unit tests run against an instrumented code base, component tests run against an instrumented code base, and then system tests run against an instrumented code base). This process will create a series of reports which can then be viewed by the team the following morning. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
