<?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>Nat On Testing</title>
	<atom:link href="http://www.natontesting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com</link>
	<description>nathaniel ritmeyer&#039;s thoughts on automated software testing</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Command Line Spotlight</title>
		<link>http://www.natontesting.com/2012/01/18/command-line-spotlight/</link>
		<comments>http://www.natontesting.com/2012/01/18/command-line-spotlight/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:15:06 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1472</guid>
		<description><![CDATA[Spotlight is probably my favourite thing about Mac OS X. I recently found out that it&#8217;s possible to use spotlight on the command line using the mdfind command. But, the arguments I have to pass to it to get what I &#8230; <a href="http://www.natontesting.com/2012/01/18/command-line-spotlight/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2012/01/18/command-line-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag based logic in Cucumber</title>
		<link>http://www.natontesting.com/2011/12/12/tag-based-logic-in-cucumber/</link>
		<comments>http://www.natontesting.com/2011/12/12/tag-based-logic-in-cucumber/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 18:39:36 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Test Management]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Test Case Management]]></category>
		<category><![CDATA[Test Data]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1456</guid>
		<description><![CDATA[Sometimes cucumber&#8217;s Before hook just doesn&#8217;t cut it. Here&#8217;s a nice hack that allows you to perform some logic during execution of cucumber scenarios when a tag is first come across: It&#8217;s a cucumber formatter that detects when a tag &#8230; <a href="http://www.natontesting.com/2011/12/12/tag-based-logic-in-cucumber/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/12/12/tag-based-logic-in-cucumber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bewildr 0.1.14</title>
		<link>http://www.natontesting.com/2011/11/06/bewildr-0-1-14/</link>
		<comments>http://www.natontesting.com/2011/11/06/bewildr-0-1-14/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 14:09:47 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[bewildr]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1447</guid>
		<description><![CDATA[Bewildr 0.1.14 is out &#8211; not a massive change: Added a #drag method to Bewildr::Element that works in the same way as the old Bewildr::Mouse#drag_to method &#8211; see here for an example Removed the dependency on ActiveSupport Tidied up the &#8230; <a href="http://www.natontesting.com/2011/11/06/bewildr-0-1-14/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/11/06/bewildr-0-1-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending ruby&#8217;s RestClient to allow Varnish&#8217;s HTTP PURGE</title>
		<link>http://www.natontesting.com/2011/11/01/extending-rubys-restclient-to-allow-varnishs-http-purge/</link>
		<comments>http://www.natontesting.com/2011/11/01/extending-rubys-restclient-to-allow-varnishs-http-purge/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 12:13:06 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1438</guid>
		<description><![CDATA[Just a quick patch that allows me to purge Varnish&#8217;s cache using their custom http PURGE method: To use it just copy it into a file that gets required. Hope that helps!]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/11/01/extending-rubys-restclient-to-allow-varnishs-http-purge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precision Failure</title>
		<link>http://www.natontesting.com/2011/10/31/precision-failure/</link>
		<comments>http://www.natontesting.com/2011/10/31/precision-failure/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 21:30:31 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[RSpec]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1426</guid>
		<description><![CDATA[When tests fail it&#8217;s nice to know why. The more precise a failure message is and the less time required to investigate why the test failed, the better. When trying to find out what broke the test, this&#8230; Failure/Error: search_field.should_not &#8230; <a href="http://www.natontesting.com/2011/10/31/precision-failure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/10/31/precision-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Locator Reference/Cheat Sheet for XPath people</title>
		<link>http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/</link>
		<comments>http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 14:44:04 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1398</guid>
		<description><![CDATA[One of the main factors in maintainable web testing is how good your element locators are. I&#8217;ve always used xpath since I&#8217;ve found it reliable and requiring very little maintenance (see this comment thread). But after playing with css locators &#8230; <a href="http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Step-by-step example of BDD&#8217;ing a WPF app with Cucumber, RSpec, IronRuby and Bewildr</title>
		<link>http://www.natontesting.com/2011/08/27/step-by-step-example-of-bdding-a-wpf-app-with-cucumber-rspec-ironruby-and-bewildr/</link>
		<comments>http://www.natontesting.com/2011/08/27/step-by-step-example-of-bdding-a-wpf-app-with-cucumber-rspec-ironruby-and-bewildr/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 15:02:59 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[bewildr]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1315</guid>
		<description><![CDATA[In this tutorial, we&#8217;ll go through the BDD cycle step-by-step and develop a small Microsoft WPF app to solve a contrived problem. We&#8217;ll go through how to specify the desired features in cucumber, how to implement the steps in ironruby &#8230; <a href="http://www.natontesting.com/2011/08/27/step-by-step-example-of-bdding-a-wpf-app-with-cucumber-rspec-ironruby-and-bewildr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/08/27/step-by-step-example-of-bdding-a-wpf-app-with-cucumber-rspec-ironruby-and-bewildr/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bewildr 0.1.13</title>
		<link>http://www.natontesting.com/2011/07/05/bewildr-0-1-13/</link>
		<comments>http://www.natontesting.com/2011/07/05/bewildr-0-1-13/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 20:44:30 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[bewildr]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Automated Testing]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1307</guid>
		<description><![CDATA[[So much for the hope of doing "more frequent releases"...] It&#8217;s update time again. A few additions to the API, and a couple of changes. First, the additions: Added a &#8216;wait_for&#8217; alias to &#8216;wait_for_existence_of&#8217; &#8211; much nicer Added Bewildr::Application#process to &#8230; <a href="http://www.natontesting.com/2011/07/05/bewildr-0-1-13/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2011/07/05/bewildr-0-1-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

