<?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 for Test Obsessed</title>
	<atom:link href="http://testobsessed.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://testobsessed.com</link>
	<description>Because empirical evidence trumps speculation. Every. Single. Time. (Elisabeth Hendrickson&#039;s thoughts on Agile, Testing, and Agile Testing.)</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:24:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Agile Adjustments: a WordCount Story by Ulrika Malmgren</title>
		<link>http://testobsessed.com/blog/2012/01/05/agile-adjustments-a-wordcount-story/comment-page-1/#comment-16466</link>
		<dc:creator>Ulrika Malmgren</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=755#comment-16466</guid>
		<description>I keep seeing how teams try to solve problems by appointing a key person to handle the problem. For me this means that you shift responsibility of the problem to someone else. Each team member no longer needs to take individual responsibility since there is a role designated for it. 

In your example, team members didn&#039;t really need to focus on code quality since the Code Czar had that responsibility. Or when programmers struggle with their branching strategy, they start talking about appointing a change manager who would do the merging instead of raising the awareness of all team members about how branching works. 

This means that I&#039;m beginning to hear warning bells in retrospectives when those kind of improvements are being mentioned. For me, it&#039;s a symptom of not focusing on the root cause. I think we often forget to ask the &quot;why&quot; and just jump into a proposed solution without really evaluating it. 

Nice post!</description>
		<content:encoded><![CDATA[<p>I keep seeing how teams try to solve problems by appointing a key person to handle the problem. For me this means that you shift responsibility of the problem to someone else. Each team member no longer needs to take individual responsibility since there is a role designated for it. </p>
<p>In your example, team members didn&#8217;t really need to focus on code quality since the Code Czar had that responsibility. Or when programmers struggle with their branching strategy, they start talking about appointing a change manager who would do the merging instead of raising the awareness of all team members about how branching works. </p>
<p>This means that I&#8217;m beginning to hear warning bells in retrospectives when those kind of improvements are being mentioned. For me, it&#8217;s a symptom of not focusing on the root cause. I think we often forget to ask the &#8220;why&#8221; and just jump into a proposed solution without really evaluating it. </p>
<p>Nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures with Auto-Generated Tests and RSpec by Glen Newton</title>
		<link>http://testobsessed.com/blog/2009/09/04/adventures-with-auto-generated-tests-and-rspec/comment-page-1/#comment-16375</link>
		<dc:creator>Glen Newton</dc:creator>
		<pubDate>Wed, 01 Feb 2012 16:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=223#comment-16375</guid>
		<description>My colleague tried the following and it failed:

x=0
while x&lt;10 do
      it &quot;should be able to solve [#{x}]&quot; do
        x += 1
      end
    end

This &#039;while&#039; does not behave as expected....It just loops infinitely

Yet this works OK:

(0..9).each do &#124;x&#124;
      it &quot;should be able to solve [#{x}]&quot; do
      end
    end

Any explanation?

rspec -version 2.7.1</description>
		<content:encoded><![CDATA[<p>My colleague tried the following and it failed:</p>
<p>x=0<br />
while x&lt;10 do<br />
      it &quot;should be able to solve [#{x}]&quot; do<br />
        x += 1<br />
      end<br />
    end</p>
<p>This &#039;while&#039; does not behave as expected&#8230;.It just loops infinitely</p>
<p>Yet this works OK:</p>
<p>(0..9).each do |x|<br />
      it &quot;should be able to solve [#{x}]&quot; do<br />
      end<br />
    end</p>
<p>Any explanation?</p>
<p>rspec -version 2.7.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Agile Teams Don&#039;t Need Process QA by Are you obsessed with testing ? &#187; Technology Cafe</title>
		<link>http://testobsessed.com/blog/2006/11/17/why-agile-teams-dont-need-process-qa/comment-page-1/#comment-16369</link>
		<dc:creator>Are you obsessed with testing ? &#187; Technology Cafe</dc:creator>
		<pubDate>Wed, 01 Feb 2012 14:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/wordpress/2006/11/17/why-agile-teams-dont-need-process-qa/#comment-16369</guid>
		<description>[...] Kent Beck&#8217;s talk at Quality week She starts the presentation by quoting Kent Beck&#8217;s presentation at Quality Week way back in [...]</description>
		<content:encoded><![CDATA[<p>[...] Kent Beck&#8217;s talk at Quality week She starts the presentation by quoting Kent Beck&#8217;s presentation at Quality Week way back in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s a Book! by Erik</title>
		<link>http://testobsessed.com/blog/2012/01/09/its-a-book/comment-page-1/#comment-16041</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=756#comment-16041</guid>
		<description>That&#039;s pretty awesome.  Thanks for the post and the link to leanpub - I think that I could assemble a few different themes of my blog posts into their own little books.  It&#039;s nice to know there&#039;s something that makes it so easy.

I downloaded your sample as well and plan to read through it over the next week or so.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty awesome.  Thanks for the post and the link to leanpub &#8211; I think that I could assemble a few different themes of my blog posts into their own little books.  It&#8217;s nice to know there&#8217;s something that makes it so easy.</p>
<p>I downloaded your sample as well and plan to read through it over the next week or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by Sonali</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-16006</link>
		<dc:creator>Sonali</dc:creator>
		<pubDate>Mon, 23 Jan 2012 17:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-16006</guid>
		<description>Thanks for sharing this..This is good approach &amp; I could very well relate to the similar discussions/resistance that comes up from team whenever we try to bring any change or improvements.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this..This is good approach &amp; I could very well relate to the similar discussions/resistance that comes up from team whenever we try to bring any change or improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by B.J. Johnson</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-16002</link>
		<dc:creator>B.J. Johnson</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-16002</guid>
		<description>This is a *classic* technique from just about any kind of psychological or psychiatric therapy routine.  It&#039;s actually surprising that more people don&#039;t use it, given its exposure in popular culture because it works really well in many, many situations.

Thanks for sharing it with us so we can see how it applies in *our* environment!</description>
		<content:encoded><![CDATA[<p>This is a *classic* technique from just about any kind of psychological or psychiatric therapy routine.  It&#8217;s actually surprising that more people don&#8217;t use it, given its exposure in popular culture because it works really well in many, many situations.</p>
<p>Thanks for sharing it with us so we can see how it applies in *our* environment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by Bob Allen</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-15954</link>
		<dc:creator>Bob Allen</dc:creator>
		<pubDate>Sun, 22 Jan 2012 18:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-15954</guid>
		<description>Had heard you speak of Dale&#039;s technique before but not had the pleasure of having it so well laid out. Like so many things from Dale, it sounds intuitively obvious -- once it&#039;s explained. Thanks to the both of you.</description>
		<content:encoded><![CDATA[<p>Had heard you speak of Dale&#8217;s technique before but not had the pleasure of having it so well laid out. Like so many things from Dale, it sounds intuitively obvious &#8212; once it&#8217;s explained. Thanks to the both of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by Mohinder Khosla</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-15917</link>
		<dc:creator>Mohinder Khosla</dc:creator>
		<pubDate>Sat, 21 Jan 2012 18:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-15917</guid>
		<description>If you can find out exactly where they are coming from you can make your arguments effective by being in that scenario. You can bend people&#039;s views if you work hard on them where your views are stronger than their. Stronger smell is always overpowering.</description>
		<content:encoded><![CDATA[<p>If you can find out exactly where they are coming from you can make your arguments effective by being in that scenario. You can bend people&#8217;s views if you work hard on them where your views are stronger than their. Stronger smell is always overpowering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by J. B. Rainsberger</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-15912</link>
		<dc:creator>J. B. Rainsberger</dc:creator>
		<pubDate>Sat, 21 Jan 2012 17:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-15912</guid>
		<description>Classic tactics that, when I remember to use them, serve me pretty well. Thank you for the reminder.</description>
		<content:encoded><![CDATA[<p>Classic tactics that, when I remember to use them, serve me pretty well. Thank you for the reminder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s a Nice Theory by YvesHanoulle</title>
		<link>http://testobsessed.com/blog/2012/01/21/thats-a-nice-theory/comment-page-1/#comment-15911</link>
		<dc:creator>YvesHanoulle</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://testobsessed.com/?p=758#comment-15911</guid>
		<description>or ask: how could be make it worse.
When people are blocked, it might help them to see that they can change the situation. If They can make it worse, there are chances they can also make it better.</description>
		<content:encoded><![CDATA[<p>or ask: how could be make it worse.<br />
When people are blocked, it might help them to see that they can change the situation. If They can make it worse, there are chances they can also make it better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

