<?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; rhino</title>
	<atom:link href="http://www.testingtv.com/tag/rhino/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>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>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>
	</channel>
</rss>

