<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials Directory &#187; BDD</title>
	<atom:link href="http://www.java-tv.com/tag/bdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Acceptance-Test Driven Development &#8211; Bring Developers and Testers Together</title>
		<link>http://www.java-tv.com/2010/03/03/acceptance-test-driven-development-bring-developers-and-testers-together/</link>
		<comments>http://www.java-tv.com/2010/03/03/acceptance-test-driven-development-bring-developers-and-testers-together/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[easyb]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1453</guid>
		<description><![CDATA[Test-Driven Development (TDD) and Behaviour-Driven Development (BDD) are powerful techniques, helping developers write better designed, more maintainable and more reliable code, and stay focused on the real user requirements. But how does the rest of the team fit in to the picture?  In this talk, John Smart, creator of the Java Power Tools Bootcamp, [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/03/03/acceptance-test-driven-development-bring-developers-and-testers-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Cucumber for BDD and Agile Acceptance Testing</title>
		<link>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/</link>
		<comments>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[functional testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1437</guid>
		<description><![CDATA[Cucumber is a tool that can execute plain-text functional descriptions as automated tests. The language that Cucumber understands is called Gherkin. While Cucumber can be thought of as a “testing” tool, the intent of the tool is to support BDD. This means that the “tests” (plain text feature descriptions with scenarios) are typically written before [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In The Brain of JBehave 2</title>
		<link>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/</link>
		<comments>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 20:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[jbehave]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=993</guid>
		<description><![CDATA[Elizabeth Keogh is a developer for JBehave, a behaviour-driven development testing framework built on top of JUnit. Elizabeth Keogh showed an example of using the current version of JBehave with a little screencast: she used the Game of Life program that she had written to write JBehave tests in what seemingly looked like natural language. [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behavior Driven Development in Java with easyb</title>
		<link>http://www.java-tv.com/2009/05/27/behavior-driven-development-in-java-with-easyb/</link>
		<comments>http://www.java-tv.com/2009/05/27/behavior-driven-development-in-java-with-easyb/#comments</comments>
		<pubDate>Wed, 27 May 2009 10:51:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[easyb]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=939</guid>
		<description><![CDATA[Easyb is a new and very hip behavior driven development framework for Java. This talk will go through the basic principles of Behavior Driven Development, and look at how it builds on and differs from &#8220;traditional&#8221; Test-Driven Development. It then moves on to look at easyb, a very cool DSL-based behavior driven development framework for [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/05/27/behavior-driven-development-in-java-with-easyb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
