<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>David Chelimsky: ETEC Slides</title>
    <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>on software in process and practice</description>
    <item>
      <title>ETEC Slides</title>
      <description>&lt;p&gt;Here are the &lt;a href="http://www.chariotsolutions.com/slides/pdfs/ete2008-IntegrationTestingWithRSpec.pdf"&gt;slides&lt;/a&gt; from my presentation at &lt;a href="http://www.phillyemergingtech.com/"&gt;Emerging Technologies for the Enterprise&lt;/a&gt; on &lt;a href="http://www.phillyemergingtech.com/abstracts.php#chelimsky"&gt;Integration Testing with RSpec&amp;#8217;s Story Runner&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 10:21:59 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:47b22ae9-2083-4578-aaec-da1d54043821</guid>
      <author>David</author>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides</link>
      <category>etec</category>
      <category>conferences</category>
    </item>
    <item>
      <title>"ETEC Slides" by http://www.21croissants.com</title>
      <description>&lt;p&gt;Hi David! Thank you very much for sharing. I will use your material for my presentation of RSpec at &lt;a href="http://xp-france.net/index.php?option=com_content&amp;#38;task=view&amp;#38;id=48&amp;#38;Itemid=120" rel="nofollow"&gt;XP Day France 2008&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;d like to react to your list of CONS about Selenium-RC.&lt;/p&gt;


	&lt;p&gt;You might have a look and /or give a try to &lt;a href="http://selenium-grid.openqa.org/" rel="nofollow"&gt;selenium-grid&lt;/a&gt; by  Philippe Hanrigou, a Thoughtworker. It runs selenium tests on parrallel on different machines, hence going much more faster than Selenium-RC!&lt;/p&gt;


	&lt;p&gt;Maybe not as fast as Webrat though &amp;#8230;&lt;/p&gt;</description>
      <pubDate>Tue, 08 Apr 2008 07:19:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:53971c23-9957-459f-856c-3c7c9afe5635</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-472</link>
    </item>
    <item>
      <title>"ETEC Slides" by Andy Watts</title>
      <description>&lt;p&gt;Wow!  Just Wow.
Great examples.
Must dust off my step implementations.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Apr 2008 13:47:31 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:aa172147-74eb-44cb-a94c-587856b1f7b2</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-470</link>
    </item>
    <item>
      <title>"ETEC Slides" by JakeB</title>
      <description>&lt;p&gt;Hi David..
Great presentation! 
I hope that RSpec StoryRunner will soon join FIT as the tool of choice for agile integration and acceptance testing, possibly through JRuby and (eventually) IronRuby.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 18:42:07 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:b3413fc9-84f0-497a-b5d1-2ab2c292f54c</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-469</link>
    </item>
    <item>
      <title>"ETEC Slides" by JakeB</title>
      <description>&lt;p&gt;Hi David..
Great presentation! 
I hope that RSpec StoryRunner will soon join FIT as the tool of choice for agile integration and acceptance testing, possibly through JRuby and (eventually) IronRuby.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 18:42:07 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:cd7206d9-9c50-40df-a78f-8995a1fa46e9</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-468</link>
    </item>
    <item>
      <title>"ETEC Slides" by David Chelimsky</title>
      <description>&lt;p&gt;Hey Rick &amp;#8211; thanks for noticing. Some customers like fuzzy math.&lt;/p&gt;


	&lt;p&gt;The idea here was that for most cases, go for the straight percentage, but round anything above 0 and less than 1% to 1% so we can see it&amp;#8217;s not 0, and round down 1 less than goal to 99% so it doesn&amp;#8217;t round up to 100% before it&amp;#8217;s done. Fuzzy? Sure. But that&amp;#8217;s the story.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 16:45:12 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:9c93ffcc-93e2-4422-81c9-5d2e88c91739</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-467</link>
    </item>
    <item>
      <title>"ETEC Slides" by Rick DeNatale</title>
      <description>&lt;pre&gt;
&lt;code&gt;
Scenario: one registration shows as 1%
   Given a goal of 200 registrations
   When 1 attendee registers
   Then the goal should be 1% achieved
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;Hmmmm!?&lt;/p&gt;


	&lt;p&gt;Fuzzy math? or lowering expectations?&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 14:48:48 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:1fd872fd-40cb-49be-bb76-f4e07870bdad</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides#comment-466</link>
    </item>
  </channel>
</rss>
