<?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; Manual Testing</title>
	<atom:link href="http://www.natontesting.com/category/manual-testing/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>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>Test Case Interdependency</title>
		<link>http://www.natontesting.com/2007/07/12/test-case-interdependency/</link>
		<comments>http://www.natontesting.com/2007/07/12/test-case-interdependency/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 10:43:22 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Mistakes]]></category>
		<category><![CDATA[Test Management]]></category>
		<category><![CDATA[Testing Theory]]></category>
		<category><![CDATA[Test Case Management]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/2007/07/12/test-case-interdependency/</guid>
		<description><![CDATA[One of the most common ways of structuring a series of test cases is to make one test case dependent on the outcome of another. For example, Test Case &#8216;A&#8217; verifies the functionality surrounding the ability to create an account. &#8230; <a href="http://www.natontesting.com/2007/07/12/test-case-interdependency/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2007/07/12/test-case-interdependency/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Link to ISEB Testing study documents</title>
		<link>http://www.natontesting.com/2007/05/23/link-to-iseb-testing-study-documents/</link>
		<comments>http://www.natontesting.com/2007/05/23/link-to-iseb-testing-study-documents/#comments</comments>
		<pubDate>Wed, 23 May 2007 13:40:27 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Testing Theory]]></category>
		<category><![CDATA[ISEB]]></category>

		<guid isPermaLink="false">http://natontesting.com/?p=54</guid>
		<description><![CDATA[I did the ISEB exam a while ago. I didn&#8217;t revise for the exam, I just turned up and did it. It took a few minutes and I was done. I don&#8217;t have a high opinion of the exam &#8211; &#8230; <a href="http://www.natontesting.com/2007/05/23/link-to-iseb-testing-study-documents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2007/05/23/link-to-iseb-testing-study-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Conversion Testing</title>
		<link>http://www.natontesting.com/2007/05/06/data-conversion-testing/</link>
		<comments>http://www.natontesting.com/2007/05/06/data-conversion-testing/#comments</comments>
		<pubDate>Sun, 06 May 2007 03:23:46 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Data Conversion Testing]]></category>
		<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Testing Theory]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://natontesting.com/?p=51</guid>
		<description><![CDATA[(NB: I&#8217;m writing this about half a day after having *5* wisdom teeth out &#8211; bear with me&#8230;) Most projects involve some kind of data conversion from a legacy system. Testing data conversion it is boring as hell and very &#8230; <a href="http://www.natontesting.com/2007/05/06/data-conversion-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2007/05/06/data-conversion-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

