<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Unit Testing SharePoint Solutions &#8211; The Basics</title>
	<atom:link href="http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/</link>
	<description>Inspiring people to change the way they work</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: &#187; Beginners Guide to TD WebPart Development (none)</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1286</link>
		<dc:creator>&#187; Beginners Guide to TD WebPart Development (none)</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1286</guid>
		<description>[...] Andrew Woodward, acaba de publicar un MUY interesante documento “Beginners Guide to Test Driven Web Part Development”, que os recomiendo. Se puede descargar desde su blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Andrew Woodward, acaba de publicar un MUY interesante documento “Beginners Guide to Test Driven Web Part Development”, que os recomiendo. Se puede descargar desde su blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Get Ex Back</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1217</link>
		<dc:creator>Get Ex Back</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1217</guid>
		<description>well, Solutions—The Basics. Andrew Woodward explains the fundamentals of writing unit tests for SharePoint solutions</description>
		<content:encoded><![CDATA[<p>well, Solutions—The Basics. Andrew Woodward explains the fundamentals of writing unit tests for SharePoint solutions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Nielsen</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1199</link>
		<dc:creator>Lars Nielsen</dc:creator>
		<pubDate>Mon, 17 May 2010 21:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1199</guid>
		<description>Thanks for this paper.  As someone who knows only a little about unit testing, this is a great starting point on the practicalities of unit testing.  &lt;br&gt;&lt;br&gt;It was a good idea to focus on unit testing a class at first, rather than getting bogged down in the SharePoint object model and the web part itself.  I found when going through the tutorial that I occasionally got &quot;Unable to copy&quot; compiler errors in Visual Studio when the DLL was locked by NUnit.  The solution was to reload the project in NUnit before compiling - it might be worth mentioning this in the notes.</description>
		<content:encoded><![CDATA[<p>Thanks for this paper.  As someone who knows only a little about unit testing, this is a great starting point on the practicalities of unit testing.  </p>
<p>It was a good idea to focus on unit testing a class at first, rather than getting bogged down in the SharePoint object model and the web part itself.  I found when going through the tutorial that I occasionally got &#8220;Unable to copy&#8221; compiler errors in Visual Studio when the DLL was locked by NUnit.  The solution was to reload the project in NUnit before compiling &#8211; it might be worth mentioning this in the notes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1114</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1114</guid>
		<description>Ali&lt;br&gt;&lt;br&gt;have a look at the second White paper.  This one really shows how you an design testable code even with SharePoint.&lt;br&gt;&lt;br&gt;If you have any specific challenges let me know.</description>
		<content:encoded><![CDATA[<p>Ali</p>
<p>have a look at the second White paper.  This one really shows how you an design testable code even with SharePoint.</p>
<p>If you have any specific challenges let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Danger</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1113</link>
		<dc:creator>Ali Danger</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1113</guid>
		<description>From what I can see this is a tutorial on (a) writing a generic unit test; and (b) writing a web part, but does not cover writing a unit test for a web part. Quite helpful, but didn&#039;t really solve my problem.</description>
		<content:encoded><![CDATA[<p>From what I can see this is a tutorial on (a) writing a generic unit test; and (b) writing a web part, but does not cover writing a unit test for a web part. Quite helpful, but didn&#39;t really solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bazphone</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-1018</link>
		<dc:creator>bazphone</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-1018</guid>
		<description>This seems like the most comprehensive blog on this niche&lt;br&gt;&lt;br&gt;Regards</description>
		<content:encoded><![CDATA[<p>This seems like the most comprehensive blog on this niche</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backlinks</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-979</link>
		<dc:creator>backlinks</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-979</guid>
		<description>nice post, thanks for sharing</description>
		<content:encoded><![CDATA[<p>nice post, thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backlinks</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-975</link>
		<dc:creator>backlinks</dc:creator>
		<pubDate>Tue, 28 Jul 2009 19:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-975</guid>
		<description>nice post, thanks for sharing</description>
		<content:encoded><![CDATA[<p>nice post, thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurtcbn</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-974</link>
		<dc:creator>kurtcbn</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-974</guid>
		<description>I already download it, will learn it first. Cheers&lt;br&gt;&lt;a href=&quot;http://www.cellphonepda.org&quot; rel=&quot;follow&quot; rel=&quot;nofollow&quot;&gt;Cell Phone PDA&lt;/a&gt; &lt;a href=&quot;http://ngeblog.info&quot; rel=&quot;follow&quot; rel=&quot;nofollow&quot;&gt;Blog&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I already download it, will learn it first. Cheers<br /><a href="http://www.cellphonepda.org" rel="follow" rel="nofollow">Cell Phone PDA</a> <a href="http://ngeblog.info" rel="follow" rel="nofollow">Blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/agile/beginners-guide-to-test-driven-web-part-development/attachment/unit-testing-sharepoint-solutions-the-basics/comment-page-1/#comment-954</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/wp-content/uploads/2008/08/unit-testing-sharepoint-solutions-the-basics.pdf#comment-954</guid>
		<description>Thanks Jim, have now removed what were rightly spam comments that got through the net.&lt;br&gt;&lt;br&gt;I think the PDF being a bit off was down to the way it was generated,  will see if the new Office 2007 PDF export works better.</description>
		<content:encoded><![CDATA[<p>Thanks Jim, have now removed what were rightly spam comments that got through the net.</p>
<p>I think the PDF being a bit off was down to the way it was generated,  will see if the new Office 2007 PDF export works better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

