<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>testdriven.com &#187; Blogosphere</title>
	<atom:link href="http://www.testdriven.com/category/blogosphere_category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testdriven.com</link>
	<description>Wrangling quality out of chaos</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing Keys and Values for Distributed Caching</title>
		<link>http://www.testdriven.com/2011/07/testing-keys-and-values-for-distributed-caching/</link>
		<comments>http://www.testdriven.com/2011/07/testing-keys-and-values-for-distributed-caching/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 14:14:35 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://www.testdriven.com/?p=2585</guid>
		<description><![CDATA[In distributed caching, cache keys and cached values routinely travel across the network. That’s why it is critical to write proper unit tests for keys and values in order to avoid unpleasant production surprises. This post tells how to test keys and values for distributed caching.]]></description>
		<wfw:commentRss>http://www.testdriven.com/2011/07/testing-keys-and-values-for-distributed-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerrit Git Review with Jenkins CI Server</title>
		<link>http://www.testdriven.com/2011/02/gerrit-git-review-with-jenkins-ci-server/</link>
		<comments>http://www.testdriven.com/2011/02/gerrit-git-review-with-jenkins-ci-server/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 19:19:24 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.testdriven.com/?p=2515</guid>
		<description><![CDATA[Nice, short screencast. Watch it to get a clue.]]></description>
		<wfw:commentRss>http://www.testdriven.com/2011/02/gerrit-git-review-with-jenkins-ci-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up LiquidTest with Maven</title>
		<link>http://www.testdriven.com/2010/04/setting_up_liquidtest_with_maven/</link>
		<comments>http://www.testdriven.com/2010/04/setting_up_liquidtest_with_maven/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:59:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=863</guid>
		<description><![CDATA[Given Maven is a popular tool we decided to put together an integration doc for its use with LiquidTest. The integration was planned to go out with our website refresh later this month but given the popularity of Maven, I thought I would share it before then! To read the entire article visit: http://www.jadeliquid.com/blogs/2010/setting-up-liquidtest-with-maven.php]]></description>
		<wfw:commentRss>http://www.testdriven.com/2010/04/setting_up_liquidtest_with_maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Poliglot Tester by Bob Martin</title>
		<link>http://www.testdriven.com/2009/12/the_poliglot_tester_by_bob_martin/</link>
		<comments>http://www.testdriven.com/2009/12/the_poliglot_tester_by_bob_martin/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 23:13:14 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=854</guid>
		<description><![CDATA[http://blog.objectmentor.com/articles/2009/12/19/the-polyglot-tester]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/12/the_poliglot_tester_by_bob_martin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing the Limits with James Bach (part 1)</title>
		<link>http://www.testdriven.com/2009/12/testing_the_limits_with_james_bach_part_1/</link>
		<comments>http://www.testdriven.com/2009/12/testing_the_limits_with_james_bach_part_1/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:11:00 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=853</guid>
		<description><![CDATA[Testing the Limits with James Bach (part 1) is another great interview with James Bach. A must read if you are a tester, you hire testers, or you work with testers.]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/12/testing_the_limits_with_james_bach_part_1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should programming languages support unit testing natively?</title>
		<link>http://www.testdriven.com/2009/11/should_programming_languages_support_unit_testing_natively/</link>
		<comments>http://www.testdriven.com/2009/11/should_programming_languages_support_unit_testing_natively/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 07:14:17 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=845</guid>
		<description><![CDATA[http://beust.com/weblog/archives/000522.html]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/11/should_programming_languages_support_unit_testing_natively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roy Osherov&#8217;s DWORD &#8211; don&#8217;t miss it.</title>
		<link>http://www.testdriven.com/2009/11/roy_osherov_s_dword_don_t_miss_it/</link>
		<comments>http://www.testdriven.com/2009/11/roy_osherov_s_dword_don_t_miss_it/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:45:45 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=844</guid>
		<description><![CDATA[Roy&#8217;s D-Word!]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/11/roy_osherov_s_dword_don_t_miss_it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mockito in six easy examples</title>
		<link>http://www.testdriven.com/2009/10/mockito_in_six_easy_examples/</link>
		<comments>http://www.testdriven.com/2009/10/mockito_in_six_easy_examples/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:43:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=839</guid>
		<description><![CDATA[Mockito is a fantastic mock library for Java. I’m fascinated by how easy it is to use, compared to other things out there both in the Java and .NET world. Here is everything you need to know to get started in six really easy examples: http://gojko.net/2009/10/23/mockito-in-six-easy-examples/]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/10/mockito_in_six_easy_examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 reasons why teams fail with Acceptance Testing</title>
		<link>http://www.testdriven.com/2009/09/top_10_reasons_why_teams_fail_with_acceptance_testing/</link>
		<comments>http://www.testdriven.com/2009/09/top_10_reasons_why_teams_fail_with_acceptance_testing/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:48:40 +0000</pubDate>
		<dc:creator>David Vydra</dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=833</guid>
		<description><![CDATA[Another fantastic blog by Gojko Adzic Top 10 reasons why teams fail with Acceptance Testing Personally, I am leaning towards using the term &#34;Executable Specifications&#34; instead of Acceptance Testing. Note that Gojko mentions this specifically in item 4. Let me know what term you prefer at david@testdriven.com]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/09/top_10_reasons_why_teams_fail_with_acceptance_testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify creating mock objects with Mockito and the Builder Pattern</title>
		<link>http://www.testdriven.com/2009/09/simplify_creating_mock_objects_with_mockito_and_the_builder_pattern/</link>
		<comments>http://www.testdriven.com/2009/09/simplify_creating_mock_objects_with_mockito_and_the_builder_pattern/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 22:36:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blogosphere]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=827</guid>
		<description><![CDATA[You know that if you do unit testing at some point you will run into mocking. There are many libraries out there like JMock, EasyMock, but my favorite is Mockito. In this post I explore the option of using a Builder Pattern to simplify the creation of a hierarchical mock object that contains nested mock [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/09/simplify_creating_mock_objects_with_mockito_and_the_builder_pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.336 seconds -->

