<?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 on: Presenter First Pattern Ideas for Watir Test Framework?</title>
	<atom:link href="http://www.marekj.com/wp/2008/08/presenter-first-pattern-ideas-for-watir-test-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marekj.com/wp/2008/08/presenter-first-pattern-ideas-for-watir-test-framework/</link>
	<description>cooperative software production infrastructure building</description>
	<lastBuildDate>Sat, 21 Feb 2009 14:20:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: marekj</title>
		<link>http://www.marekj.com/wp/2008/08/presenter-first-pattern-ideas-for-watir-test-framework/comment-page-1/#comment-5952</link>
		<dc:creator>marekj</dc:creator>
		<pubDate>Sun, 11 Jan 2009 03:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.marekj.com/?p=124#comment-5952</guid>
		<description>sorry for delay.&lt;br&gt;yeah you can execute this UseCase type test in a test harness like Test Unit&lt;br&gt;&lt;br&gt;class T &lt; Watir::TestCase&lt;br&gt;  def test_google&lt;br&gt;    GoogleTest.new.run&lt;br&gt;  end&lt;br&gt;end&lt;br&gt;&lt;br&gt;or &lt;br&gt;&lt;br&gt;begin &lt;br&gt;  GoogleTest.new.run&lt;br&gt;resuce=&gt; e&lt;br&gt;  log.error &quot;something blew up. #{e}&quot;&lt;br&gt;end</description>
		<content:encoded><![CDATA[<p>sorry for delay.<br />yeah you can execute this UseCase type test in a test harness like Test Unit</p>
<p>class T &lt; Watir::TestCase<br />  def test_google<br />    GoogleTest.new.run<br />  end<br />end</p>
<p>or </p>
<p>begin <br />  GoogleTest.new.run<br />resuce=&gt; e<br />  log.error &#8220;something blew up. #{e}&#8221;<br />end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.marekj.com/wp/2008/08/presenter-first-pattern-ideas-for-watir-test-framework/comment-page-1/#comment-5627</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 12 Dec 2008 14:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.marekj.com/?p=124#comment-5627</guid>
		<description>Interesting concept.  Please continue your posts as they are informative.  Just curious... how are you handling errors or failures?  let&#039;s say on the googlepage, you want to make sure the word GOOGLE appeared on the page.  normally I would just use the text_contains, but if it&#039;s not there, how would catch the error and rescue it so the test does not die.  I am using test/unit with a rescued assertion.  what are your thoughts?</description>
		<content:encoded><![CDATA[<p>Interesting concept.  Please continue your posts as they are informative.  Just curious&#8230; how are you handling errors or failures?  let&#39;s say on the googlepage, you want to make sure the word GOOGLE appeared on the page.  normally I would just use the text_contains, but if it&#39;s not there, how would catch the error and rescue it so the test does not die.  I am using test/unit with a rescued assertion.  what are your thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

