<?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 Development Videos &#187; Software Testing</title>
	<atom:link href="http://www.softdevtube.com/category/software-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softdevtube.com</link>
	<description>Directory of Software Development Videos, Presentations, Interviews and Tutorials</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:23:13 +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>Behavior-Driven Development in the Real World</title>
		<link>http://www.softdevtube.com/2010/08/27/behavior-driven-development-in-the-real-world/</link>
		<comments>http://www.softdevtube.com/2010/08/27/behavior-driven-development-in-the-real-world/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 13:01:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4613</guid>
		<description><![CDATA[Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This video demonstrates some techniques and tools you can use to start delivering software with BDD. : Using Behavior-Driven Development frameworks, this session explores ways [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/27/behavior-driven-development-in-the-real-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/te/NorthAmerica/2010/wmv/DPR302.wmv" length="87208104" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Rethinking Unit Testing in C++</title>
		<link>http://www.softdevtube.com/2010/08/25/rethinking-unit-testing-in-c/</link>
		<comments>http://www.softdevtube.com/2010/08/25/rethinking-unit-testing-in-c/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 12:24:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4611</guid>
		<description><![CDATA[Kevlin Henney explores the typical styles used for C++ unit-testing frameworks before going on to look at other possibilities that are more likely to encourage programmer testing and higher quality unit tests. From the raw use of the assert macro, to xUnit-style frameworks, to more natively C++-style frameworks and then onto a specification-centric approach that [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/25/rethinking-unit-testing-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tough Questions About Testing</title>
		<link>http://www.softdevtube.com/2010/08/25/the-tough-questions-about-testing/</link>
		<comments>http://www.softdevtube.com/2010/08/25/the-tough-questions-about-testing/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 11:41:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4603</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.softdevtube.com/2010/08/25/the-tough-questions-about-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Testing and SeleNesse</title>
		<link>http://www.softdevtube.com/2010/08/16/agile-testing-and-selenesse/</link>
		<comments>http://www.softdevtube.com/2010/08/16/agile-testing-and-selenesse/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:14:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[selenesse]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4568</guid>
		<description><![CDATA[Tools like FitNesse allows test automation to happen quickly and broadly.  However, many companies can&#8217;t support it in their infrastructure.  Dawn Cannan got around this problem by helping create SeleNesse, a Selenium-FitNesse plugin.  She also paired with developers in the Java space and the .NET space to bring this plugin to both [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/16/agile-testing-and-selenesse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringSource Tool Suite Error Analysis</title>
		<link>http://www.softdevtube.com/2010/08/16/springsource-tool-suite-error-analysis/</link>
		<comments>http://www.softdevtube.com/2010/08/16/springsource-tool-suite-error-analysis/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:02:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4565</guid>
		<description><![CDATA[An introduction to the SpringSource Tool Suite Error Analysis. SpringSource Tool Suite (STS) provides the best and most complete set of Eclipse-based tools for building Spring-powered applications that run on the major application server platforms, including Apache Tomcat, SpringSource tc Server, SpringSource dm Server, IBM WebSphere, Oracle WebLogic, and JBoss. STS incorporates a task-focused user [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/16/springsource-tool-suite-error-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing with Team System</title>
		<link>http://www.softdevtube.com/2010/08/11/unit-testing-with-team-system-2/</link>
		<comments>http://www.softdevtube.com/2010/08/11/unit-testing-with-team-system-2/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[team system]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4551</guid>
		<description><![CDATA[A short introduction on how to perform unit tests with Microsoft Team System.

]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/11/unit-testing-with-team-system-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Testing Best Practices</title>
		<link>http://www.softdevtube.com/2010/08/09/gwt-testing-best-practices/</link>
		<comments>http://www.softdevtube.com/2010/08/09/gwt-testing-best-practices/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:34:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4534</guid>
		<description><![CDATA[GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT&#8217;s testing infrastructure, describe some best practices we&#8217;ve developed at Google, and help you avoid common pitfalls.

Slides of the presentation
]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/09/gwt-testing-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving an ASP.NET MVC Application Outside-in with SpecFlow</title>
		<link>http://www.softdevtube.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/</link>
		<comments>http://www.softdevtube.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:28:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[specflow]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4532</guid>
		<description><![CDATA[You will learn the basics of Behavior Driven Development (BDD) and Acceptance Test Driven Development (ATDD) as well as how to use these concepts to bridge the gap between requirements and implementation ‒ on .NET platform with SpecFlow. SpecFlow is an open source project inspired by Cucumber aiming at bringing pragmatic BDD to .NET. 
Watch [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing C# and ASP.Net Applications Using Ruby</title>
		<link>http://www.softdevtube.com/2010/08/04/testing-c-and-asp-net-applications-using-ruby/</link>
		<comments>http://www.softdevtube.com/2010/08/04/testing-c-and-asp-net-applications-using-ruby/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[ironruby]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4519</guid>
		<description><![CDATA[Ben Hall shows how Ruby testing tools can help with .NET and ASP.NET development and takes a look at RSpec, Webrat, Cucumber, Selenium and others. Also: a peek at using IronRuby for testing .NET apps. 
http://www.infoq.com/presentations/hall-testing-with-ruby
]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/04/testing-c-and-asp-net-applications-using-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of the Art on .NET</title>
		<link>http://www.softdevtube.com/2010/08/04/the-state-of-the-art-on-net/</link>
		<comments>http://www.softdevtube.com/2010/08/04/the-state-of-the-art-on-net/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:30:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[fsharp]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4515</guid>
		<description><![CDATA[Amanda Laucher and Josh Graham present at an introductory level some of the most important elements of the .NET ecosystem: F#, M, Boo, NUnit, RhinoMocks, Moq, NHibernate, Castle, Windsor, NVelocity, Guerilla WCF, Azure, MEF. 
http://www.infoq.com/presentations/The-State-of-the-Art-on-.NET
]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/08/04/the-state-of-the-art-on-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grease your Suite: Tips and Tricks for Faster Testing</title>
		<link>http://www.softdevtube.com/2010/07/15/grease-your-suite-tips-and-tricks-for-faster-testing/</link>
		<comments>http://www.softdevtube.com/2010/07/15/grease-your-suite-tips-and-tricks-for-faster-testing/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 13:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[shoulda]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4497</guid>
		<description><![CDATA[Continuous integration is a great way to keep your code base organized and well tested. But when a test suite takes so long to run that developers stop running it before every commit, they lose their constant feedback loop and quality drops. In this talk we’ll explore methods of speeding up the test suite so [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/15/grease-your-suite-tips-and-tricks-for-faster-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Case Definition</title>
		<link>http://www.softdevtube.com/2010/07/13/test-case-definition/</link>
		<comments>http://www.softdevtube.com/2010/07/13/test-case-definition/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[test case]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4493</guid>
		<description><![CDATA[In this video Lanette Creamer explains why she didn&#8217;t take offense when James Bach asked her what she thought a test case was and if she really agreed with the IEEE definition, which he felt was a poor definition.

Video Producer and Discussion About This
]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/13/test-case-definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing techniques for Google App Engine</title>
		<link>http://www.softdevtube.com/2010/07/07/testing-techniques-for-google-app-engine/</link>
		<comments>http://www.softdevtube.com/2010/07/07/testing-techniques-for-google-app-engine/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[google app engine]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4481</guid>
		<description><![CDATA[Google App Engine is designed to help developers more easily create and manage scalable web applications. But what about testing? We typically write tests under the assumption that our development stack closely resembles our production stack, so what do we do when our target environment only lives in the cloud? In this talk, we will [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/07/testing-techniques-for-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sustainable Test-Driven Development</title>
		<link>http://www.softdevtube.com/2010/07/07/sustainable-test-driven-development/</link>
		<comments>http://www.softdevtube.com/2010/07/07/sustainable-test-driven-development/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4477</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.softdevtube.com/2010/07/07/sustainable-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Molybdenum Cross Browser Testing</title>
		<link>http://www.softdevtube.com/2010/07/07/molybdenum-cross-browser-testing/</link>
		<comments>http://www.softdevtube.com/2010/07/07/molybdenum-cross-browser-testing/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:09:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[molybdenum]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4473</guid>
		<description><![CDATA[Molybdenum is web UI testing made easy. Capture and replay, modularized and maintainable tests with bricks, data binding with external files, reporting with simple rerun possibilities, test other media than HTML like PDF with helper applications. It provides integration into build tools like ANT and Maven. Molybdenum is based on selenium-core. While SeleniumIDE is focusing [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/07/molybdenum-cross-browser-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging in YUI 3</title>
		<link>http://www.softdevtube.com/2010/07/05/debugging-in-yui-3/</link>
		<comments>http://www.softdevtube.com/2010/07/05/debugging-in-yui-3/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4466</guid>
		<description><![CDATA[YUI engineer Luke Smith discusses the fine art of debugging web applications, looking at general tools and techniques and providing a few specific hints about debugging in YUI 3.

Download video, slides and transcript
]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/05/debugging-in-yui-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug Flex and PHP Code Using Flash Builder</title>
		<link>http://www.softdevtube.com/2010/07/05/debug-flex-and-php-code-using-flash-builder/</link>
		<comments>http://www.softdevtube.com/2010/07/05/debug-flex-and-php-code-using-flash-builder/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:10:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4464</guid>
		<description><![CDATA[This video presents how to debug the code of a combined Flex and PHP project using Flash Builder 4 and Zend Studio 7.1. It reviews how to use breakpoints to test your application.

]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/05/debug-flex-and-php-code-using-flash-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning TDD through Test-first Teaching</title>
		<link>http://www.softdevtube.com/2010/07/05/learning-tdd-through-test-first-teaching/</link>
		<comments>http://www.softdevtube.com/2010/07/05/learning-tdd-through-test-first-teaching/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4460</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.softdevtube.com/2010/07/05/learning-tdd-through-test-first-teaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with GivWenZen</title>
		<link>http://www.softdevtube.com/2010/07/01/getting-started-with-givwenzen/</link>
		<comments>http://www.softdevtube.com/2010/07/01/getting-started-with-givwenzen/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 11:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[givwenzen]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4451</guid>
		<description><![CDATA[This screencast gives a 10 minute how to on getting started with GivWenZen. GivWenZen allows a user to use the BDD Given When Then vocabulary and plain text sentences to help a team get the words right and create a ubiquitous language to describe and test a business domain. 

]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/07/01/getting-started-with-givwenzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg Technical Talks &#8211; Kohsuke Kawaguchi</title>
		<link>http://www.softdevtube.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/</link>
		<comments>http://www.softdevtube.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=4443</guid>
		<description><![CDATA[The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities &#8211; from custom reports that include embedded [...]]]></description>
		<wfw:commentRss>http://www.softdevtube.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
