<?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 &#187; Test Data</title>
	<atom:link href="http://www.natontesting.com/tag/test-data/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>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>How to clear IE cookies on the command line</title>
		<link>http://www.natontesting.com/2010/05/10/how-to-clear-ie-cookies-on-the-command-line/</link>
		<comments>http://www.natontesting.com/2010/05/10/how-to-clear-ie-cookies-on-the-command-line/#comments</comments>
		<pubDate>Mon, 10 May 2010 17:12:43 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Test Case Management]]></category>
		<category><![CDATA[Test Data]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=897</guid>
		<description><![CDATA[If you want to clear IE cookies on the command line, here&#8217;s what you&#8217;re after: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 More options available here: http://www.howtogeek.com/howto/windows/clear-ie7-browsing-history-from-the-command-line/]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/05/10/how-to-clear-ie-cookies-on-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect to an Oracle database in IronRuby</title>
		<link>http://www.natontesting.com/2010/04/21/how-to-connect-to-an-oracle-database-in-ironruby/</link>
		<comments>http://www.natontesting.com/2010/04/21/how-to-connect-to-an-oracle-database-in-ironruby/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 17:16:24 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Test Data]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=884</guid>
		<description><![CDATA[After spending a few hours trying to connect to an oracle database in ironruby using various gems, I gave up. None of the gems out there would work, each for a different reason. It was time to write my own &#8230; <a href="http://www.natontesting.com/2010/04/21/how-to-connect-to-an-oracle-database-in-ironruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/04/21/how-to-connect-to-an-oracle-database-in-ironruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Careful with that Test Data&#8230;</title>
		<link>http://www.natontesting.com/2007/09/15/careful-with-that-test-data/</link>
		<comments>http://www.natontesting.com/2007/09/15/careful-with-that-test-data/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 06:08:42 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[General Testing Stuff]]></category>
		<category><![CDATA[Test Data]]></category>
		<category><![CDATA[Mistakes]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/2007/09/15/careful-with-that-test-data/</guid>
		<description><![CDATA[It doesn&#8217;t happen too often but when it does, it&#8217;s hilarious: test data escaping the testing environment. I&#8217;ve heard of this happening a few times, but here&#8217;s the funiest one so far: http://catless.ncl.ac.uk/Risks/14.89.html#subj3]]></description>
		<wfw:commentRss>http://www.natontesting.com/2007/09/15/careful-with-that-test-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

