<?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: Why I stopped using Pickle with Cucumber</title>
	<atom:link href="http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/</link>
	<description>The Lightweight Ramblings of Jamie Hill</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:06:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/comment-page-1/#comment-2852</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 10 May 2010 18:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=558#comment-2852</guid>
		<description>@Ariejan. Agreed, my original thinking was that this would remove the dependency on ActiveRecord or any ORM/language and you could in effect rewrite you entire app in another language from your features, however in practice this is not feasible due to slow down this brings.</description>
		<content:encoded><![CDATA[<p>@Ariejan. Agreed, my original thinking was that this would remove the dependency on ActiveRecord or any ORM/language and you could in effect rewrite you entire app in another language from your features, however in practice this is not feasible due to slow down this brings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariejan de Vroom</title>
		<link>http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/comment-page-1/#comment-2851</link>
		<dc:creator>Ariejan de Vroom</dc:creator>
		<pubDate>Mon, 10 May 2010 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=558#comment-2851</guid>
		<description>I agree with Amos. Pickle is used with Cucumber to setup your environment (background) to run your test against. 

If you need five users to test your social platform search and match feature, you won&#039;t have five users sign up, read their email and confirm their account all the time?</description>
		<content:encoded><![CDATA[<p>I agree with Amos. Pickle is used with Cucumber to setup your environment (background) to run your test against. </p>
<p>If you need five users to test your social platform search and match feature, you won&#8217;t have five users sign up, read their email and confirm their account all the time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/comment-page-1/#comment-2736</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Sun, 07 Feb 2010 11:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=558#comment-2736</guid>
		<description>@amos Thanks for your comment and this is very true, however I have been setting up the entries I need in the &quot;Background&quot; of a feature. I&#039;m assuming this only gets run once per feature file and gets rolled back per scenario, I may be wrong.

I am not too concerned about the loss in speed in any case as I have my unit tests which run fast. Also, if I decide to move from ActiveRecord to MongoMapper for example (or even from Rails to PHP), I won&#039;t have to touch my features and risk changing their validity.

I suppose it&#039;s a toss up between speed and flexibility. In my case I have not found speed to be too much of an issue. I will report back if this starts to become an issue.</description>
		<content:encoded><![CDATA[<p>@amos Thanks for your comment and this is very true, however I have been setting up the entries I need in the &#8220;Background&#8221; of a feature. I&#8217;m assuming this only gets run once per feature file and gets rolled back per scenario, I may be wrong.</p>
<p>I am not too concerned about the loss in speed in any case as I have my unit tests which run fast. Also, if I decide to move from ActiveRecord to MongoMapper for example (or even from Rails to PHP), I won&#8217;t have to touch my features and risk changing their validity.</p>
<p>I suppose it&#8217;s a toss up between speed and flexibility. In my case I have not found speed to be too much of an issue. I will report back if this starts to become an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amos King</title>
		<link>http://thelucid.com/2010/02/07/why-i-stopped-using-pickle-with-cucumber/comment-page-1/#comment-2735</link>
		<dc:creator>Amos King</dc:creator>
		<pubDate>Sun, 07 Feb 2010 04:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=558#comment-2735</guid>
		<description>If you already have the adding of that data tested in another cucumber test then you are just slowing down your tests by doing continuing to add that data through the ui every time.</description>
		<content:encoded><![CDATA[<p>If you already have the adding of that data tested in another cucumber test then you are just slowing down your tests by doing continuing to add that data through the ui every time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

