<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<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>thoughts on automated UI testing</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:09:42 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Lessons from a watir success story by Randy</title>
		<link>http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/comment-page-1/#comment-419</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Tue, 27 Jul 2010 23:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=623#comment-419</guid>
		<description>Its always useful to learn from other peoples successes (and failures), thanks for sharing Nat, very well written!</description>
		<content:encoded><![CDATA[<p>Its always useful to learn from other peoples successes (and failures), thanks for sharing Nat, very well written!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lessons from a watir success story by Jason</title>
		<link>http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/comment-page-1/#comment-418</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 26 Jul 2010 02:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=623#comment-418</guid>
		<description>Great write-up.  Brilliant.  Some great ideas and tips here. Thanks.</description>
		<content:encoded><![CDATA[<p>Great write-up.  Brilliant.  Some great ideas and tips here. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating a WPF UI using ruby, win32ole and White by Krishna</title>
		<link>http://www.natontesting.com/2010/01/08/automating-a-wpf-ui-using-ruby-win32ole-and-white/comment-page-1/#comment-417</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Mon, 19 Jul 2010 10:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=670#comment-417</guid>
		<description>Hi,

I want to know whether we can automate the WPF UI using RFT 8.1.
Because I am not able to recorgnise all the objects in WPF UI such as labels, tabs, some icons etc...

Thanks
Krishna</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to know whether we can automate the WPF UI using RFT 8.1.<br />
Because I am not able to recorgnise all the objects in WPF UI such as labels, tabs, some icons etc&#8230;</p>
<p>Thanks<br />
Krishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmatically take screenshot in IronRuby by Nat</title>
		<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/comment-page-1/#comment-391</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=941#comment-391</guid>
		<description>Great stuff. I&#039;ve written a similar app in java before, now a .Net-dependent one in ironruby... but there still remains the problem of a multi-platform solution. A tool that takes a shot of every screen, not just the main one... It would be something very simple like:

ScreenShotApp.grab_and_save_to(&quot;c:\\screenshot.png&quot;)

which would also cope with:

ScreenShotApp.grab_and_save_to(&quot;/Users/nat/screenshot.png&quot;)

...etc...

On being called, it would figure out what platform it&#039;s running on and use the appropriate (and well-hidden-from-the-user) platform-specific code.

Any takers?</description>
		<content:encoded><![CDATA[<p>Great stuff. I&#8217;ve written a similar app in java before, now a .Net-dependent one in ironruby&#8230; but there still remains the problem of a multi-platform solution. A tool that takes a shot of every screen, not just the main one&#8230; It would be something very simple like:</p>
<p>ScreenShotApp.grab_and_save_to(&#8220;c:\\screenshot.png&#8221;)</p>
<p>which would also cope with:</p>
<p>ScreenShotApp.grab_and_save_to(&#8220;/Users/nat/screenshot.png&#8221;)</p>
<p>&#8230;etc&#8230;</p>
<p>On being called, it would figure out what platform it&#8217;s running on and use the appropriate (and well-hidden-from-the-user) platform-specific code.</p>
<p>Any takers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmatically take screenshot in IronRuby by Alister Scott</title>
		<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/comment-page-1/#comment-390</link>
		<dc:creator>Alister Scott</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=941#comment-390</guid>
		<description>Have you seen what Tim did on this?

http://altentee.com/2008/capturing-screenshots-in-watir/</description>
		<content:encoded><![CDATA[<p>Have you seen what Tim did on this?</p>
<p><a href="http://altentee.com/2008/capturing-screenshots-in-watir/" rel="nofollow">http://altentee.com/2008/capturing-screenshots-in-watir/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FireWatir JSSH &#8220;Unable to connect&#8221; &#8211; FIXED! by c0de</title>
		<link>http://www.natontesting.com/2009/07/24/firewatir-jssh-unable-to-connect-fixed/comment-page-1/#comment-325</link>
		<dc:creator>c0de</dc:creator>
		<pubDate>Sat, 10 Apr 2010 04:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=138#comment-325</guid>
		<description>First problem solved! THX!</description>
		<content:encoded><![CDATA[<p>First problem solved! THX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to check for errors on every page using Watir by Robbie Wareham</title>
		<link>http://www.natontesting.com/2009/08/19/how-to-check-for-errors-on-every-page-using-watir/comment-page-1/#comment-323</link>
		<dc:creator>Robbie Wareham</dc:creator>
		<pubDate>Tue, 06 Apr 2010 16:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=287#comment-323</guid>
		<description>&quot;add_checker&quot; runs a lot more regularly than just page load.  I discovered this when using &quot;add_checker&quot; to keep a copy of the previous page html to report on failure (when investigating a failure, the previous page is often more useful than a screenshot of the page where the error occured, infact errors dismissed as flakey testing turned out to be caching issues because we had the html of the previous page to refer to). The &quot;previous&quot; html was continually a copy of the &quot;current&quot; html, and it was then that I discovered that a lot of events trigger add_checkers. 

Also, add_checker can easily miss page loads as well.  Again while investigating &quot;flakey&quot; tests, I saw that when the application navigated from page A to page C via a quick visit to page B, occasionally add_checker failed to run on page B.  Unfortunately the add_checker running on page B was crucial to test reliability!

Anyway, these are my observations on add_checker, and you&#039;ll be pleased know that test reliability is much improved now that I fully understand add_checker.</description>
		<content:encoded><![CDATA[<p>&#8220;add_checker&#8221; runs a lot more regularly than just page load.  I discovered this when using &#8220;add_checker&#8221; to keep a copy of the previous page html to report on failure (when investigating a failure, the previous page is often more useful than a screenshot of the page where the error occured, infact errors dismissed as flakey testing turned out to be caching issues because we had the html of the previous page to refer to). The &#8220;previous&#8221; html was continually a copy of the &#8220;current&#8221; html, and it was then that I discovered that a lot of events trigger add_checkers. </p>
<p>Also, add_checker can easily miss page loads as well.  Again while investigating &#8220;flakey&#8221; tests, I saw that when the application navigated from page A to page C via a quick visit to page B, occasionally add_checker failed to run on page B.  Unfortunately the add_checker running on page B was crucial to test reliability!</p>
<p>Anyway, these are my observations on add_checker, and you&#8217;ll be pleased know that test reliability is much improved now that I fully understand add_checker.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
