<?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: Testing the database layer</title>
	<atom:link href="http://blog.jteam.nl/2009/07/01/testing-the-database-layer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jteam.nl/2009/07/01/testing-the-database-layer/</link>
	<description>Keep updated on what we&#039;re doing!</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:00:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Testing with factories « JTeam Blog / JTeam: Enterprise Java, Open Source, software solutions, Amsterdam</title>
		<link>http://blog.jteam.nl/2009/07/01/testing-the-database-layer/comment-page-1/#comment-318</link>
		<dc:creator>Testing with factories « JTeam Blog / JTeam: Enterprise Java, Open Source, software solutions, Amsterdam</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=130#comment-318</guid>
		<description>[...] July 1st, Jelmer added a very useful blog post about testing the database layer in which he suggested to use &#8220;insert statement&#8221; and &#8220;fixture&#8221; classes to [...]</description>
		<content:encoded><![CDATA[<p>[...] July 1st, Jelmer added a very useful blog post about testing the database layer in which he suggested to use &#8220;insert statement&#8221; and &#8220;fixture&#8221; classes to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Barham</title>
		<link>http://blog.jteam.nl/2009/07/01/testing-the-database-layer/comment-page-1/#comment-284</link>
		<dc:creator>Christopher Barham</dc:creator>
		<pubDate>Thu, 02 Jul 2009 06:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=130#comment-284</guid>
		<description>I&#039;ve had a lot of success lately with using Unitils http://unitils.org/cookbook.html  for the integration tests.  In addition to the test, there is then the version control, refactoring and maint of the DDL/Schema to be considered; problematic until I found http://www.liquibase.org/  - happily liquibase also helps with integration testing as it can insert data dependent on runtime requirements such as &quot;is this a test database&quot;.  Both tools are open source and worth a look :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a lot of success lately with using Unitils <a href="http://unitils.org/cookbook.html" rel="nofollow">http://unitils.org/cookbook.html</a>  for the integration tests.  In addition to the test, there is then the version control, refactoring and maint of the DDL/Schema to be considered; problematic until I found <a href="http://www.liquibase.org/" rel="nofollow">http://www.liquibase.org/</a>  &#8211; happily liquibase also helps with integration testing as it can insert data dependent on runtime requirements such as &#8220;is this a test database&#8221;.  Both tools are open source and worth a look <img src='http://blog.jteam.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Del Bene</title>
		<link>http://blog.jteam.nl/2009/07/01/testing-the-database-layer/comment-page-1/#comment-283</link>
		<dc:creator>Andrea Del Bene</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=130#comment-283</guid>
		<description>Hi Jelmer,
I&#039;ve also found very usefull method countRowsInTable which let you check if your DAO&#039;s create orphan rows of any kind.

Greetings,
Andrea.</description>
		<content:encoded><![CDATA[<p>Hi Jelmer,<br />
I&#8217;ve also found very usefull method countRowsInTable which let you check if your DAO&#8217;s create orphan rows of any kind.</p>
<p>Greetings,<br />
Andrea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
