<?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>Karsten Grombach's SharePoint Blog &#187; Testing</title>
	<atom:link href="http://www.grombach.com/index.php/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grombach.com</link>
	<description>Have no fear of perfection - you'll never reach it.</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:12:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Testing resources for SharePoint</title>
		<link>http://www.grombach.com/index.php/2008/09/28/testing-resources-for-sharepoint/</link>
		<comments>http://www.grombach.com/index.php/2008/09/28/testing-resources-for-sharepoint/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:52:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.grombach.com/index.php/2008/09/28/testing-resources-for-sharepoint/</guid>
		<description><![CDATA[Over the past weeks I spent quite some time researching the possibilities of automating the test process with SharePoint. Visual Studio Test Edition (or Team Suite) already goes a long way. It offers the following tests types all in one location: Unit testing, Load testing, Performance testing, Stress testing, Web testing and Generic testing (used [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past weeks I spent quite some time researching the possibilities of automating the test process with SharePoint. Visual Studio Test Edition (or Team Suite) already goes a long way. It offers the following tests types all in one location: Unit testing, Load testing, Performance testing, Stress testing, Web testing and Generic testing (used to wrap external testing tools). Additionally you get tools to manage and maintain you tests all in one location. E.g. Test lists, work items, reports</p>
<p>The following list of links and resources should be useful to complete your testing needs:</p>
<p><strong></strong></p>
<p><strong>Utilise the capabilities of Visual Studios testing features:</strong></p>
<p>First of all learn what team system has to offer: Loads of videos at <a href="http://www.asp.net">www.asp.net</a> : Getting Started with Team System</p>
<p><a title="http://www.asp.net/learn/vsts-videos/" href="http://www.asp.net/learn/vsts-videos/">http://www.asp.net/learn/vsts-videos/</a></p>
<p><strong></strong></p>
<p><strong>Testing SharePoint specialities</strong></p>
<p><em><strong>Testing SharePoint Alerts in a Test Environment</strong></em></p>
<p><a href="http://www.sheltonblog.com/archive/2007/11/25/free-utility-for-testing-sharepointmoss-2007-email-sending.aspx">Free Utility for Testing SharePoint/MOSS 2007 Email Sending in a Development Environment.</a></p>
<p><a href="http://blogs.officezealot.com/legault/archive/2006/02/02/9143.aspx">http://blogs.officezealot.com/legault/archive/2006/02/02/9143.aspx</a></p>
<p><strong><em>Testing SharePoint Search </em></strong></p>
<p>This article nicely demonstrates how to use visual studios web tests to test SharePoint search:</p>
<p><a title="http://www.helloitsliam.com/archive/2008/04/14/moss2007-–-visual-studio-2008-testing-search.aspx" href="http://www.helloitsliam.com/archive/2008/04/14/moss2007-–-visual-studio-2008-testing-search.aspx">http://www.helloitsliam.com/archive/2008/04/14/moss2007-–-visual-studio-2008-testing-search.aspx</a></p>
<p><em><strong>Testing document upload</strong></em></p>
<p>Apart from giving a good intro on how to use visual studio tests this article shows what is needed to upload documents in web tests, which really is not trivial.</p>
<p><a title="http://www.helloitsliam.com/archive/2008/06/23/moss2007-testing-with-vs-2008-response-to-comments.aspx" href="http://www.helloitsliam.com/archive/2008/06/23/moss2007-testing-with-vs-2008-response-to-comments.aspx">http://www.helloitsliam.com/archive/2008/06/23/moss2007-testing-with-vs-2008-response-to-comments.aspx</a></p>
<p><strong></strong></p>
<p><strong>SharePoint load testing &amp; test data creation</strong></p>
<p><a title="http://blogs.msdn.com/edglas/archive/2007/02/17/sharepoint-load-tests.aspx" href="http://blogs.msdn.com/edglas/archive/2007/02/17/sharepoint-load-tests.aspx">http://blogs.msdn.com/edglas/archive/2007/02/17/sharepoint-load-tests.aspx</a></p>
<p><a title="http://blogs.msdn.com/edglas/archive/2007/02/17/performance-testing-guidance.aspx" href="http://blogs.msdn.com/edglas/archive/2007/02/17/performance-testing-guidance.aspx">http://blogs.msdn.com/edglas/archive/2007/02/17/performance-testing-guidance.aspx</a></p>
<p><strong></strong></p>
<p><strong>Unit Testing</strong></p>
<p>Unit testing SharePoint code quickly becomes a challenge when your code uses the SharePoint context object. This usually involves some kind of mockup code. The following article describes the necessary steps to achieve this. (Actually the article is written for SharePoint 2003/WSS 2.0, but the pattern remains the same.)</p>
<p><a href="http://blog.chapmanconsulting.ca/2006/02/15/Creating+An+NUnit+Base+Test+Class+For+SharePoint+Applications+Part+2.aspx">http://blog.chapmanconsulting.ca/2006/02/15/Creating+An+NUnit+Base+Test+Class+For+SharePoint+Applications+Part+2.aspx</a></p>
<p><strong></strong></p>
<p><strong>Layout / Web Testing </strong></p>
<h4><em>IE Tester</em></h4>
<p>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of <strong>IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP</strong>, as well as the installed IE in the same process:</p>
<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage">http://www.my-debugbar.com/wiki/IETester/HomePage</a></p>
<p><strong><em>Browsershots</em></strong></p>
<p>&#8220;Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.&#8221;<br />
If you don&#8217;t like publishing your confidential designs to the internet, the you can either rent your own CPU time or set up your own instance.</p>
<p><a title="http://v03.browsershots.org/" href="http://v03.browsershots.org/">http://v03.browsershots.org/</a></p>
<p><strong><em>Alternative web testing method</em></strong></p>
<p>If you can&#8217;t use visual studios testing features for some reason then have a look at WSSTester:</p>
<p><a title="http://www.sharethispoint.com/archive/2008/01/22/Automated-Testing-in-SharePoint-with-WSSTester.aspx" href="http://www.sharethispoint.com/archive/2008/01/22/Automated-Testing-in-SharePoint-with-WSSTester.aspx">http://www.sharethispoint.com/archive/2008/01/22/Automated-Testing-in-SharePoint-with-WSSTester.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grombach.com/index.php/2008/09/28/testing-resources-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

