<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joseph Wilk &#187; Cucumber</title>
	<atom:link href="http://blog.josephwilk.net/tag/cucumber/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.josephwilk.net</link>
	<description>on AI, The Web, Usability, Testing &#38; Software process</description>
	<lastBuildDate>Tue, 26 Jul 2011 17:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Page Object Pattern</title>
		<link>http://blog.josephwilk.net/cucumber/page-object-pattern.html</link>
		<comments>http://blog.josephwilk.net/cucumber/page-object-pattern.html#comments</comments>
		<pubDate>Wed, 09 Mar 2011 12:00:23 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1965</guid>
		<description><![CDATA[What Is the Page Object Pattern? The Page model is a pattern that maps a UI page to a class, where for example a page could be a HTML page. The functionality to interact or make assertions about that that page is captured within the Page class. Then these methods may be called by a test. [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/page-object-pattern.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Allowing Features to Breathe</title>
		<link>http://blog.josephwilk.net/acceptance-testing/allowing-features-to-breathe.html</link>
		<comments>http://blog.josephwilk.net/acceptance-testing/allowing-features-to-breathe.html#comments</comments>
		<pubDate>Wed, 17 Nov 2010 16:42:22 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Acceptance Testing]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1909</guid>
		<description><![CDATA[Your Cucumber features are living documentation. The world is evolving around them and without exposure they tend to rot. Evolving language When features are written we use a snapshot of the domain language at some specific timeframe. This ubiquitous language changes and grows outside the codebase and is influenced by more than just developers. When do we [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/acceptance-testing/allowing-features-to-breathe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance Testing Lifecycle</title>
		<link>http://blog.josephwilk.net/acceptance-testing/acceptance-testing-lifecycle.html</link>
		<comments>http://blog.josephwilk.net/acceptance-testing/acceptance-testing-lifecycle.html#comments</comments>
		<pubDate>Fri, 12 Nov 2010 23:29:57 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Acceptance Testing]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1842</guid>
		<description><![CDATA[Through various meetings at Agile2010 and London agile testing meetings Gojko Adzic and others have been converging on a common language to talk about Acceptance testing and the different phases. In doing so we have fleshed out a lifecycle for Acceptance testing. Seeing a wider picture of the lifecycle helped me gain a better scope of [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/acceptance-testing/acceptance-testing-lifecycle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited Red Demo with Cucumber</title>
		<link>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html</link>
		<comments>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html#comments</comments>
		<pubDate>Thu, 09 Sep 2010 19:50:45 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1797</guid>
		<description><![CDATA[A demonstration of working with Limited Red (previously known as CukeMax) on a Cucumber project. Using Limited Red with a cucumber project from Joseph Wilk]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Limiting Red: Smarter Test Builds Through Metrics</title>
		<link>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html</link>
		<comments>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 02:28:31 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1630</guid>
		<description><![CDATA[The Current State of the Art In the Ruby world there is a wealth of metrics which can provide insight into our code. Looking at such things as: Structural similar code (Flay) Complexity (Flog) Cyclic complexity (Saikuro) Code smells (Reek) Design issues (Roodi) File change frequencies (Churn) When it comes to metrics involving our tests we [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cucumber Patterns</title>
		<link>http://blog.josephwilk.net/cucumber/cucumber-patterns.html</link>
		<comments>http://blog.josephwilk.net/cucumber/cucumber-patterns.html#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:13:37 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1670</guid>
		<description><![CDATA[At Songkick.com we have developed a number of patterns to make it easier to write Cucumber features. I thought I would start sharing some of those patterns here. So here is the first one: Implicit Reference Pattern Make use of implicit references to previously discussed topics to produce scenarios which are easier to read and [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/cucumber-patterns.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

