<?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; mock</title>
	<atom:link href="http://www.testingtv.com/tag/mock/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>Use Setup Arguments with Moq</title>
		<link>http://www.testingtv.com/2011/09/12/use-setup-arguments-with-moq/</link>
		<comments>http://www.testingtv.com/2011/09/12/use-setup-arguments-with-moq/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:24:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[moq]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2115</guid>
		<description><![CDATA[This tutorial shows how to use Setup parameters in the Returns of a mocked function using Moq. Moq (pronounced &#8220;Mock-you&#8221; or just &#8220;Mock&#8221;) is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/09/12/use-setup-arguments-with-moq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mocks Suck (and what to do about it)</title>
		<link>http://www.testingtv.com/2010/12/20/mocks-suck-and-what-to-do-about-it/</link>
		<comments>http://www.testingtv.com/2010/12/20/mocks-suck-and-what-to-do-about-it/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 12:44:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1961</guid>
		<description><![CDATA[Mock Objects caught the developer imagination when they were introduced to the world in 2000 and there are mock object frameworks for almost as many languages as there are testing frameworks. Many teams however discover too late the pain caused by using mock objects in their tests; brittle tests, an increasing lack of confidence in [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/12/20/mocks-suck-and-what-to-do-about-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unit Testing Best Practices &amp; Test Reviews</title>
		<link>http://www.testingtv.com/2010/11/15/unit-testing-best-practices-test-reviews/</link>
		<comments>http://www.testingtv.com/2010/11/15/unit-testing-best-practices-test-reviews/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 18:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1931</guid>
		<description><![CDATA[In this session we look at existing .NET code form open source projects and discuss anti patterns worst practices when doing unit testing in the wild. From abuse of mock objects, unmaintainable tests and unreadable tests to checking interactions vs. state – this talk will take you deep into the real ugly world of unit [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/11/15/unit-testing-best-practices-test-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Mistakes in Unit Testing</title>
		<link>http://www.testingtv.com/2010/09/06/top-10-mistakes-in-unit-testing/</link>
		<comments>http://www.testingtv.com/2010/09/06/top-10-mistakes-in-unit-testing/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 11:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1875</guid>
		<description><![CDATA[In this session we review the top 10 ways you can cause unit testing to fail to work for your project. From readability problems and lack of trust to mock object abuse and semi-integration testing &#8211; these gotchas can save you lots of time, sweat, and tears on your current and next projects. Download video [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/09/06/top-10-mistakes-in-unit-testing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/te/NorthAmerica/2010/wmv/DPR204.wmv" length="91381515" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>The State of the Art on .NET</title>
		<link>http://www.testingtv.com/2010/08/04/the-state-of-the-art-on-net/</link>
		<comments>http://www.testingtv.com/2010/08/04/the-state-of-the-art-on-net/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:30:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[fsharp]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1799</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.testingtv.com/2010/08/04/the-state-of-the-art-on-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moles: Mocking the Un-Mockable</title>
		<link>http://www.testingtv.com/2010/04/26/moles-mocking-the-un-mockable/</link>
		<comments>http://www.testingtv.com/2010/04/26/moles-mocking-the-un-mockable/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[moles]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[pex]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1711</guid>
		<description><![CDATA[In this episode we are going to take at how to use Pex and Moles for .Net. Unit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed with no interface. If you [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/04/26/moles-mocking-the-un-mockable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning how to use Manual Mocks for Testing</title>
		<link>http://www.testingtv.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/</link>
		<comments>http://www.testingtv.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1664</guid>
		<description><![CDATA[In this episode we are going to take a look at how to use manual mocks for testing. Often times when creating unit tests we need to work in isolation in order to cover the paths we are attempting to test. When we want to test in isolation you can use a testing technique where [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Mock Yourself Out</title>
		<link>http://www.testingtv.com/2010/01/18/dont-mock-yourself-out-2/</link>
		<comments>http://www.testingtv.com/2010/01/18/dont-mock-yourself-out-2/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:19:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1605</guid>
		<description><![CDATA[Ask experienced Rails developers what they think about mock objects and some will say “absolutely awesome” while others “absolutely horrible.” The problem with both of those answers lies their “absolute”-ness. Used appropriately, mock objects are a powerful design tool that can lead to highly maintainable applications. Used in the wrong context or for the wrong [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/01/18/dont-mock-yourself-out-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testable Software</title>
		<link>http://www.testingtv.com/2009/11/09/testable-software/</link>
		<comments>http://www.testingtv.com/2009/11/09/testable-software/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1494</guid>
		<description><![CDATA[In this talk David Evans and Mike Scott discuss the effect architectural decisions have on application testability. They assert that a testable architecture is inherently a better architecture, and demonstrate how testability in itself is an essential dimension in any architecture because of its relationship to good architectural patterns and practices. http://skillsmatter.com/podcast/open-source-dot-net/testable-software]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/11/09/testable-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning to use Partial Mocks</title>
		<link>http://www.testingtv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/</link>
		<comments>http://www.testingtv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 11:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1462</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. This time around we are going to be focusing how to use Partial Mocks to test abstract classes and methods within a concrete class. http://www.dimecasts.net/Content/WatchEpisode/142]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/10/05/isolation-frameworks-learning-to-use-partial-mocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Mocking Out/Ref Arguments</title>
		<link>http://www.testingtv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/</link>
		<comments>http://www.testingtv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:38:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1433</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We are going to focusing this episode on how to setup you mocks when you need to mock a class with either Out or Ref arguments. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interaction Based Testing with Rhino Mocks</title>
		<link>http://www.testingtv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/</link>
		<comments>http://www.testingtv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:46:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1410</guid>
		<description><![CDATA[Beyond the simplest scenarios, all objects had collaborators that they work with. This flies in the face of testing objects in isolation. This is the problem that mock objects were created to solve. In this talk you will learn what mock objects are, how to utilize them and best practices on when / how to [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/08/28/interaction-based-testing-with-rhino-mocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerMock</title>
		<link>http://www.testingtv.com/2009/08/24/powermock/</link>
		<comments>http://www.testingtv.com/2009/08/24/powermock/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:42:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[powermock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1383</guid>
		<description><![CDATA[PowerMock can be used to test code normally regarded as untestable! Have you ever heard anyone say that you should never use static or final methods in your code because it makes them impossible to test? Have you ever changed a method from private to protected for the sake of testability? What about avoiding &#8220;new&#8221;? [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/08/24/powermock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning how to validate expectations</title>
		<link>http://www.testingtv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/</link>
		<comments>http://www.testingtv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1346</guid>
		<description><![CDATA[In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will focus our learning this time around on the various ways you can setup and validate expectations on your stubs/fakes. Validating these expectations will allow [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Learning how to Stub &amp; Fake Data</title>
		<link>http://www.testingtv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/</link>
		<comments>http://www.testingtv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1333</guid>
		<description><![CDATA[In this episode we are going to start learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will start off our learning experience by learning the basics. We will be taking a look at how to setup stubs/fakes in order to hard wire return values [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Mock Yourself Out</title>
		<link>http://www.testingtv.com/2009/05/28/dont-mock-yourself-out/</link>
		<comments>http://www.testingtv.com/2009/05/28/dont-mock-yourself-out/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1260</guid>
		<description><![CDATA[Used appropriately, mock objects are a powerful design tool that can lead to highly maintainable applications. Used in the wrong context, they can lead to painfully brittle test suites. Attendees will leave this session with more insight into mock objects, and a better handle on when it makes sense to use them.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/05/28/dont-mock-yourself-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to the AutoMocking Container in StructureMap</title>
		<link>http://www.testingtv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/</link>
		<comments>http://www.testingtv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1205</guid>
		<description><![CDATA[In this episode you will take a look at how to use the AutoMocking Container that is part of StructureMap 2.5.  You will be shown how to setup and use this container to reduce noise in your tests. http://www.dimecasts.net/Content/WatchEpisode/62]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Mocking with Moq</title>
		<link>http://www.testingtv.com/2008/12/23/introduction-to-mocking-with-moq/</link>
		<comments>http://www.testingtv.com/2008/12/23/introduction-to-mocking-with-moq/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 13:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[moq]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=849</guid>
		<description><![CDATA[In this episode we will learn how to use the Mocking framework Moq. This is an introductory overview of using Moq and is meant for those who are new to either mocking or Moq. http://www.dimecasts.net/Content/WatchEpisode/8 Additional resources Moq home page]]></description>
		<wfw:commentRss>http://www.testingtv.com/2008/12/23/introduction-to-mocking-with-moq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mock Dialogue, Conversations on Testing and Mocking</title>
		<link>http://www.testingtv.com/2008/11/20/mock-dialogue-conversations-on-testing-and-mocking/</link>
		<comments>http://www.testingtv.com/2008/11/20/mock-dialogue-conversations-on-testing-and-mocking/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=584</guid>
		<description><![CDATA[Sit in like a fly on the wall with a development team as they wrestle with the issues of testing and the use of mock objects. Three acts cover using mock objects to remove dependencies on external dependencies, explore the use of mocks to isolate the code under test from the rest of the system, [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2008/11/20/mock-dialogue-conversations-on-testing-and-mocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interaction Based Testing</title>
		<link>http://www.testingtv.com/2008/09/01/gtac-2007-heusser-mcmillan-interaction-based-testing/</link>
		<comments>http://www.testingtv.com/2008/09/01/gtac-2007-heusser-mcmillan-interaction-based-testing/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=291</guid>
		<description><![CDATA[The 2nd Annual Google Test Automation Conference (GTAC) in New York on August 23 and 24, 2007. In the world of developer-facing automated tests, IBT is arguably one of the most controversial topics. One side claims that &#8220;pure&#8221; unit testing is a way to ensure that code behaves as specified, providing design and maintenance benefits [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2008/09/01/gtac-2007-heusser-mcmillan-interaction-based-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

