<?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: Am I officially a &#8220;nerd&#8221;??</title>
	<atom:link href="http://nizarnoorani.com/index.php/archives/132/feed" rel="self" type="application/rss+xml" />
	<link>http://nizarnoorani.com/index.php/archives/132</link>
	<description></description>
	<lastBuildDate>Thu, 15 Dec 2011 18:31:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Nizar</title>
		<link>http://nizarnoorani.com/index.php/archives/132/comment-page-1#comment-6382</link>
		<dc:creator>Nizar</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://nizarnoorani.com/?p=132#comment-6382</guid>
		<description>Depends on what kind of testing you&#039;re doing.  If it&#039;s unit testing, then you should stub out the DB layer for at least the following reasons.  1.  You have more control over the fake data, 2.  There is no reason to run all the logic is the DB layer since you are unit testing.  3. Your unit test will be much faster.  

If you are doing an integrated test then yes you should hit the DB and run all the logic in between that.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Depends on what kind of testing you&#8217;re doing.  If it&#8217;s unit testing, then you should stub out the DB layer for at least the following reasons.  1.  You have more control over the fake data, 2.  There is no reason to run all the logic is the DB layer since you are unit testing.  3. Your unit test will be much faster.  </p>
<p>If you are doing an integrated test then yes you should hit the DB and run all the logic in between that.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisar</title>
		<link>http://nizarnoorani.com/index.php/archives/132/comment-page-1#comment-6375</link>
		<dc:creator>Nisar</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://nizarnoorani.com/?p=132#comment-6375</guid>
		<description>what is the best way of testing, should you go to db and pull data or stub/fake data?</description>
		<content:encoded><![CDATA[<p>what is the best way of testing, should you go to db and pull data or stub/fake data?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  nizarnoorani.com/index.php/archives/132/feed ) in 0.34370 seconds, on Feb 5th, 2012 at 7:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 8:46 am UTC -->
