<?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>Agile Scrum Videos and Tutorials &#187; mock</title>
	<atom:link href="http://www.tvagile.com/tag/mock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tvagile.com</link>
	<description>Agile Software Development, Scrum, Extreme Programing, XP, Test Driven Development, TDD, Feature Driven Development, FDD, Lean, DSDM, Behavior Driven Development, BDD, Refactoring, Pair Programming, Kanban</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:04:14 +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>Moles: Mocking the Un-Mockable</title>
		<link>http://www.tvagile.com/2010/04/26/moles-mocking-the-un-mockable/</link>
		<comments>http://www.tvagile.com/2010/04/26/moles-mocking-the-un-mockable/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:18:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2036</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.tvagile.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.tvagile.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/</link>
		<comments>http://www.tvagile.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:20:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1973</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.tvagile.com/2010/03/01/learning-how-to-use-manual-mocks-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolation Frameworks: Mocking Out/Ref Arguments</title>
		<link>http://www.tvagile.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/</link>
		<comments>http://www.tvagile.com/2009/09/07/isolation-frameworks-mocking-outref-arguments/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:38:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1631</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.tvagile.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.tvagile.com/2009/08/28/interaction-based-testing-with-rhino-mocks/</link>
		<comments>http://www.tvagile.com/2009/08/28/interaction-based-testing-with-rhino-mocks/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:47:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1572</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.tvagile.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.tvagile.com/2009/08/24/powermock/</link>
		<comments>http://www.tvagile.com/2009/08/24/powermock/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[powermock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1524</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.tvagile.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.tvagile.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/</link>
		<comments>http://www.tvagile.com/2009/07/21/isolation-frameworks-learning-how-to-validate-expectations/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1440</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.tvagile.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.tvagile.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/</link>
		<comments>http://www.tvagile.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:07:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1432</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.tvagile.com/2009/07/20/isolation-frameworks-learning-how-to-stub-fake-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interaction Based Testing</title>
		<link>http://www.tvagile.com/2008/09/01/gtac-2007-heusser-mcmillan-interaction-based-testing/</link>
		<comments>http://www.tvagile.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.tvagile.com/2008/09/01/gtac-2007-heusser-mcmillan-interaction-based-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

