<?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</title>
	<atom:link href="http://www.natontesting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com</link>
	<description>thoughts on automated UI testing</description>
	<lastBuildDate>Tue, 20 Jul 2010 22:43:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license>		<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>0</slash:comments>
		</item>
		<item>
		<title>How to get the submodules of a ruby module</title>
		<link>http://www.natontesting.com/2010/06/30/how-to-get-the-submodules-of-a-ruby-module/</link>
		<comments>http://www.natontesting.com/2010/06/30/how-to-get-the-submodules-of-a-ruby-module/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 18:38:04 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=959</guid>
		<description><![CDATA[I needed to be able to find out what modules were defined inside a particular ruby module. Kinda like wanting to find out what child namespaces exist for a module. It&#8217;s probably more easily explained with an example. Given the &#8230; <a href="http://www.natontesting.com/2010/06/30/how-to-get-the-submodules-of-a-ruby-module/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/06/30/how-to-get-the-submodules-of-a-ruby-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans &#8216;Cucumber Features&#8217; plugin in Beta!</title>
		<link>http://www.natontesting.com/2010/06/07/netbeans-cucumber-features-plugin-in-beta/</link>
		<comments>http://www.natontesting.com/2010/06/07/netbeans-cucumber-features-plugin-in-beta/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:41:07 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=950</guid>
		<description><![CDATA[The best ruby IDE, Netbeans, now has a Cucumber plugin in beta! It&#8217;s the old &#8220;QuBiT&#8221; plugin that I&#8217;ve been using for a while though it looks like it&#8217;s been rebranded as the &#8220;Cucumber Features&#8221; plugin. Here it is: As &#8230; <a href="http://www.natontesting.com/2010/06/07/netbeans-cucumber-features-plugin-in-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/06/07/netbeans-cucumber-features-plugin-in-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically take screenshot in IronRuby</title>
		<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/</link>
		<comments>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:53:41 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Test Management]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Test Case Management]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=941</guid>
		<description><![CDATA[After figuring out how to take a screenshot using .Net, I translated the C# I came up with to IronRuby. Now, when any of my IronRuby-powered tests fail, I take a screenshot &#8211; saves loads of time when trying to &#8230; <a href="http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ThoughtWorks Anthology: Agile vs Waterfall Testing</title>
		<link>http://www.natontesting.com/2010/06/02/thoughtworks-anthology-agile-vs-waterfall-testing/</link>
		<comments>http://www.natontesting.com/2010/06/02/thoughtworks-anthology-agile-vs-waterfall-testing/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:38:23 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile testing]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=926</guid>
		<description><![CDATA[A pragprog book by the title &#8220;ThoughtWorks Anthology &#8211; Essays on Software, Technology and Innovation&#8221; has been hanging around the office gathering dust for the past few months. While waiting for a regression test run to finish today, I picked &#8230; <a href="http://www.natontesting.com/2010/06/02/thoughtworks-anthology-agile-vs-waterfall-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/06/02/thoughtworks-anthology-agile-vs-waterfall-testing/feed/</wfw:commentRss>
		<slash:comments>0</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>How to show all cookies for a page</title>
		<link>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/</link>
		<comments>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/#comments</comments>
		<pubDate>Wed, 12 May 2010 23:22:31 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=907</guid>
		<description><![CDATA[It&#8217;s not always that you can test a website from the comfort of Firefox + Firebug + FireCookie. When you have to use another browser where checking cookies isn&#8217;t so much fun (er&#8230; that&#8217;s all of them but firefox), you &#8230; <a href="http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
