<?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>Software Testing &#38; Quality Assurance Videos Directory &#187; TDD</title>
	<atom:link href="http://www.testingtv.com/tag/tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingtv.com</link>
	<description>Software Testing and Software Quality Assurance Videos and Tutorials Directory: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Best Practices to Write First Class Unit Tests</title>
		<link>http://www.testingtv.com/2012/01/31/best-practices-to-write-first-class-unit-tests/</link>
		<comments>http://www.testingtv.com/2012/01/31/best-practices-to-write-first-class-unit-tests/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2182</guid>
		<description><![CDATA[Techniques such as Test Driven Development, and more recently, Behavior Driven Development are well known. Yet, you still hear conflicting stories about unit testing. Some claim that introducing a lot of unit tests can hamper development, or that those tests are a maintenance problem on itself. To a limited degree I agree, but isn’t that [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/01/31/best-practices-to-write-first-class-unit-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track5%201740-1840.mp4" length="196957844" type="video/mp4" />
		</item>
		<item>
		<title>Test XSLT with XSpec</title>
		<link>http://www.testingtv.com/2012/01/12/test-xslt-with-xspec/</link>
		<comments>http://www.testingtv.com/2012/01/12/test-xslt-with-xspec/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2172</guid>
		<description><![CDATA[Test-driven development is one of the corner stones of Agile development, providing quick feedback about mistakes in code and freeing developers to refactor safe in the knowledge that any errors they introduce will be caught by the tests. There have been several test harnesses developed for XSLT, of which XSpec is one of the latest. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/01/12/test-xslt-with-xspec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TDD Android Applications with Robolectric</title>
		<link>http://www.testingtv.com/2011/11/10/tdd-android-applications-with-robolectric/</link>
		<comments>http://www.testingtv.com/2011/11/10/tdd-android-applications-with-robolectric/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 19:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2144</guid>
		<description><![CDATA[Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. Robolectric is a unit test framework that de-fangs the Android SDK jar so you can test-drive the development of your Android app inside the JVM on your workstation in seconds. Watch this video [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/11/10/tdd-android-applications-with-robolectric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven Development in JavaScript</title>
		<link>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/</link>
		<comments>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2118</guid>
		<description><![CDATA[This video explains how to use test-driven development to design and implement a simple JavaScript web application, including how to steer it towards component based micro-architecture. Watch this video on Skillsmatter.com]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven JavaScript in Practice</title>
		<link>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/</link>
		<comments>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 17:08:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2104</guid>
		<description><![CDATA[This video explores functional tests and unit tests alike, implements a fully functional browser &#8220;widget&#8221;. The session will walk you through some of the tools currently available for JavaScript testing, discuss some of the hardest challenges and show you the workflow – all the way from the first test to the green light on the [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day1%20Wednesday/Track5%201620-1720.mp4" length="226511739" type="video/mp4" />
		</item>
		<item>
		<title>Test Driven Development with Visual Studio 2010</title>
		<link>http://www.testingtv.com/2011/03/28/test-driven-development-with-visual-studio-2010/</link>
		<comments>http://www.testingtv.com/2011/03/28/test-driven-development-with-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 15:48:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2024</guid>
		<description><![CDATA[These two videos shows how to do Test Driven Development (TDD) with Visual Studio 2010. The first part covers from the Visual Studio solution creation to running the unit test getting a fail result. The second part covers making the test pass.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/03/28/test-driven-development-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Driven Development in Lithium</title>
		<link>http://www.testingtv.com/2011/03/17/test-driven-development-in-lithium/</link>
		<comments>http://www.testingtv.com/2011/03/17/test-driven-development-in-lithium/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 19:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2015</guid>
		<description><![CDATA[This video provides a brief introduction to the unit testing suite included with Lithium and how to quickly get started with some test-driven development. Lithium is a lightweight, fast and flexible framework for PHP 5.3. Video Producer: http://spacialeffect.com/]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/03/17/test-driven-development-in-lithium/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test-Driven Development of Asynchronous Systems</title>
		<link>http://www.testingtv.com/2010/12/02/test-driven-development-of-asynchronous-systems/</link>
		<comments>http://www.testingtv.com/2010/12/02/test-driven-development-of-asynchronous-systems/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1951</guid>
		<description><![CDATA[Nat Pryce exemplifies how he dealt with flickering, false positives, slow, and messy tests appearing in asynchronous testing when trying to perform end-to-end testing. http://www.infoq.com/presentations/TDD-of-Asynchronous-Systems]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/12/02/test-driven-development-of-asynchronous-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing: Why Don&#8217;t We Do It Like This?</title>
		<link>http://www.testingtv.com/2010/11/18/testing-why-dont-we-do-it-like-this/</link>
		<comments>http://www.testingtv.com/2010/11/18/testing-why-dont-we-do-it-like-this/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 12:28:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1939</guid>
		<description><![CDATA[Testing is a fundamental part of the Agile process. We live and breathe TDD/BDD. Red/Green/Refactor is our daily mantra. We love cucumber and writing executable, customer readable specifications. We even write tests for our JavaScripts. And yet, testing remains hard. The tests we love to write are brittle and tend to break when we refactor. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/11/18/testing-why-dont-we-do-it-like-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-Driven JavaScript</title>
		<link>http://www.testingtv.com/2010/11/08/test-driven-javascript/</link>
		<comments>http://www.testingtv.com/2010/11/08/test-driven-javascript/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 11:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1925</guid>
		<description><![CDATA[Javascript becomes much more important to interactive website development then before (ok it has been for a while already) but the notion of testing that logic seems even further fetched then testing the code written in C#, Java. And this is something that is wrong as well. How do you test drive your javascript development, [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/11/08/test-driven-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ And TDD: Getting Started</title>
		<link>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/</link>
		<comments>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 19:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1912</guid>
		<description><![CDATA[This video provides a demonstration of Test-Driven Development (TDD) in C++ using the Eclipse CDT and CppUTest.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play TDD #2: Peering Dimly Into the Future</title>
		<link>http://www.testingtv.com/2010/10/13/lets-play-tdd-2-peering-dimly-into-the-future/</link>
		<comments>http://www.testingtv.com/2010/10/13/lets-play-tdd-2-peering-dimly-into-the-future/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 15:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1908</guid>
		<description><![CDATA[James Shore continues his series on Test Driven Development in Java with Eclipse and JUnit with further development and test of the project application. Video producer: James Shore]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/10/13/lets-play-tdd-2-peering-dimly-into-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play TDD #1: How Does This Thing Work, Again?</title>
		<link>http://www.testingtv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/</link>
		<comments>http://www.testingtv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1902</guid>
		<description><![CDATA[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]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tough Questions About Testing</title>
		<link>http://www.testingtv.com/2010/08/25/the-tough-questions-about-testing/</link>
		<comments>http://www.testingtv.com/2010/08/25/the-tough-questions-about-testing/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 11:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1827</guid>
		<description><![CDATA[Unit testing is a part of Test-Driven Development, but TDD is not only about Unit testing. In TDD, you usually write tests before you write any application code, and these test serve as documentation. However, Behavior-Driven development is a less well-defined term. Some contrast BDD and TDD while others say that they&#8217;re they are like [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/08/25/the-tough-questions-about-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-Driven Development – From Painful to (Near) Zero Friction</title>
		<link>http://www.testingtv.com/2010/08/17/test-driven-development-%e2%80%93-from-painful-to-near-zero-friction/</link>
		<comments>http://www.testingtv.com/2010/08/17/test-driven-development-%e2%80%93-from-painful-to-near-zero-friction/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:10:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1819</guid>
		<description><![CDATA[Matt Honeycutt doesn’t like development friction and especially testing friction. Over the last several years, his approach to test-driven development and the style of test cases he creates have changed drastically in an effort to eliminate testing frication. In these screencasts, he uses TDD to implement a class in RageFeed. Starting with very coarse, high-friction [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/08/17/test-driven-development-%e2%80%93-from-painful-to-near-zero-friction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sustainable Test-Driven Development</title>
		<link>http://www.testingtv.com/2010/07/07/sustainable-test-driven-development/</link>
		<comments>http://www.testingtv.com/2010/07/07/sustainable-test-driven-development/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:25:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1788</guid>
		<description><![CDATA[Steve Freeman proposes advice to write good tests that make development easier avoiding adding code that is hard to maintain. This presentation covers: test readability, complex test data, test diagnostics and test flexibility. http://www.infoq.com/presentations/Sustainable-Test-Driven-Development]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/07/07/sustainable-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning TDD through Test-first Teaching</title>
		<link>http://www.testingtv.com/2010/07/05/learning-tdd-through-test-first-teaching/</link>
		<comments>http://www.testingtv.com/2010/07/05/learning-tdd-through-test-first-teaching/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1780</guid>
		<description><![CDATA[How to get started with TDD? Test-First Teaching is an innovative teaching approach that is gaining widespread adoption. Sarah Allen talks about how she teaches Ruby and Rails through a test-first approach. She demonstrates test-first teaching and then discuss how to turn the corner from simply making tests pass to how to use a test-first [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/07/05/learning-tdd-through-test-first-teaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven development in Flex</title>
		<link>http://www.testingtv.com/2010/05/25/test-driven-development-in-flex/</link>
		<comments>http://www.testingtv.com/2010/05/25/test-driven-development-in-flex/#comments</comments>
		<pubDate>Tue, 25 May 2010 12:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1745</guid>
		<description><![CDATA[This presentation will demonstrate how to implement user stories taking a test-first approach and how to set up a continuous build.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/05/25/test-driven-development-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to Test-Driven Development and Exploring Language Paradigms</title>
		<link>http://www.testingtv.com/2010/04/29/moving-to-test-driven-development-and-exploring-language-paradigms/</link>
		<comments>http://www.testingtv.com/2010/04/29/moving-to-test-driven-development-and-exploring-language-paradigms/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 15:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1714</guid>
		<description><![CDATA[Michael Feathers defines legacy code as &#8220;code without tests.&#8221; There&#8217;s a major qualitative difference when working on code without tests. Feathers&#8217; job is to move software teams from their current process to a test-driven development process. In this interview he also discusses functional programming and other important paradigms that developers should consider. Video source: Dzone.com]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/04/29/moving-to-test-driven-development-and-exploring-language-paradigms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with TDD in Java using Eclipse</title>
		<link>http://www.testingtv.com/2010/04/12/getting-started-with-tdd-in-java-using-eclipse/</link>
		<comments>http://www.testingtv.com/2010/04/12/getting-started-with-tdd-in-java-using-eclipse/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 12:53:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1702</guid>
		<description><![CDATA[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]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/04/12/getting-started-with-tdd-in-java-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

