<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Into Visual Studio Team System &#187; Team Test</title>
	<atom:link href="http://intovsts.net/category/team-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://intovsts.net</link>
	<description>blogging about the current and upcoming release(s) of Visual Studio Team System</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='intovsts.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Into Visual Studio Team System &#187; Team Test</title>
		<link>http://intovsts.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://intovsts.net/osd.xml" title="Into Visual Studio Team System" />
	<atom:link rel='hub' href='http://intovsts.net/?pushpress=hub'/>
		<item>
		<title>Running Coded UI Tests (from action recordings with MTLM) in Team Builds (TFS2010)</title>
		<link>http://intovsts.net/2010/01/21/running-coded-ui-tests-from-action-recordings-with-mtlm-in-team-builds-tfs2010/</link>
		<comments>http://intovsts.net/2010/01/21/running-coded-ui-tests-from-action-recordings-with-mtlm-in-team-builds-tfs2010/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:38:46 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Team Build]]></category>
		<category><![CDATA[Team Test]]></category>
		<category><![CDATA[TFS2010]]></category>

		<guid isPermaLink="false">http://intovsts.wordpress.com/2010/01/21/running-coded-ui-tests-from-action-recordings-with-mtlm-in-team-builds-tfs2010/</guid>
		<description><![CDATA[With Visual Studio 2010 (Premium/Ultimate) we are able to create several types of automated tests. Automated tests will execute a sequence of test steps and determine whether the tests pass or fail according to expected results. Coded UI Tests provide functional testing of the user interface and validation of user interface controls. How to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=455&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With Visual Studio 2010 (Premium/Ultimate) we are able to create several types of automated tests. Automated tests will execute a sequence of test steps and determine whether the tests pass or fail according to expected results.</p>
<p><strong>Coded UI Tests</strong> provide functional testing of the user interface and validation of user interface controls.</p>
<p>How to create Coded UI Tests? You could create them directly into Visual Studio, but for this blogpost I want to start from an <em>action recording</em> in <strong>Microsoft Test and Lab Manager (MTLM)</strong>. An action recording is quite useful in manual tests that you need to run multiple times and for recycling common steps in different manual tests that contain shared steps.</p>
<p>I did create a simple test case with different test steps in MTLM to test some behavior on my website.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/testcasedefinition.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="TestCaseDefinition" border="0" alt="TestCaseDefinition" src="http://intovsts.files.wordpress.com/2010/01/testcasedefinition_thumb.png?w=404&#038;h=352" width="404" height="352" /></a> </p>
<p>From MTLM I started a test run for this test case.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/testsuiteoverview.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="TestSuiteOverview" border="0" alt="TestSuiteOverview" src="http://intovsts.files.wordpress.com/2010/01/testsuiteoverview_thumb.png?w=404&#038;h=134" width="404" height="134" /></a> </p>
</p>
<p>Before running the test, I do need to check the action recording to be sure to capture my actions for this test.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/createactionrecording.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="CreateActionRecording" border="0" alt="CreateActionRecording" src="http://intovsts.files.wordpress.com/2010/01/createactionrecording_thumb.png?w=404&#038;h=344" width="404" height="344" /></a> </p>
<p>The Test Runner will give a detailed overview of the recorded actions. Afterwards you will be able to replay all these stored actions in the Test Runner.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/actionrecordings.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="ActionRecordings" border="0" alt="ActionRecordings" src="http://intovsts.files.wordpress.com/2010/01/actionrecordings_thumb.png?w=404&#038;h=512" width="404" height="512" /></a>&#160; </p>
<p>After saving the results of this test run (all data is associated to my test case) it’s time to open Visual Studio 2010 and to create a Coded UI Test.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/testcaseattachments.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="TestCaseAttachments" border="0" alt="TestCaseAttachments" src="http://intovsts.files.wordpress.com/2010/01/testcaseattachments_thumb.png?w=404&#038;h=106" width="404" height="106" /></a> </p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/codeduiteststart.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="CodedUITestStart" border="0" alt="CodedUITestStart" src="http://intovsts.files.wordpress.com/2010/01/codeduiteststart_thumb.png?w=404&#038;h=232" width="404" height="232" /></a> </p>
<p>Instead of choosing the default option to record actions I did choose to use an existing action recording after which I need to retrieve the appropriate test case to link to the associated actions.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/actionrecordingpicker.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="ActionRecordingPicker" border="0" alt="ActionRecordingPicker" src="http://intovsts.files.wordpress.com/2010/01/actionrecordingpicker_thumb.png?w=404&#038;h=306" width="404" height="306" /></a> </p>
</p>
<p>By clicking OK, Visual Studio will start generating code that will represent my actions that were recorded in Microsoft Test and Lab Manager. On top of that you are also able to add assertions on parts of the user interface in a separate Coded UI Test that you may reuse in other Coded UI Tests.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/codeduitestassertions.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="CodedUITestAssertions" border="0" alt="CodedUITestAssertions" src="http://intovsts.files.wordpress.com/2010/01/codeduitestassertions_thumb.png?w=334&#038;h=336" width="334" height="336" /></a></p>
<p>Now, let’s integrate this entire UI test (MyCodedUITest) into the automated build. I created a default new build defintion where I also enabled to run the automated tests.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/builddefinition.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="BuildDefinition" border="0" alt="BuildDefinition" src="http://intovsts.files.wordpress.com/2010/01/builddefinition_thumb.png?w=404&#038;h=182" width="404" height="182" /></a> </p>
</p>
<p>To run unit tests that interact with the desktop during a Team Build, we need to modify the Build Service Host properties in the <strong>Team Foundation Administration Console</strong> to <em>run the build service as an interactive process</em> instead of running the build service as a Windows Service.</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/buildservicehost.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="BuildServiceHost" border="0" alt="BuildServiceHost" src="http://intovsts.files.wordpress.com/2010/01/buildservicehost_thumb.png?w=404&#038;h=336" width="404" height="336" /></a> </p>
<p>That’s about it. Make sure that the Build Service Host is running in the command line that will pop up after starting the BuildServiceHost. Queue the build and explore the results!</p>
<p><a href="http://intovsts.files.wordpress.com/2010/01/testresults.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="TestResults" border="0" alt="TestResults" src="http://intovsts.files.wordpress.com/2010/01/testresults_thumb.png?w=372&#038;h=198" width="372" height="198" /></a> </p>
<p>Done!</p>
<p>With this post I wanted to highlight the powerful integration of (automated) testing into the upcoming Visual Studio 2010 offering.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=455&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2010/01/21/running-coded-ui-tests-from-action-recordings-with-mtlm-in-team-builds-tfs2010/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/testcasedefinition_thumb.png" medium="image">
			<media:title type="html">TestCaseDefinition</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/testsuiteoverview_thumb.png" medium="image">
			<media:title type="html">TestSuiteOverview</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/createactionrecording_thumb.png" medium="image">
			<media:title type="html">CreateActionRecording</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/actionrecordings_thumb.png" medium="image">
			<media:title type="html">ActionRecordings</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/testcaseattachments_thumb.png" medium="image">
			<media:title type="html">TestCaseAttachments</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/codeduiteststart_thumb.png" medium="image">
			<media:title type="html">CodedUITestStart</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/actionrecordingpicker_thumb.png" medium="image">
			<media:title type="html">ActionRecordingPicker</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/codeduitestassertions_thumb.png" medium="image">
			<media:title type="html">CodedUITestAssertions</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/builddefinition_thumb.png" medium="image">
			<media:title type="html">BuildDefinition</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/buildservicehost_thumb.png" medium="image">
			<media:title type="html">BuildServiceHost</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2010/01/testresults_thumb.png" medium="image">
			<media:title type="html">TestResults</media:title>
		</media:content>
	</item>
		<item>
		<title>MSTest.exe exited with code -2146233082 during Team Build</title>
		<link>http://intovsts.net/2009/09/17/mstest-exe-exited-with-code-2146233082-during-team-build/</link>
		<comments>http://intovsts.net/2009/09/17/mstest-exe-exited-with-code-2146233082-during-team-build/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:39:05 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Team Build]]></category>
		<category><![CDATA[Team Test]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=288</guid>
		<description><![CDATA[Recently I was faced with a failure in a Team Build caused by MSTest that crashed when firing up the Unit Tests. MSBUILD : warning MSB6006: "MSTest.exe" exited with code -2146233082 Digging a bit deeper and running the Unit Tests manually with MSTest on the build server via the command line showed me a dialog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=288&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I was faced with a failure in a Team Build caused by MSTest that crashed when firing up the Unit Tests.</p>
<p><code>MSBUILD : warning MSB6006: "MSTest.exe" exited with code -2146233082</code></p>
<p>Digging a bit deeper and running the Unit Tests manually with MSTest on the build server via the command line showed me a dialog box with the following notification:</p>
<p><code>MSTest.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.</code></p>
<p>Nothing more, nothing less! Hmm &#8230; Note that this behavior only surfaced after SP1 of Visual Studio 2008 and TFS 2008 was installed on the build server. Before, everything worked fine. On my local development pc (with SP1 of Visual Studio 2008) all Unit Tests run without any problems.</p>
<p> Let&#8217;s take a look at the eventviewer to get some extra information of what&#8217;s going wrong here &#8230;</p>
<p>Two interesting events were logged:</p>
<ol>
<li>.NET Runtime version 2.0.50727.3053 &#8211; Fatal Execution Engine Error (7A035E00) (80131506)</li>
<li>Faulting application mstest.exe, version 9.0.30729.1, stamp 488f21a6, faulting module mscorwks.dll, version 2.0.50727.3053, stamp 4889dc18, debug? 0, fault address 0x001c5e00.</li>
</ol>
<p>After searching for these errors on the web I came across some blog posts that mentioned the same <i>Fatal Execution Engine Error</i> but the scenario where this error occurred was totally different. It had something to do with Visual Studio disappearing unexpectedly but apparently there was a <a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827" target="_blank">hotfix available on Microsoft Connect</a> for this <i>Fatal Execution Engine Error</i>. So, with no other options at that moment I decided to go for the hotfix and see what happened.</p>
<p>The hotfix indeed did fix the problem, but I&#8217;m still puzzled what actually caused the problem. Strange was that certain Unit Test assemblies did run well on the build server while others even didn&#8217;t get started due to the above conditions &#8230;</p>
<p>[I did also log this error on the <a href="http://social.msdn.microsoft.com/Forums/en-US/vststest/thread/69ed1cd7-2957-45f0-a1c0-adb80393c496" target="_blank">Testing forum of Visual Studio Team System</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=288&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/09/17/mstest-exe-exited-with-code-2146233082-during-team-build/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Impact Analysis</title>
		<link>http://intovsts.net/2009/02/05/test-impact-analysis/</link>
		<comments>http://intovsts.net/2009/02/05/test-impact-analysis/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:25:18 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Team Build]]></category>
		<category><![CDATA[Team Test]]></category>
		<category><![CDATA[TFS2010]]></category>
		<category><![CDATA[VS2010]]></category>

		<guid isPermaLink="false">http://intovsts.net/2009/02/05/test-impact-analysis/</guid>
		<description><![CDATA[  Test Impact Analysis is a new feature that will be part of Visual Studio Team System 2010 and it will enable developers to view which Tests are impacted by your latest code changes that are not checked in yet. I was struggling a bit to get it up-and-running but once you know the drill, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=85&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> <br />
<b>Test Impact Analysis</b> is a new feature that will be part of <strong>Visual Studio Team System 2010</strong> and it will enable developers to view which Tests are impacted by your latest code changes that are not checked in yet. I was struggling a bit to get it up-and-running but once you know the drill, it&#8217;s quite straightforward. The fact is that you need to have published test results by a Team Build on the previous <em>stable</em> situation.</p>
<p>How to set it up?</p>
<ul>
<li>Create a new Team Build for your solution that also triggers your UnitTests and publishes the test results :
<ol>
<li>Select Solution to Build and select your tests to run
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis1.jpg?w=450" border="0" alt="" /></li>
<li>Enable <em>Get Impacted Tests</em>
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis2.jpg?w=450" border="0" alt="" /></li>
<li>Enable <em>Publish the Test Impact Data</em>
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis3.jpg?w=450" border="0" alt="" /></li>
</ol>
</li>
<li>Enable Code Coverage for appropriate assemblies
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis4.jpg?w=450" border="0" alt="" /></p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis5.jpg?w=450" border="0" alt="" /></li>
<li>Queue a new build of the newly created Team Build</li>
<li>Change some code that would impact a Unit Test</li>
<li>Open the <em>Test Impact View</em> Window
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis6.jpg?w=450" border="0" alt="" /></li>
<li>See the results &#8230;
<p><img src="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis7.jpg?w=450" border="0" alt="" /></p>
<p>This window reads as follows : 2 Unit Tests are impacted by my latest code changes that are not yet checked in. The <em>AddTest</em> Unit Test should be rerun because of changes made to the <em>Add</em> method.</li>
</ul>
<p>I hope that this process will be simplified a bit more in the final release. If you don&#8217;t get it working immediately, check the Build log in search for <em>Test Impact</em>. Note that the Build log in <b>TFS2010</b> has improved a lot! Maybe a topic for one of my next posts &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=85&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/02/05/test-impact-analysis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis1.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis2.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis3.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis4.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis5.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis6.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/setuptestimpactanalysis7.jpg" medium="image" />
	</item>
	</channel>
</rss>
