<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Nat On Testing &#187; Automated Testing</title>
	<atom:link href="http://www.natontesting.com/tag/automated-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com</link>
	<description>nathaniel ritmeyer&#039;s thoughts on automated UI testing</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:08:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license>		<item>
		<title>Announcing &#8216;responsalizr&#8217; &#8211; test HTTP Response Codes in Ruby</title>
		<link>http://www.natontesting.com/2010/09/06/announcing-responsalizr-test-http-response-codes-in-ruby/</link>
		<comments>http://www.natontesting.com/2010/09/06/announcing-responsalizr-test-http-response-codes-in-ruby/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:56:30 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[responsalizr]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1060</guid>
		<description><![CDATA[Get it here: gem install responsalizr Responsalizr is a very small and very simple gem I&#8217;ve written that extends the standard ruby Net::HTTPResponse class with a few methods to allow for idiomatic testing of HTTP response codes. The methods added &#8230; <a href="http://www.natontesting.com/2010/09/06/announcing-responsalizr-test-http-response-codes-in-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/09/06/announcing-responsalizr-test-http-response-codes-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bewildr + Cucumber Example</title>
		<link>http://www.natontesting.com/2010/08/31/bewildr-cucumber-example/</link>
		<comments>http://www.natontesting.com/2010/08/31/bewildr-cucumber-example/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 21:59:12 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[bewildr]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1054</guid>
		<description><![CDATA[The DotNetDevDude has a good write up on how he got started with cucumber and bewildr. Take a look! Bookmark to:]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/08/31/bewildr-cucumber-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IronRuby vs. Gherkin &#8211; a temporary fix</title>
		<link>http://www.natontesting.com/2010/08/13/ironruby-vs-gherkin-a-temporary-fix/</link>
		<comments>http://www.natontesting.com/2010/08/13/ironruby-vs-gherkin-a-temporary-fix/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 17:32:14 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Automated Testing]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1039</guid>
		<description><![CDATA[IronRuby doesn&#8217;t currently work with the latest versions of cucumber. This is a known bug and is a real pain. There is a work around, and it&#8217;s kinda rubbish: don&#8217;t use any versions of cucumber &#62; 0.6.3. After that version, &#8230; <a href="http://www.natontesting.com/2010/08/13/ironruby-vs-gherkin-a-temporary-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/08/13/ironruby-vs-gherkin-a-temporary-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Ruby? Here&#8217;s the book for you&#8230;</title>
		<link>http://www.natontesting.com/2010/08/05/learning-ruby-heres-the-book-for-you/</link>
		<comments>http://www.natontesting.com/2010/08/05/learning-ruby-heres-the-book-for-you/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 22:37:45 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=1029</guid>
		<description><![CDATA[Something I get asked over and over again: &#8220;Can you recommend a book that will improve my ruby skills?&#8221; There are quite a few ruby books out there, but here&#8217;s what has become my standard answer: &#8220;Learning Ruby&#8220;, published by &#8230; <a href="http://www.natontesting.com/2010/08/05/learning-ruby-heres-the-book-for-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/08/05/learning-ruby-heres-the-book-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing &#8216;bewildr&#8217; &#8211; test your WPF UI apps with IronRuby</title>
		<link>http://www.natontesting.com/2010/07/20/announcing-bewildr-test-your-wpf-ui-apps-with-ironruby/</link>
		<comments>http://www.natontesting.com/2010/07/20/announcing-bewildr-test-your-wpf-ui-apps-with-ironruby/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 20:17:32 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bewildr]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=977</guid>
		<description><![CDATA[Get it here: http://www.bewildr.info After writing an automation framework to test a WPF GUI using IronRuby and White, I decided to write a ruby-specific gem for automating WPF UI tests. Kinda like Watir, but for WPF instead of the web. The &#8230; <a href="http://www.natontesting.com/2010/07/20/announcing-bewildr-test-your-wpf-ui-apps-with-ironruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/07/20/announcing-bewildr-test-your-wpf-ui-apps-with-ironruby/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testing a website on different versions of IE</title>
		<link>http://www.natontesting.com/2010/05/12/testing-a-website-on-different-versions-of-ie/</link>
		<comments>http://www.natontesting.com/2010/05/12/testing-a-website-on-different-versions-of-ie/#comments</comments>
		<pubDate>Wed, 12 May 2010 23:45:47 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[General Testing Stuff]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=913</guid>
		<description><![CDATA[So, no matter how much you argue that it&#8217;s an ancient, irrelevant browser; there&#8217;s no way you can wriggle out of having to test your web app against IE6 on WinXP. But&#8230; trying to find a machine with it lying &#8230; <a href="http://www.natontesting.com/2010/05/12/testing-a-website-on-different-versions-of-ie/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/05/12/testing-a-website-on-different-versions-of-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explaining Watir, Selenium and WebDriver</title>
		<link>http://www.natontesting.com/2010/04/14/explaining-watir-selenium-and-webdriver/</link>
		<comments>http://www.natontesting.com/2010/04/14/explaining-watir-selenium-and-webdriver/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 17:31:22 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[General Testing Stuff]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Firewatir]]></category>
		<category><![CDATA[WebDriver]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=878</guid>
		<description><![CDATA[Something I seem to be explaining to people all the time&#8230; the relationships between Watir, Watir &#8220;2.0&#8243;, Selenium, Selenium &#8220;2.0&#8243; and WebDriver. Alister Scott has done an excellent job of explaining the impact of WebDriver on Selenium and Watir and &#8230; <a href="http://www.natontesting.com/2010/04/14/explaining-watir-selenium-and-webdriver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/04/14/explaining-watir-selenium-and-webdriver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
