<?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>Dot Net News &#187; Testing</title>
	<atom:link href="http://www.dot-net-news.com/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dot-net-news.com</link>
	<description>News on Microsoft .NET Development</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:18:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TestApi v0.5</title>
		<link>http://www.dot-net-news.com/testapi-v0-5/</link>
		<comments>http://www.dot-net-news.com/testapi-v0-5/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:13:05 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/testapi-v0-5/</guid>
		<description><![CDATA[TestApi is a policy-free API library, delivering Microsoft testing technology in an easy-to-use package.&#160; It can be used within the major testing tools (VSTS, NUnit, xUnit, etc.) to automate testing for desktop and browser applications on Windows.
This 5th version includes:

New Theme Changing API &#8211; enables testing on different OS themes
Sub-image comparison
Revamped variation generation API
Fixes/updates to [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/testapi-v0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE eBook: .NET Performance Testing and Optimization</title>
		<link>http://www.dot-net-news.com/free-ebook-net-performance-testing-and-optimization/</link>
		<comments>http://www.dot-net-news.com/free-ebook-net-performance-testing-and-optimization/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:55:08 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/free-ebook-net-performance-testing-and-optimization/</guid>
		<description><![CDATA[ In the Complete Guide .NET Performance and Optimization, Paul Glavich and Chris Farrell offer a comprehensive and essential handbook to anybody looking to set up a .NET testing environment and get the best results out of it, or just learn effective techniques for testing and optimizing their .NET applications. 
Download your free eBook from [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/free-ebook-net-performance-testing-and-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JustMock Unit Test Tool</title>
		<link>http://www.dot-net-news.com/justmock-unit-test-tool/</link>
		<comments>http://www.dot-net-news.com/justmock-unit-test-tool/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:33:46 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/justmock-unit-test-tool/</guid>
		<description><![CDATA[ 
JustMock is a new software developer tool by Telerik that makes it easy to create unit tests.&#160; JustMock cuts your development time and helps you create better unit tests without requiring you to change your code.&#160; It allows you to perform fast and controlled tests that are independent of external dependencies like databases, web [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/justmock-unit-test-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoPoco v0.1</title>
		<link>http://www.dot-net-news.com/autopoco-v0-1/</link>
		<comments>http://www.dot-net-news.com/autopoco-v0-1/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 13:50:23 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/autopoco-v0-1/</guid>
		<description><![CDATA[AutoPoco is an open-source framework for fluently building meaningful test data from Plain Old CLR Objects.&#160; AutoPoco replaces manually-written object mothers and test data builders with a fluent interface, providing an easy way to generate lots of test data in a short time.
AutoPoco on CodePlex
]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/autopoco-v0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhino Mocks 3.6</title>
		<link>http://www.dot-net-news.com/rhino-mocks-3-6/</link>
		<comments>http://www.dot-net-news.com/rhino-mocks-3-6/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:04:03 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/rhino-mocks-3-6/</guid>
		<description><![CDATA[


Rhino.Mocks is an open-source dynamic mock object framework for the .NET platform.&#160; It makes testing easier by enabling the developer to create mock implementations of custom objects and verify the object interactions with unit testing. 
New features include:

Recursive mocks
Raise events on VB6 DLLs
Remoting mocks as static methods
Access methods from MethodInvocation 
Bug fixes 

Download Rhino Mocks
]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/rhino-mocks-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TestApi v0.3</title>
		<link>http://www.dot-net-news.com/testapi-v03/</link>
		<comments>http://www.dot-net-news.com/testapi-v03/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:11:14 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/testapi-v03/</guid>
		<description><![CDATA[TestApi is a policy-free API library, delivering Microsoft testing technology in an easy-to-use package.&#160; It can be used within the major testing tools (VSTS, NUnit, xUnit, etc.) to automate testing for desktop and browser applications on Windows. 
The new version 0.3 introduces some fairly significant changes and new features:

New name spaces (under Microsoft.Test) and new [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/testapi-v03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SilverUnit 0.5 for Silverlight Unit Testing</title>
		<link>http://www.dot-net-news.com/silverunit-05-for-silverlight-unit-testing/</link>
		<comments>http://www.dot-net-news.com/silverunit-05-for-silverlight-unit-testing/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:30:59 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/silverunit-05-for-silverlight-unit-testing/</guid>
		<description><![CDATA[


SilverUnit 0.5 is now available with speed optimizations and binary reference to the latest Typemock version 5.3.0.
SilverUnit is an open-source project that allows true unit testing of Silverlight objects, without needing to run them in the Silverlight runtime or in the browser.&#160; It’s useful for testing logic, and it’s much simpler to use than Microsoft’s [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/silverunit-05-for-silverlight-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moq 3.0</title>
		<link>http://www.dot-net-news.com/moq-30/</link>
		<comments>http://www.dot-net-news.com/moq-30/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:03:11 +0000</pubDate>
		<dc:creator>DotNut</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.dot-net-news.com/moq-30/</guid>
		<description><![CDATA[Moq (pronounced &#34;Mock-you&#34; or just &#34;Mock&#34;) 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).&#160; This makes Moq the most productive, type-safe and refactoring-friendly mocking library available.&#160; And it supports mocking interfaces as well as classes.&#160; [...]]]></description>
		<wfw:commentRss>http://www.dot-net-news.com/moq-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
