<?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: How Much Testing Is Enough?</title>
	<atom:link href="http://regulargeek.com/2009/06/12/how-much-testing-is-enough/feed/" rel="self" type="application/rss+xml" />
	<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/</link>
	<description>Where programming, the internet and social media collide.</description>
	<lastBuildDate>Mon, 21 May 2012 05:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Simca</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2864</link>
		<dc:creator>Simca</dc:creator>
		<pubDate>Fri, 11 Sep 2009 01:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2864</guid>
		<description>Right now i just using unit test for testing.</description>
		<content:encoded><![CDATA[<p>Right now i just using unit test for testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What Does Your Development Environment Look Like? &#124; Regular Geek</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2548</link>
		<dc:creator>What Does Your Development Environment Look Like? &#124; Regular Geek</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2548</guid>
		<description>[...] may seem a little off, but the idea is that you need to know if you have left something untested. My understanding is that you want to achieve over 90% test coverage, and hopefully about 95%. That last 5% is [...]</description>
		<content:encoded><![CDATA[<p>[...] may seem a little off, but the idea is that you need to know if you have left something untested. My understanding is that you want to achieve over 90% test coverage, and hopefully about 95%. That last 5% is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahryar ghazi</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2398</link>
		<dc:creator>shahryar ghazi</dc:creator>
		<pubDate>Tue, 16 Jun 2009 11:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2398</guid>
		<description>thanks for sharing ... very helpful indeed</description>
		<content:encoded><![CDATA[<p>thanks for sharing &#8230; very helpful indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robdiana</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2397</link>
		<dc:creator>robdiana</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2397</guid>
		<description>Julio

I definitely agree that you need higher level and lower level tests. The question of test coverage is not whether you are testing anything, but more that the test coverage does not need to be as complete as the lower levels.

At the &quot;system&quot; level, you do not want to try to get 90% code coverage because that would be tremendously difficult to do. However, at the system level you do want 90% or even 100% requirement coverage.</description>
		<content:encoded><![CDATA[<p>Julio</p>
<p>I definitely agree that you need higher level and lower level tests. The question of test coverage is not whether you are testing anything, but more that the test coverage does not need to be as complete as the lower levels.</p>
<p>At the &#8220;system&#8221; level, you do not want to try to get 90% code coverage because that would be tremendously difficult to do. However, at the system level you do want 90% or even 100% requirement coverage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robdiana</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2396</link>
		<dc:creator>robdiana</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2396</guid>
		<description>Tracy

The basic idea, which I did not really include, is that all of the tests are based on requirements. Admittedly, I completely assumed that part. Unit tests are really only helpful if they test something that someone has identified as a requirement, or it is a programmer requirement. If there is no requirement for what you are writing, why are you writing it?</description>
		<content:encoded><![CDATA[<p>Tracy</p>
<p>The basic idea, which I did not really include, is that all of the tests are based on requirements. Admittedly, I completely assumed that part. Unit tests are really only helpful if they test something that someone has identified as a requirement, or it is a programmer requirement. If there is no requirement for what you are writing, why are you writing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julio</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2395</link>
		<dc:creator>julio</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2395</guid>
		<description>lower and higher level tests, both are a must have. It&#039;s not a either-or situation. To use a cooking analogy. Unit testing is making sure you have the best and freshest ingredients before you start the cooking. Functional and accepting testing is at a higher level, while your dish is starting to take shape.

Well, I know that in cooking as in programming, I need both levels of testing.</description>
		<content:encoded><![CDATA[<p>lower and higher level tests, both are a must have. It&#8217;s not a either-or situation. To use a cooking analogy. Unit testing is making sure you have the best and freshest ingredients before you start the cooking. Functional and accepting testing is at a higher level, while your dish is starting to take shape.</p>
<p>Well, I know that in cooking as in programming, I need both levels of testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Harms</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2394</link>
		<dc:creator>Tracy Harms</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2394</guid>
		<description>Tests help only insofar as they fit the requirements. One concern I have with TDD is how little attention it seems to put toward identifying output requirements.

Does TDD build on an existing discipline of determining output requirements? I&#039;d be surprised if such a discipline could be quietly implied. Instead, I expect a lot of overt attention must go toward the processes of identifying what the software must do.</description>
		<content:encoded><![CDATA[<p>Tests help only insofar as they fit the requirements. One concern I have with TDD is how little attention it seems to put toward identifying output requirements.</p>
<p>Does TDD build on an existing discipline of determining output requirements? I&#8217;d be surprised if such a discipline could be quietly implied. Instead, I expect a lot of overt attention must go toward the processes of identifying what the software must do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ber2</title>
		<link>http://regulargeek.com/2009/06/12/how-much-testing-is-enough/comment-page-1/#comment-2391</link>
		<dc:creator>Ber2</dc:creator>
		<pubDate>Mon, 15 Jun 2009 03:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://regulargeek.com/?p=728#comment-2391</guid>
		<description>Great article. Thanks for the sharing.</description>
		<content:encoded><![CDATA[<p>Great article. Thanks for the sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

