<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Nat On Testing</title>
	<atom:link href="http://www.natontesting.com/comments/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>Thu, 19 Jan 2012 15:37:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Kill process by name using Ruby on Windows by epidemicz</title>
		<link>http://www.natontesting.com/2009/09/21/kill-process-by-name-using-ruby-on-windows/comment-page-1/#comment-927</link>
		<dc:creator>epidemicz</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=455#comment-927</guid>
		<description>Excellent! Kind of sucks they haven&#039;t built in a method to grab process by name.  The taskkill tip was very helpful though, thanks!</description>
		<content:encoded><![CDATA[<p>Excellent! Kind of sucks they haven&#8217;t built in a method to grab process by name.  The taskkill tip was very helpful though, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging cucumber tests with ruby-debug by Russell</title>
		<link>http://www.natontesting.com/2009/11/09/debugging-cucumber-tests-with-ruby-debug/comment-page-1/#comment-926</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 12 Jan 2012 00:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=579#comment-926</guid>
		<description>If you get this error:

ERROR:  Error installing ruby-debug:
        rbx-require-relative requires Ruby version ~&gt; 1.8.7.

try:

gem install ruby-debug19</description>
		<content:encoded><![CDATA[<p>If you get this error:</p>
<p>ERROR:  Error installing ruby-debug:<br />
        rbx-require-relative requires Ruby version ~&gt; 1.8.7.</p>
<p>try:</p>
<p>gem install ruby-debug19</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSpec and ci_reporter by Kevin</title>
		<link>http://www.natontesting.com/2011/01/12/rspec-and-ci_reporter/comment-page-1/#comment-911</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 22 Dec 2011 19:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=1191#comment-911</guid>
		<description>You absolutely saved me from searching around!  Thanks!</description>
		<content:encoded><![CDATA[<p>You absolutely saved me from searching around!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop Ruby&#8217;s Test::Unit suite files running all your tests by Nat</title>
		<link>http://www.natontesting.com/2009/07/21/stop-rubys-testunit-suite-files-running-all-your-tests/comment-page-1/#comment-885</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Thu, 08 Dec 2011 22:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=86#comment-885</guid>
		<description>Both past tense, both correct:
1) He ran (simple past tense)
2) He had run (past perfect tense)

Dreamr, welcome to the English language. It&#039;s tough, but it gets easier :P</description>
		<content:encoded><![CDATA[<p>Both past tense, both correct:<br />
1) He ran (simple past tense)<br />
2) He had run (past perfect tense)</p>
<p>Dreamr, welcome to the English language. It&#8217;s tough, but it gets easier <img src='http://www.natontesting.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop Ruby&#8217;s Test::Unit suite files running all your tests by Dreamr</title>
		<link>http://www.natontesting.com/2009/07/21/stop-rubys-testunit-suite-files-running-all-your-tests/comment-page-1/#comment-884</link>
		<dc:creator>Dreamr</dc:creator>
		<pubDate>Thu, 08 Dec 2011 20:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=86#comment-884</guid>
		<description>Umm, is English your first language? The past tense of Run is Ran.</description>
		<content:encoded><![CDATA[<p>Umm, is English your first language? The past tense of Run is Ran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get HTML output from Test::Unit by using RSpec !? by Abhishek</title>
		<link>http://www.natontesting.com/2009/09/18/get-html-output-from-testunit-by-using-rspec/comment-page-1/#comment-849</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Wed, 16 Nov 2011 21:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=422#comment-849</guid>
		<description>Hi, I was using rspecs in my project and I was wondering if there is a way to get only the failed cases in the html. I have about 1000 test cases and it becomes quite difficult to look for the ones failed was wondering if i can get only the error results in the file</description>
		<content:encoded><![CDATA[<p>Hi, I was using rspecs in my project and I was wondering if there is a way to get only the failed cases in the html. I have about 1000 test cases and it becomes quite difficult to look for the ones failed was wondering if i can get only the error results in the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Locator Reference/Cheat Sheet for XPath people by Nat</title>
		<link>http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/comment-page-1/#comment-836</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Thu, 20 Oct 2011 22:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=1398#comment-836</guid>
		<description>@anthony, I&#039;m not sure about watir as I&#039;m using capybara these days.

It&#039;s not really answering your question, but I imagine that css selectors in watir-webdriver would be pretty fast. Both capybara and watir-webdriver wrap selenium-webdriver, and its css performance is pretty good... so... if you&#039;re refactoring, I&#039;d change watir to watir-webdriver (shouldn&#039;t be too painful) and xpath to css.

There&#039;s some good info here: http://saucelabs.com/blog/index.php/2011/05/why-css-locators-are-the-way-to-go-vs-xpath/

&lt;strong&gt;update&lt;/strong&gt;
And on watir&#039;s selectors, I wrote up my opinion in the comments on this post: http://watirmelon.com/2011/08/09/death-to-xpath-and-css-selectors-in-automated-tests/</description>
		<content:encoded><![CDATA[<p>@anthony, I&#8217;m not sure about watir as I&#8217;m using capybara these days.</p>
<p>It&#8217;s not really answering your question, but I imagine that css selectors in watir-webdriver would be pretty fast. Both capybara and watir-webdriver wrap selenium-webdriver, and its css performance is pretty good&#8230; so&#8230; if you&#8217;re refactoring, I&#8217;d change watir to watir-webdriver (shouldn&#8217;t be too painful) and xpath to css.</p>
<p>There&#8217;s some good info here: <a href="http://saucelabs.com/blog/index.php/2011/05/why-css-locators-are-the-way-to-go-vs-xpath/" rel="nofollow">http://saucelabs.com/blog/index.php/2011/05/why-css-locators-are-the-way-to-go-vs-xpath/</a></p>
<p><strong>update</strong><br />
And on watir&#8217;s selectors, I wrote up my opinion in the comments on this post: <a href="http://watirmelon.com/2011/08/09/death-to-xpath-and-css-selectors-in-automated-tests/" rel="nofollow">http://watirmelon.com/2011/08/09/death-to-xpath-and-css-selectors-in-automated-tests/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Locator Reference/Cheat Sheet for XPath people by Anthony Hallett</title>
		<link>http://www.natontesting.com/2011/09/24/css-locator-referencecheat-sheet-for-xpath-people/comment-page-1/#comment-835</link>
		<dc:creator>Anthony Hallett</dc:creator>
		<pubDate>Thu, 20 Oct 2011 22:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=1398#comment-835</guid>
		<description>A question about Watir selectors vs xpath vs css locators.
I&#039;ve noticed that xpath seems to be noticeably slower than Watir selectors hence I try to limit using it.  
I&#039;m about to do major refactor so am wondering if css  locators are faster?</description>
		<content:encoded><![CDATA[<p>A question about Watir selectors vs xpath vs css locators.<br />
I&#8217;ve noticed that xpath seems to be noticeably slower than Watir selectors hence I try to limit using it.<br />
I&#8217;m about to do major refactor so am wondering if css  locators are faster?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

