<?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: A Real Testing Example</title>
	<atom:link href="http://pathfindersoftware.com/2009/07/a-real-testing-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pathfinder Development &#124; Software Developers &#124; Blogs &#124; Real Testing Example, Part Two</title>
		<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/#comment-9674</link>
		<dc:creator>Pathfinder Development &#124; Software Developers &#124; Blogs &#124; Real Testing Example, Part Two</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3265#comment-9674</guid>
		<description>[...] with upward of two people saying nice things about last week&#8217;s post, I&#8217;ve decided to keep going with part two of a look at some real testing [...]</description>
		<content:encoded><![CDATA[<p>[...] with upward of two people saying nice things about last week&#8217;s post, I&#8217;ve decided to keep going with part two of a look at some real testing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel Rappin</title>
		<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/#comment-9673</link>
		<dc:creator>Noel Rappin</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3265#comment-9673</guid>
		<description>John -- thanks, my Regex skills are not the best, and this will help me a lot.</description>
		<content:encoded><![CDATA[<p>John &#8212; thanks, my Regex skills are not the best, and this will help me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Miller</title>
		<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/#comment-9672</link>
		<dc:creator>John Miller</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3265#comment-9672</guid>
		<description>In the interest of clean code when writing the Regular Expression for a step:

1)  The use of (?:foo&#124;bar) to group but not capture will keep things like &#039;plural&#039; or &#039;verb&#039; from getting in the way.

2)  Using (.*) is a recipe for conflicting steps.  If you want to capture a number (integer) use (\d+); a single word (\w*).  Most plurals can be formed by adding &#039;s?&#039;. e.g /(\d+) messages?/ will capture an integer and match &quot;1 message&quot; and &quot;5 messages.&quot;</description>
		<content:encoded><![CDATA[<p>In the interest of clean code when writing the Regular Expression for a step:</p>
<p>1)  The use of (?:foo|bar) to group but not capture will keep things like &#8216;plural&#8217; or &#8216;verb&#8217; from getting in the way.</p>
<p>2)  Using (.*) is a recipe for conflicting steps.  If you want to capture a number (integer) use (\d+); a single word (\w*).  Most plurals can be formed by adding &#8216;s?&#8217;. e.g /(\d+) messages?/ will capture an integer and match &#8220;1 message&#8221; and &#8220;5 messages.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Litwin</title>
		<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/#comment-9671</link>
		<dc:creator>Eric Litwin</dc:creator>
		<pubDate>Sun, 19 Jul 2009 05:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3265#comment-9671</guid>
		<description>Thanks for posting this. It&#039;s always interesting to learn how others balance the ratio of Cucumber to RSpec (controller/model/view) testing - it&#039;s something I&#039;m always questioning in my projects.

This has also convinced me that my Cucumber features tend to be a bit to explicit, and that I should favor the implicit style a bit more going forward.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It&#8217;s always interesting to learn how others balance the ratio of Cucumber to RSpec (controller/model/view) testing &#8211; it&#8217;s something I&#8217;m always questioning in my projects.</p>
<p>This has also convinced me that my Cucumber features tend to be a bit to explicit, and that I should favor the implicit style a bit more going forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Sarnacki</title>
		<link>http://pathfindersoftware.com/2009/07/a-real-testing-example/#comment-9670</link>
		<dc:creator>Piotr Sarnacki</dc:creator>
		<pubDate>Sat, 18 Jul 2009 20:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3265#comment-9670</guid>
		<description>Great post! Keep going, it&#039;s hard to find good real world examples of code with tests and description :)</description>
		<content:encoded><![CDATA[<p>Great post! Keep going, it&#8217;s hard to find good real world examples of code with tests and description <img src='http://pathfindersoftware.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-10 00:39:03 -->
