<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Behavioral testing is the bee&#8217;s knees	</title>
	<atom:link href="https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/</link>
	<description>Blog of Rob Galanakis (@robgalanakis)</description>
	<lastBuildDate>Sun, 16 Nov 2014 05:34:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.1</generator>
	<item>
		<title>
		By: Rob Galanakis		</title>
		<link>https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/#comment-234634</link>

		<dc:creator><![CDATA[Rob Galanakis]]></dc:creator>
		<pubDate>Sun, 16 Nov 2014 05:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1708#comment-234634</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/#comment-234531&quot;&gt;Lawrence Krubner&lt;/a&gt;.

So just to be clear, RSpec and Jasmine are &quot;just&quot; Ruby and JS frameworks/libraries. They are not like Cucumber or tools like that, which use a new syntax/language/whatever. I would not enjoy doing that sort of BDD. This SO post gives a good example of the difference between the two: http://stackoverflow.com/questions/11762245/whats-the-difference-between-rspec-and-cucumber
RSpec and Jasmine are the best of both worlds.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/#comment-234531">Lawrence Krubner</a>.</p>
<p>So just to be clear, RSpec and Jasmine are &#8220;just&#8221; Ruby and JS frameworks/libraries. They are not like Cucumber or tools like that, which use a new syntax/language/whatever. I would not enjoy doing that sort of BDD. This SO post gives a good example of the difference between the two: <a href="http://stackoverflow.com/questions/11762245/whats-the-difference-between-rspec-and-cucumber" rel="nofollow ugc">http://stackoverflow.com/questions/11762245/whats-the-difference-between-rspec-and-cucumber</a><br />
RSpec and Jasmine are the best of both worlds.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lawrence Krubner		</title>
		<link>https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/#comment-234531</link>

		<dc:creator><![CDATA[Lawrence Krubner]]></dc:creator>
		<pubDate>Wed, 12 Nov 2014 19:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1708#comment-234531</guid>

					<description><![CDATA[Jon, this is the only place that I&#039;ve seen BBD used:

&quot;For situations where I’m not the domain expert I see a need for this sort of abstraction, i.e. if we need accountants to write/validate tests&quot;

My only experience with BBD is Cucumber. When I worked at ShermansTravel.com the woman who was both our project manager and also the head of the QA team was put in charge of writing the Cucumber rules. It was her job to talk to all the (non-technical) people in the organization and translate what they wanted into Cucumber rules. Thus the BBD was an act of translation, taking the words of people in various departments and putting their requests into a language that the developers could understand.]]></description>
			<content:encoded><![CDATA[<p>Jon, this is the only place that I&#8217;ve seen BBD used:</p>
<p>&#8220;For situations where I’m not the domain expert I see a need for this sort of abstraction, i.e. if we need accountants to write/validate tests&#8221;</p>
<p>My only experience with BBD is Cucumber. When I worked at ShermansTravel.com the woman who was both our project manager and also the head of the QA team was put in charge of writing the Cucumber rules. It was her job to talk to all the (non-technical) people in the organization and translate what they wanted into Cucumber rules. Thus the BBD was an act of translation, taking the words of people in various departments and putting their requests into a language that the developers could understand.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://www.robg3d.com/2014/11/behavioral-testing-is-the-bees-knees/#comment-234503</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Tue, 11 Nov 2014 12:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1708#comment-234503</guid>

					<description><![CDATA[I&#039;ve glanced at BDD with Gherkin and it sure looks interesting. I had you pegged as someone who&#039;d favour clarity of code over text so it&#039;s surprising to see you advocating it.

In my (still superficial) understanding of BDD I&#039;m personally puzzled how text representation can be more clear than code. With a statement like &quot;GIVEN 100 APPL shares&quot;, how does anyone know &quot;APPL&quot; is a valid keyword? How is it known that &quot;shares&quot; can be used this way? It seems that discoverability is limited to looking at the underlying code... And what happens during refactoring, is there a way to avoid ending up with a sea of text to search/replace through?

For situations where I&#039;m not the domain expert I see a need for this sort of abstraction, i.e. if we need accountants to write/validate tests then we need to find a way to express those tests outside of actual programming. And there might be high-level tests that require so much logic that my test-code is likely to include bugs on their own, so it makes sense to split apart data and logic. But you seem to be advocating BDD at a more fundamental level, for all developers writing unit tests, so I&#039;m definitely looking forward to more of your thoughts and insights on this topic.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve glanced at BDD with Gherkin and it sure looks interesting. I had you pegged as someone who&#8217;d favour clarity of code over text so it&#8217;s surprising to see you advocating it.</p>
<p>In my (still superficial) understanding of BDD I&#8217;m personally puzzled how text representation can be more clear than code. With a statement like &#8220;GIVEN 100 APPL shares&#8221;, how does anyone know &#8220;APPL&#8221; is a valid keyword? How is it known that &#8220;shares&#8221; can be used this way? It seems that discoverability is limited to looking at the underlying code&#8230; And what happens during refactoring, is there a way to avoid ending up with a sea of text to search/replace through?</p>
<p>For situations where I&#8217;m not the domain expert I see a need for this sort of abstraction, i.e. if we need accountants to write/validate tests then we need to find a way to express those tests outside of actual programming. And there might be high-level tests that require so much logic that my test-code is likely to include bugs on their own, so it makes sense to split apart data and logic. But you seem to be advocating BDD at a more fundamental level, for all developers writing unit tests, so I&#8217;m definitely looking forward to more of your thoughts and insights on this topic.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
