<?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: Unit Testing the Database Tier</title>
	<atom:link href="http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-testing-the-database-tier</link>
	<description>Adventures in technology consulting</description>
	<lastBuildDate>Fri, 06 Jan 2012 14:46:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: wade ramps</title>
		<link>http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html/comment-page-1#comment-763</link>
		<dc:creator>wade ramps</dc:creator>
		<pubDate>Thu, 11 Nov 2010 06:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html#comment-763</guid>
		<description>I am glad to share one database unit testing tool. It is named as AnyDbTest (&lt;a href=&quot;http://www.anydbtest.com&quot; rel=&quot;nofollow&quot;&gt;www.anydbtest.com&lt;/a&gt;).   
 
I know some guys are using DbUnit or other xUnit test framework to perform DB unit testing. I also tried to use them in my projects, but at last I had to give up these tools because I must keep focus on the database rather than switch to be as application developer.

AnyDbTest is declarative style testing tool. We will not need to program at all. What we do is to express what we want to test, rather than how to test. We only need to configure an Xml test file to tell AnyDbTest what we want to test.  Rather than painstakingly writing test code for xUnit test framework. So AnyDbTest is the right choice for DBA or DB developers.      
 
Features specific to AnyDbTest: 
*Writing test case with Xml, rather than Java/C++/C#/VB test case code. 
*Many kinds of assertion supported, such as StrictEqual, SetEqual, IsSupersetOf, Overlaps, and RecordCountEqual etc.
*Allows using Excel spreadsheet/Xml as the source of the data for the tests.
*Supports Sandbox test model, if test will be done in sandbox, all database operations will be rolled back meaning any changes will be undone.
*Unique cross-different-type-database testing, which means target and reference result set can come from two databases, even one is SQL Server, another is Oracle.</description>
		<content:encoded><![CDATA[<p>I am glad to share one database unit testing tool. It is named as AnyDbTest (<a href="http://www.anydbtest.com" rel="nofollow">http://www.anydbtest.com</a>).   </p>
<p>I know some guys are using DbUnit or other xUnit test framework to perform DB unit testing. I also tried to use them in my projects, but at last I had to give up these tools because I must keep focus on the database rather than switch to be as application developer.</p>
<p>AnyDbTest is declarative style testing tool. We will not need to program at all. What we do is to express what we want to test, rather than how to test. We only need to configure an Xml test file to tell AnyDbTest what we want to test.  Rather than painstakingly writing test code for xUnit test framework. So AnyDbTest is the right choice for DBA or DB developers.      </p>
<p>Features specific to AnyDbTest:<br />
*Writing test case with Xml, rather than Java/C++/C#/VB test case code.<br />
*Many kinds of assertion supported, such as StrictEqual, SetEqual, IsSupersetOf, Overlaps, and RecordCountEqual etc.<br />
*Allows using Excel spreadsheet/Xml as the source of the data for the tests.<br />
*Supports Sandbox test model, if test will be done in sandbox, all database operations will be rolled back meaning any changes will be undone.<br />
*Unique cross-different-type-database testing, which means target and reference result set can come from two databases, even one is SQL Server, another is Oracle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasha Cohen</title>
		<link>http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html/comment-page-1#comment-40</link>
		<dc:creator>Sasha Cohen</dc:creator>
		<pubDate>Sun, 06 Apr 2008 07:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/2008/01/unit-testing-the-database-tier.html#comment-40</guid>
		<description>Hey!...Thanks for the nice read, keep up the interesting posts..what a nice Sunday . &lt;a&gt;Sasha Cohen&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey!&#8230;Thanks for the nice read, keep up the interesting posts..what a nice Sunday . <a>Sasha Cohen</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

