<?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 Test-Driven Development (TDD) tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/tdd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Thu, 06 May 2021 14:07:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Java Behavior-Driven Development with Cucumber</title>
		<link>https://www.java-tv.com/2021/05/06/java-behavior-driven-development-with-cucumber/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 06 May 2021 14:07:27 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4852</guid>

					<description><![CDATA[<p>Cucumber is an open source Behavior-Driven Development (BDD) software testing framework that can be used for creating Java applications that follow the business goals. Using BDD and Cucumber will allow you to make sure that you are not only doing the things right (meaning that your software does not have &#8230;</p>
The post <a href="https://www.java-tv.com/2021/05/06/java-behavior-driven-development-with-cucumber/">Java Behavior-Driven Development with Cucumber</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Tooling for Java Test-Driven Development</title>
		<link>https://www.java-tv.com/2015/02/09/tooling-for-java-test-driven-development/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 09 Feb 2015 17:01:28 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3423</guid>

					<description><![CDATA[<p>Test-Driven Development (TDD) is much easier to do in Java if you’re using proper tools. With bad tooling, the TDD process can be tiring and frustrating. This presentation shows how Pragmatists developers use TDD in their daily practice at (over 5 years of experiences) and presents some tools that support &#8230;</p>
The post <a href="https://www.java-tv.com/2015/02/09/tooling-for-java-test-driven-development/">Tooling for Java Test-Driven Development</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Hands-on Java TDD: MVC Application Skeleton</title>
		<link>https://www.java-tv.com/2013/12/09/hands-on-java-tdd-mvc-application-skeleton/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 09 Dec 2013 17:35:25 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3077</guid>

					<description><![CDATA[<p>These two videos of 30 minutes show how to create a simple Swing MVC application skeleton with Test-Driven Development (TDD). The video is quite fast-paced so you&#8217;ll need some prior knowledge of TDD, mocks and MVC (Model-View-Controller) to get most of it.</p>
The post <a href="https://www.java-tv.com/2013/12/09/hands-on-java-tdd-mvc-application-skeleton/">Hands-on Java TDD: MVC Application Skeleton</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>GenerateTestCases IntelliJ IDEA Plugin</title>
		<link>https://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:25:15 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2115</guid>

					<description><![CDATA[<p>This GenerateTestCases IntelliJ IDEA plugin aims to make Behavior Driven Development easier with a really cool and easy approach that consist in annotating interface method with desired behaviors. It generates your unit test methods, so you don&#8217;t think about how you will call your unit test methods. The plugin allows &#8230;</p>
The post <a href="https://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/">GenerateTestCases IntelliJ IDEA Plugin</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>The Importance of Test Code</title>
		<link>https://www.java-tv.com/2011/10/25/the-importance-of-test-code/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 25 Oct 2011 20:16:15 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2004</guid>

					<description><![CDATA[<p>Lasse Koskela, the author of &#8220;Test Driven: Practical TDD and Acceptance TDD for Java Developers&#8221;, talks about the importance of test code. http://www.theserverside.com/video/Lasse-Koskela-on-the-importance-of-test-code</p>
The post <a href="https://www.java-tv.com/2011/10/25/the-importance-of-test-code/">The Importance of Test Code</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Test-Driven Development</title>
		<link>https://www.java-tv.com/2011/03/23/java-test-driven-development/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 23 Mar 2011 16:36:10 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1809</guid>

					<description><![CDATA[<p>This video presents the benefits of test driven development, the connection between Java and test-driven design, and how test driven design helps in the bug-fixing stage of testing. Watch this video on theserverside.com</p>
The post <a href="https://www.java-tv.com/2011/03/23/java-test-driven-development/">Java Test-Driven Development</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Let&#8217;s Play TDD #1: How Does This Thing Work, Again?</title>
		<link>https://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 12:09:12 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1651</guid>

					<description><![CDATA[<p>James Shore starts this series on Test Driven Development by describing what his goals are and then starts with a new project in Java with Eclipse where he will apply TDD using JUnit. Video Producer: James Shore</p>
The post <a href="https://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/">Let’s Play TDD #1: How Does This Thing Work, Again?</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Getting Started with TDD in Java using Eclipse</title>
		<link>https://www.java-tv.com/2010/04/12/getting-started-with-tdd-in-java-using-eclipse/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 12 Apr 2010 12:53:45 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1485</guid>

					<description><![CDATA[<p>Starting with an empty workspace, this video begins with a demonstration of basic Test Driven Development in Java using Eclipse. From basic tests and basic production code, to refactoring, and some splashes of Behavior Driven Development, watch production code get created test first. Video producer</p>
The post <a href="https://www.java-tv.com/2010/04/12/getting-started-with-tdd-in-java-using-eclipse/">Getting Started with TDD in Java using Eclipse</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Listening to Test Smells</title>
		<link>https://www.java-tv.com/2010/02/18/listening-to-test-smells/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:09:04 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1435</guid>

					<description><![CDATA[<p>This talk is about how to use the stresses of writing unit tests to improve your code. If I&#8217;m having trouble writing tests, it&#8217;s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — &#8230;</p>
The post <a href="https://www.java-tv.com/2010/02/18/listening-to-test-smells/">Listening to Test Smells</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Making Code More Testable – Breaking Static Dependencies</title>
		<link>https://www.java-tv.com/2009/09/29/making-code-more-testable-%e2%80%93-breaking-static-dependencies/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:21:06 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1189</guid>

					<description><![CDATA[<p>This screencast tries to cover how the static dependencies in constructor could be broken. Watch this screencast on isagoksu.com</p>
The post <a href="https://www.java-tv.com/2009/09/29/making-code-more-testable-%e2%80%93-breaking-static-dependencies/">Making Code More Testable – Breaking Static Dependencies</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
