<?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: Isolating database data in integration tests</title>
	<atom:link href="http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Wed, 19 Jun 2013 09:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Isolating the Database When Testing &#124; Chuck Conway</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5828</link>
		<dc:creator>Isolating the Database When Testing &#124; Chuck Conway</dc:creator>
		<pubDate>Fri, 10 May 2013 07:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5828</guid>
		<description>[...] Bogard wrote a post about Isolating the database when testing. I highly recommend reading [...]</description>
		<content:encoded><![CDATA[<p>[...] Bogard wrote a post about Isolating the database when testing. I highly recommend reading [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name of the blog &#124; Using a &#34;data builder&#34; class for isolating database data in individual tests</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5731</link>
		<dc:creator>Name of the blog &#124; Using a &#34;data builder&#34; class for isolating database data in individual tests</dc:creator>
		<pubDate>Sat, 06 Apr 2013 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5731</guid>
		<description>[...] in individual tests by boniestlawyer 23. November 2012 11:40 This post is mostly a reply to this (http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/)&#160;post by&#160;Jimmy Bogard. &#160; How my company has managed the test databases for [...]</description>
		<content:encoded><![CDATA[<p>[...] in individual tests by boniestlawyer 23. November 2012 11:40 This post is mostly a reply to this (<a href="http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/" rel="nofollow">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/</a>)&nbsp;post by&nbsp;Jimmy Bogard. &nbsp; How my company has managed the test databases for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbogard</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5334</link>
		<dc:creator>jbogard</dc:creator>
		<pubDate>Mon, 19 Nov 2012 20:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5334</guid>
		<description>What&#039;s slow about it?</description>
		<content:encoded><![CDATA[<p>What&#8217;s slow about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roberto.delloglio</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5330</link>
		<dc:creator>roberto.delloglio</dc:creator>
		<pubDate>Sun, 18 Nov 2012 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5330</guid>
		<description>I&#039;m using the rebuild database from scratch before the tests start and then the delete all approach. But is more interesting to understand what is the strategy to setup the fixture. I&#039;m currently using the same API of the system in order to put the database in the right state and than performe the action. I&#039;ve found this way the best one for maintenance purpose (is not dependent on the database schema and is easily refactorable) but I&#039;ve find it sometimes slow. What&#039;s your preferred way?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the rebuild database from scratch before the tests start and then the delete all approach. But is more interesting to understand what is the strategy to setup the fixture. I&#8217;m currently using the same API of the system in order to put the database in the right state and than performe the action. I&#8217;ve found this way the best one for maintenance purpose (is not dependent on the database schema and is easily refactorable) but I&#8217;ve find it sometimes slow. What&#8217;s your preferred way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5329</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Sun, 18 Nov 2012 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5329</guid>
		<description>I&#039;m using the rebuild database from scratch before the tests start and then the delete all approach. But is more interesting to understand what is the strategy to setup the fixture. I&#039;m currently using the same API of the system in order to put the database in the right state and than performe the action. I&#039;ve found this way the best one for maintenance purpose (is not dependent on the database schema and is easily refactorable) but I&#039;ve find it sometimes slow. What&#039;s your preferred way?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the rebuild database from scratch before the tests start and then the delete all approach. But is more interesting to understand what is the strategy to setup the fixture. I&#8217;m currently using the same API of the system in order to put the database in the right state and than performe the action. I&#8217;ve found this way the best one for maintenance purpose (is not dependent on the database schema and is easily refactorable) but I&#8217;ve find it sometimes slow. What&#8217;s your preferred way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorlok</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5249</link>
		<dc:creator>gorlok</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5249</guid>
		<description>I prefer in-memory db. It works most of the time. Store procedures are an exception: SP are tested in a real (shared) test-database.</description>
		<content:encoded><![CDATA[<p>I prefer in-memory db. It works most of the time. Store procedures are an exception: SP are tested in a real (shared) test-database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Wilde</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5244</link>
		<dc:creator>Richard Wilde</dc:creator>
		<pubDate>Thu, 01 Nov 2012 20:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5244</guid>
		<description>Good point it makes sense, in dev land schema&#039;s are constantly changing</description>
		<content:encoded><![CDATA[<p>Good point it makes sense, in dev land schema&#8217;s are constantly changing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbogard</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5243</link>
		<dc:creator>jbogard</dc:creator>
		<pubDate>Thu, 01 Nov 2012 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5243</guid>
		<description>Not if the schema was changing. And it also depends on the # of tables, we&#039;ve found. We had to play with several different ways of doing this to find the right fit for the schema we were working with.</description>
		<content:encoded><![CDATA[<p>Not if the schema was changing. And it also depends on the # of tables, we&#8217;ve found. We had to play with several different ways of doing this to find the right fit for the schema we were working with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Wilde</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5242</link>
		<dc:creator>Richard Wilde</dc:creator>
		<pubDate>Thu, 01 Nov 2012 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5242</guid>
		<description>Instead of deleting tables, why not restore the whole database to a known state? Would this not be quicker?</description>
		<content:encoded><![CDATA[<p>Instead of deleting tables, why not restore the whole database to a known state? Would this not be quicker?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Turner</title>
		<link>http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5241</link>
		<dc:creator>Bill Turner</dc:creator>
		<pubDate>Wed, 31 Oct 2012 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/10/18/isolating-database-data-in-integration-tests/#comment-5241</guid>
		<description>So why not HSQLDB (or equivalent), DbUnit, Unitils and, if appropriate, spring-test-dbunit? You CI server should have it&#039;s own DB, the same version as PROD. Using an in-memory db solves a lot of pain.</description>
		<content:encoded><![CDATA[<p>So why not HSQLDB (or equivalent), DbUnit, Unitils and, if appropriate, spring-test-dbunit? You CI server should have it&#8217;s own DB, the same version as PROD. Using an in-memory db solves a lot of pain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
