<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>AutoTestGeek</title>
	<atom:link href="http://khughes88.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://khughes88.wordpress.com</link>
	<description>Watir and Automated Testing</description>
	<lastBuildDate>Tue, 14 Jun 2011 14:58:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='khughes88.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>AutoTestGeek</title>
		<link>http://khughes88.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://khughes88.wordpress.com/osd.xml" title="AutoTestGeek" />
	<atom:link rel='hub' href='http://khughes88.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fitnesse and Selenium Tutorial</title>
		<link>http://khughes88.wordpress.com/2011/01/06/fitnesse-and-selenium-tutorial/</link>
		<comments>http://khughes88.wordpress.com/2011/01/06/fitnesse-and-selenium-tutorial/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:38:58 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[Fitnesse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Slim]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=94</guid>
		<description><![CDATA[For recent Proof of Concept work I needed to get a simple Fitnesse script to drive a browser using selenium. I was expecting to work with existing Selenium test code in Java, so I wanted to interact directly with the &#8230; <a href="http://khughes88.wordpress.com/2011/01/06/fitnesse-and-selenium-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=94&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2011/01/06/fitnesse-and-selenium-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Put Cucumber test results online quickly with Sinatra</title>
		<link>http://khughes88.wordpress.com/2010/10/05/put-cucumber-test-results-online-with-sinatra/</link>
		<comments>http://khughes88.wordpress.com/2010/10/05/put-cucumber-test-results-online-with-sinatra/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 13:07:22 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[Watir]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=83</guid>
		<description><![CDATA[Finding a way to make your test results readily available to those interested makes life easier for all involved. Doing this in an an always-on automated fashion is even better. For a long time I happily used Ruby on Rails &#8230; <a href="http://khughes88.wordpress.com/2010/10/05/put-cucumber-test-results-online-with-sinatra/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=83&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2010/10/05/put-cucumber-test-results-online-with-sinatra/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Watir Webdriver tutorial</title>
		<link>http://khughes88.wordpress.com/2010/09/02/watir-webdriver-tutorial/</link>
		<comments>http://khughes88.wordpress.com/2010/09/02/watir-webdriver-tutorial/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:48:02 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[Watir]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=66</guid>
		<description><![CDATA[This is just a quick tutorial on the slight change in syntax required to use Webdriver with Watir for testing on multiple browsers. No longer do you need to use FireWatir, SafariWatir or ChromeWatir. The current drivers are ChromeDriver, InternetExplorerDriver, &#8230; <a href="http://khughes88.wordpress.com/2010/09/02/watir-webdriver-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=66&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2010/09/02/watir-webdriver-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Cucumber and Watir – A quick tutorial for testers</title>
		<link>http://khughes88.wordpress.com/2010/08/30/cucumber-and-watir-a-quick-tutorial-for-testers/</link>
		<comments>http://khughes88.wordpress.com/2010/08/30/cucumber-and-watir-a-quick-tutorial-for-testers/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:48:30 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[Watir]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=54</guid>
		<description><![CDATA[There tends to be a strong ongoing association between Agile and Open-Source automation tools today. Many make good inroads on the attempt to connect the elaboration of requirements with automated tests, step for step. This way, the test is performing &#8230; <a href="http://khughes88.wordpress.com/2010/08/30/cucumber-and-watir-a-quick-tutorial-for-testers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=54&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2010/08/30/cucumber-and-watir-a-quick-tutorial-for-testers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Firewatir on Ubuntu &#8211; 5 easy steps</title>
		<link>http://khughes88.wordpress.com/2010/01/14/install-firewatir-on-ubuntu-4-easy-steps/</link>
		<comments>http://khughes88.wordpress.com/2010/01/14/install-firewatir-on-ubuntu-4-easy-steps/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:25:15 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[FireWatir]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Watir]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=46</guid>
		<description><![CDATA[In a terminal window issue the following commands one by one apt-get install ruby sudo apt-get install ruby1.8-dev sudo apt-get install rubygems sudo gem install firewatir Install Firefox ssh plugin http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-2%29InstalltheJSSHFirefoxExtension Tagged: Firewatir, Linux, Ubuntu, Watir<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=46&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2010/01/14/install-firewatir-on-ubuntu-4-easy-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Firewatir &#8211; Slow on Ubuntu &#8211; one answer</title>
		<link>http://khughes88.wordpress.com/2009/11/02/firewatir-slow-on-ubuntu-one-answer/</link>
		<comments>http://khughes88.wordpress.com/2009/11/02/firewatir-slow-on-ubuntu-one-answer/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 11:15:46 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[FireWatir]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Watir]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=44</guid>
		<description><![CDATA[When you install Firewatir on Ubuntu you will notice that text entry takes way to long. I needed to solve this quickly or walk away from the idea of using Ubuntu for web testing. I found a quick fix after &#8230; <a href="http://khughes88.wordpress.com/2009/11/02/firewatir-slow-on-ubuntu-one-answer/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=44&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2009/11/02/firewatir-slow-on-ubuntu-one-answer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamically build and run a QTP batch file using Ruby</title>
		<link>http://khughes88.wordpress.com/2009/09/22/dynamically-build-and-run-a-qtp-batch-file-using-ruby/</link>
		<comments>http://khughes88.wordpress.com/2009/09/22/dynamically-build-and-run-a-qtp-batch-file-using-ruby/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:19:20 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[QTP]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=29</guid>
		<description><![CDATA[I&#8217;ve used QTP a lot without Quality Centre. That means spending a lot of time working with the Multitest Manager. With long lists of tests to run, you either have to browse to and add test by test. You save &#8230; <a href="http://khughes88.wordpress.com/2009/09/22/dynamically-build-and-run-a-qtp-batch-file-using-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=29&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2009/09/22/dynamically-build-and-run-a-qtp-batch-file-using-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>Watir and centralised XML reports using ci_reporter and Ubuntu</title>
		<link>http://khughes88.wordpress.com/2009/09/21/watir-and-centralised-xml-reports-using-ci_reporter-and-ubuntu/</link>
		<comments>http://khughes88.wordpress.com/2009/09/21/watir-and-centralised-xml-reports-using-ci_reporter-and-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:20:12 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[ci_reporter]]></category>
		<category><![CDATA[FireWatir]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Watir]]></category>
		<category><![CDATA[ci_reports]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=22</guid>
		<description><![CDATA[After building a reliable( and free)  bunch of  regression test machines with Ubuntu and Firewatir I had to look at a way of collating reports from each. I was already using ci_reporter for single instances and I like the XML &#8230; <a href="http://khughes88.wordpress.com/2009/09/21/watir-and-centralised-xml-reports-using-ci_reporter-and-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=22&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2009/09/21/watir-and-centralised-xml-reports-using-ci_reporter-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>My Watir Test template</title>
		<link>http://khughes88.wordpress.com/2009/09/21/my-watir-test-template/</link>
		<comments>http://khughes88.wordpress.com/2009/09/21/my-watir-test-template/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:03:21 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[testunit]]></category>
		<category><![CDATA[Watir]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/?p=17</guid>
		<description><![CDATA[I use this template for my current framework which uses rake to run the tests and ci_reporter to generate results: require &#8216;rubygems&#8217; require &#8216;test/unit&#8217; require &#8216;watir/testcase&#8217; require &#8216;watir&#8217; require &#8216;ci/reporter/rake/test_unit_loader&#8217; class Test_example &#60;Watir::TestCase def setup       @Browser=Watir::IE.new       @Browser.goto &#8220;http://www.site.com&#8220; &#8230; <a href="http://khughes88.wordpress.com/2009/09/21/my-watir-test-template/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=17&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2009/09/21/my-watir-test-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
		<item>
		<title>My Firewatir on Ubuntu 9 setup</title>
		<link>http://khughes88.wordpress.com/2009/09/20/test2/</link>
		<comments>http://khughes88.wordpress.com/2009/09/20/test2/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 11:14:39 +0000</pubDate>
		<dc:creator>Keith Hughes</dc:creator>
				<category><![CDATA[FireWatir]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Watir]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://khughes88.wordpress.com/2009/09/20/test2/</guid>
		<description><![CDATA[I&#8217;ve had to do this numerous times and absolutely had to create a list of steps. Without a list, there is always something I should have configured and lost time through trial, error and headscratching. Here&#8217;s my list of steps &#8230; <a href="http://khughes88.wordpress.com/2009/09/20/test2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=khughes88.wordpress.com&amp;blog=9549292&amp;post=6&amp;subd=khughes88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://khughes88.wordpress.com/2009/09/20/test2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6172c32f2d6d4deabf0924f5231267c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Keith Hughes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
