<?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; Testing</title>
	<atom:link href="http://blog.josephwilk.net/tag/testing/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>Mining Cucumber Features</title>
		<link>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html</link>
		<comments>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:00:23 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Datamining]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=2261</guid>
		<description><![CDATA[Failure Rates vs Change Rates I&#8217;ve been spending a lot of  time recently data mining our test suite at Songkick.com. I&#8217;ve been using our own internal version of www.limited-red.com which records all our test fails for every build on our continuous integration server. With the Cucumber features I decided to plot the number of times a feature file [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testing Outside of the Ruby World</title>
		<link>http://blog.josephwilk.net/testing/testing-outside-of-the-ruby-world.html</link>
		<comments>http://blog.josephwilk.net/testing/testing-outside-of-the-ruby-world.html#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:48:29 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=2159</guid>
		<description><![CDATA[I recently spoke at the Scotland Ruby Conference about interesting testing tools and ideas outside of the Ruby community. The goal was to inspire the Ruby community to push the state of the art in testing. Slides View more presentations from Joseph Wilk Further Resources QuickCheck &#8211; Haskell McErlang &#8211; Erlang Midje &#8211; Clojure Ioke [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/testing/testing-outside-of-the-ruby-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

