<?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: Cucumber, A Brief Overview</title>
	<atom:link href="http://lostechies.com/joeybeninghove/2010/06/01/cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joeybeninghove/2010/06/01/cucumber/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Fri, 15 Oct 2010 23:08:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Atom</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/01/cucumber/#comment-138</link>
		<dc:creator>Atom</dc:creator>
		<pubDate>Mon, 07 Jun 2010 21:43:52 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/01/cucumber.aspx#comment-138</guid>
		<description>Hey great article.

I am a ROR programmer, NEW, but still ror and my experience with .net is nil.  

This article really helped shed some light, thank you!</description>
		<content:encoded><![CDATA[<p>Hey great article.</p>
<p>I am a ROR programmer, NEW, but still ror and my experience with .net is nil.  </p>
<p>This article really helped shed some light, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/01/cucumber/#comment-137</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:27:07 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/01/cucumber.aspx#comment-137</guid>
		<description>There is anothoer .Net option: NGourd. It works in a similar way - plain english tests which are executed using methods marked up with regex attributes.
It reports using NUnit XML format, which is awsome because the tests can contribute to the continuous integration build.
It&#039;s open source.</description>
		<content:encoded><![CDATA[<p>There is anothoer .Net option: NGourd. It works in a similar way &#8211; plain english tests which are executed using methods marked up with regex attributes.<br />
It reports using NUnit XML format, which is awsome because the tests can contribute to the continuous integration build.<br />
It&#8217;s open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/01/cucumber/#comment-136</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 02 Jun 2010 01:16:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/01/cucumber.aspx#comment-136</guid>
		<description>A few of us at my employer have had some success with SpecFlow, which is about as close as you can get to Cucumber on .Net.  Other than Cucumber on IronRuby, I guess... but still the same thing.  

We&#039;ve used it successfully in three places so far:

1.)  Acceptance testing.  We have one project manager who has really taken to Gherkin specs.  We&#039;ll sit down and write the specs, then a coder will implement the step definitions.  It&#039;s almost magical how well it has worked out.

2.)  Integrations.  I don&#039;t mean integration testing, I mean testing and explaining integrations.  Things like importing data files, credit card transactions, etc.  Just about any time you have to dial out to another service.  Even though these tests usually employ mocks, they provide a great explanation for those who need to find the bridge between the different systems.

3.)  Complex unit-tests.  I&#039;ve found that if using Cucumber/SpecFlow for unit testing can quickly get out of hand But in a few places where a little English would help to express what&#039;s going on, it works.  This especially is true for ASP.Net MVC controllers.</description>
		<content:encoded><![CDATA[<p>A few of us at my employer have had some success with SpecFlow, which is about as close as you can get to Cucumber on .Net.  Other than Cucumber on IronRuby, I guess&#8230; but still the same thing.  </p>
<p>We&#8217;ve used it successfully in three places so far:</p>
<p>1.)  Acceptance testing.  We have one project manager who has really taken to Gherkin specs.  We&#8217;ll sit down and write the specs, then a coder will implement the step definitions.  It&#8217;s almost magical how well it has worked out.</p>
<p>2.)  Integrations.  I don&#8217;t mean integration testing, I mean testing and explaining integrations.  Things like importing data files, credit card transactions, etc.  Just about any time you have to dial out to another service.  Even though these tests usually employ mocks, they provide a great explanation for those who need to find the bridge between the different systems.</p>
<p>3.)  Complex unit-tests.  I&#8217;ve found that if using Cucumber/SpecFlow for unit testing can quickly get out of hand But in a few places where a little English would help to express what&#8217;s going on, it works.  This especially is true for ASP.Net MVC controllers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
