<?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>Where Technology Meets Teamwork &#187; VS2010</title>
	<atom:link href="http://blog.nwcadence.com/category/vs2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nwcadence.com</link>
	<description>Thoughts on TFS, Lean, Agile, Kanban, Scrum and other collaborative technologies and techniques</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>TFS SP1 and Lab Management&#8211;wait for the QFE &#8211; FIXED</title>
		<link>http://blog.nwcadence.com/2011/04/tfs-sp1-and-lab-managementwait-for-the-qfe/</link>
		<comments>http://blog.nwcadence.com/2011/04/tfs-sp1-and-lab-managementwait-for-the-qfe/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:25:11 +0000</pubDate>
		<dc:creator>Jeff Levinson</dc:creator>
				<category><![CDATA[Coded UI]]></category>
		<category><![CDATA[Microsoft Test Manager]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Visual Studio Lab Management]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[QFE]]></category>

		<guid isPermaLink="false">http://blog.nwcadence.com/2011/04/tfs-sp1-and-lab-managementwait-for-the-qfe/</guid>
		<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Update: Microsoft released a QFE to address the issue outlined below. Here is a summary of the list of issues fixed by the QFE, to help you decide whether you should apply the QFE: Issue 1: When you run &#8230; <a href="http://blog.nwcadence.com/2011/04/tfs-sp1-and-lab-managementwait-for-the-qfe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><font color="#000000">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</font></p>
<p><font color="#ff0000">Update:</font> Microsoft released a QFE to address the issue outlined below.</p>
<p>Here is a summary of the list of issues fixed by the QFE, to help you decide whether you should apply the QFE:
<p><b>Issue 1: </b>When you run tests on the test agent that is installed on a computer that has Visual Studio 2010 SP1 installed, the tests may not run, and the following error message is logged:
<p>Attempted to access an unloaded AppDomain. (Exception from HRESULT: 0&#215;80131014)
<p><b></b>
<p><b>Issue 2: </b>When you run a playback of a Coded UI Test on certain Windows Presentation Foundation (WPF) controls, a <b>Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException</b> exception occurs, and then you receive the following error message:
<p>&#8220;Search may have failed at &#8216;<i>&lt;name&gt;</i>&#8216; <i>&lt;control type&gt;</i> as it may have virtualized children. If the control being searched is descendant of &#8216;<i>&lt;name&gt;</i>&#8216; <i>&lt;control type&gt;</i> then including it as the parent container may solve the problem.&#8221;
<p><b>Issue 3: </b>When you try to create a work item from the <b>Test Results</b> pane in Visual Studio 2010 after you connect to a Team Foundation Server (TFS) server, a <b>System.OutOfMemory</b> exception occurs, and the creation operation fails. This issue usually occurs if the TFS server has many builds.<br /><b></b>
<p><b>Issue 4: </b>When some tests run in a build operation, some builds that are queued in a TFS server stop responding. Additionally, the following error message is logged in the build log:
<p>Waiting to publish&#8230;<br />Publishing results of test run <i>&lt;build name&gt;</i> to http://<i>&lt;TFS server address&gt;</i>:8080/tfs/DefaultCollection&#8230;<br />The process cannot access the file &#8216;<i>&lt;directory&gt;</i>\data.coverage&#8217; because it is being used by another process.<br />Publish failed or canceled.
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
<p>As I was preparing for a demo of lab management the other day I did what we tell all of our customers to do – patch everything to latest service packs which of course included TFS SP1 on all of our machines. That includes the TFS server and all build servers and virtual lab environments.</p>
<p>By the way, using the lab prep tool you must manually install SP1 after the VM is prepped otherwise you get a few errors. But I digress.</p>
<p>After I patched everything I ran a test to verify that everything worked. I created a manual test, recorded it and turned it into a CodedUI test with validations. All went smoothly. Then I ran a lab build and got a failure. Looking at the automated test run (MTM &gt; Testing Center &gt; Test &gt; Analyze Test Runs I noticed the following log:</p>
<table border="1" cellspacing="0" cellpadding="0" width="1815">
<tbody>
<tr>
<td valign="top" width="10"><font size="2">ID</font></td>
<td valign="top" width="525"><font size="2">Date &amp; Time</font></td>
<td valign="top" width="1278"><font size="2">Message</font></td>
</tr>
<tr>
<td valign="top" width="10">1</td>
<td valign="top" width="525">04/06/2011 21:06:06</td>
<td valign="top" width="1278">Preparing to execute test run [17].</td>
</tr>
<tr>
<td valign="top" width="10">2</td>
<td valign="top" width="525">04/06/2011 21:06:06</td>
<td valign="top" width="1278">Test run is executed by Process: &#8216;QTController&#8217;, User: xxxx, Controller: xxxx, Environment: &#8216;LabDemo.All Hosts_Demo.Test Env&#8217;.</td>
</tr>
<tr>
<td valign="top" width="10">3 </td>
<td valign="top" width="525">04/06/2011 21:06:06 </td>
<td valign="top" width="1278">Loading the test settings for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">4</td>
<td valign="top" width="525">04/06/2011 21:06:06 </td>
<td valign="top" width="1278">Adding test case [26] to test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">5 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Executing the initializing plugin for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">6 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Changing the test run state from &#8216;Initializing&#8217; to &#8216;In Progress&#8217;. </td>
</tr>
<tr>
<td valign="top" width="10">7 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Executing test run starting plugin for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">8 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Starting test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">9 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Created a TMI run with ID [20507d65-c49b-442f-bb56-47c8fff0bc37] for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">10 </td>
<td valign="top" width="525">04/06/2011 21:06:07 </td>
<td valign="top" width="1278">Queued the TMI run for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">11 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Updating the result of test case [26]. </td>
</tr>
<tr>
<td valign="top" width="10">12 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">The test results are saved successfully. </td>
</tr>
<tr>
<td valign="top" width="10">13 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Executing the test run completed plugin for test run [17]. </td>
</tr>
<tr>
<td valign="top" width="10">14 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Test run [17] completed. </td>
</tr>
<tr>
<td valign="top" width="10">15 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">The execution log reported by TMI for test run [17]: </td>
</tr>
<tr>
<td valign="top" width="10">16 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Timestamp &#8217;4/7/2011 4:06:08 AM&#8217;; TestOutcome &#8216;Error&#8217;; Message &#8216;Attempted to access an unloaded appdomain. (Exception from HRESULT: 0&#215;80131014)&#8217;.</td>
</tr>
<tr>
<td valign="top" width="10">17 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Timestamp &#8217;4/7/2011 4:06:08 AM&#8217;; TestOutcome &#8216;Warning&#8217;; Message &#8216;Test run xxxx 2011-04-06 21:06:07&#8242; could not be executed on controller xxxx. The test run was stopped or aborted while waiting for diagnostic data adapters to initialize.&#8217;. </td>
</tr>
<tr>
<td valign="top" width="10">18 </td>
<td valign="top" width="525">04/06/2011 21:06:09 </td>
<td valign="top" width="1278">Timestamp &#8217;4/7/2011 4:06:09 AM&#8217;; TestOutcome &#8216;Error&#8217;; Message &#8216;Attempted to access an unloaded appdomain. (Exception from HRESULT: 0&#215;80131014)&#8217;.</td>
</tr>
</tbody>
</table>
<p>You will note the last three items. Even though the test log shows that the test executed successfully, it did not. If you remove the diagnostic data adapters, the error on line 17 will be removed but the errors on 16 and 18 continue.</p>
<p>It turns out that when SP1 was released, it caused a problem with the test agent running in the lab environment. A simple solution for my needs was to uninstall SP1 from the machines in the lab environment and everything ran fine again – or so I thought. However, when you do this, IntelliTrace does not work because of the mismatch between the external test controller (patched to SP1) and the internal test agent (RTM). Or so I believe right now.</p>
<p>Microsoft has confirmed this to be a problem and they are actively working on a QFE for this. I will drop another post once this QFE is released.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nwcadence.com/2011/04/tfs-sp1-and-lab-managementwait-for-the-qfe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First post back&#8211;read the latest books</title>
		<link>http://blog.nwcadence.com/2011/03/first-post-backread-the-latest-books/</link>
		<comments>http://blog.nwcadence.com/2011/03/first-post-backread-the-latest-books/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 15:16:04 +0000</pubDate>
		<dc:creator>Jeff Levinson</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[Microsoft Test Manager]]></category>
		<category><![CDATA[MTM]]></category>
		<category><![CDATA[Team Foundation Server]]></category>

		<guid isPermaLink="false">http://blog.nwcadence.com/2011/03/first-post-backread-the-latest-books/</guid>
		<description><![CDATA[Okay, it’s been a very long while since I’ve blogged but one of my new co-works, Martin Hinshelwood, who won the ALM MVP of the year award (in part because he’s an awesome blogger). So, he re-did our blog site &#8230; <a href="http://blog.nwcadence.com/2011/03/first-post-backread-the-latest-books/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Okay, it’s been a very long while since I’ve blogged but one of my new co-works, Martin Hinshelwood, who won the ALM MVP of the year award (in part because he’s an awesome blogger). So, he re-did our blog site and now he says there is no excuse for me not to blog now.</p>
<p><a href="http://blog.nwcadence.com/wp-content/uploads/2011/03/Software-Testing-With-Visual-Studio-2010.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Software Testing With Visual Studio 2010" border="0" alt="Software Testing With Visual Studio 2010" src="http://blog.nwcadence.com/wp-content/uploads/2011/03/Software-Testing-With-Visual-Studio-2010_thumb.jpg" width="164" height="213"></a></p>
<p>So this is my first post back. My new book, “Software Testing with Visual Studio 2010” has been released. You can get it at <a href="http://www.amazon.com/Software-Testing-Visual-Microsoft-Development/dp/0321734483/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1300461174&amp;sr=1-1" target="_blank">Amazon</a>. One of the nuggets inside is a coupon from Northwest Cadence for discounted training classes.</p>
<p>Any feedback on the book is welcome.</p>
<p>In addition, the book <a href="http://www.amazon.com/Professional-Team-Foundation-Server-2010/dp/0470943327/ref=pd_sim_b_4" target="_blank">Professional Team Foundation Server 2010</a> has been released which contains a wealth of information. You can read more about that book and get it at Amazon also.</p>
<p>Expect to see a lot more posts and a lot more tips and tricks otherwise I will be hearing from Martin.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nwcadence.com/2011/03/first-post-backread-the-latest-books/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exploratory Testing With Microsoft Test Manager</title>
		<link>http://blog.nwcadence.com/2010/05/exploratory-testing-with-microsoft-test-manager/</link>
		<comments>http://blog.nwcadence.com/2010/05/exploratory-testing-with-microsoft-test-manager/#comments</comments>
		<pubDate>Thu, 20 May 2010 23:13:15 +0000</pubDate>
		<dc:creator>Steve2</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[MTM]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://seesharper.wordpress.com/?p=579</guid>
		<description><![CDATA[Intro Microsoft Test Manager is a great tool for executing manual tests over a set of known paths through an application. It allows you to create and action test scripts and record to minimise duplication of effort.  At first glance, this seems to be the extent of functional support for testing within the tool – [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seesharper.wordpress.com&#38;blog=3535352&#38;post=579&#38;subd=seesharper&#38;ref=&#38;feed=1" width="1" height="1" /> <a href="http://blog.nwcadence.com/2010/05/exploratory-testing-with-microsoft-test-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Intro</h2>
<p>Microsoft Test Manager is a great tool for executing manual tests over a set of known paths through an application. It allows you to create and action test scripts and record to minimise duplication of effort.  At first glance, this seems to be the extent of functional support for testing within the tool – however if we dig a little deeper there’s some real nuggets of gold hidden in there. In this article we’ll talk about how the practice of exploratory testing is supported by the tool and how you can turn an unplanned edge case test into a formalised, repeatable test in a matter of clicks.</p>
<h2>Setting the scene for exploration</h2>
<p>The test manager interface is primarily geared around the creation and organisation of test cases. Even though we’re not going to be executing a formalised test case in this instance, we’ll still need to have a test case to serve as an aggregation point for our results and collector data. So let’s start by creating a new generic test case. To do this, follow the normal steps for creating a test case up until you’d normally start filling out your steps.</p>
<div id="attachment_580" class="wp-caption aligncenter" style="width: 1034px"><a href="http://seesharper.files.wordpress.com/2010/05/test-case-setup.png"><img class="size-large wp-image-580" title="Test Case Setup" src="http://seesharper.files.wordpress.com/2010/05/test-case-setup.png?w=1024&#038;h=366" alt="Exploratory Test Case Setup" width="1024" height="366" /></a>
<p class="wp-caption-text">Setting up a test case for exploratory testing</p>
</div>
<p>At this point enter a single step describing what you’d like to explore. While this isn’t entirely necessary, it serves as a result indicator for the exploration which we can then use in the manager interface and our reports.</p>
<p>Once you’re happy with your test case let’s put on our safari hats and get to exploring…</p>
<h2>Dr Livingstone, I presume?</h2>
<p>The scenario from here is elegantly simple. We move into the test runner by running the test case we created and start exploring the application. When you kick off the test, ensure you choose to create an action recording so that you’re capturing the paths through the application you’re exploring.</p>
<div id="attachment_581" class="wp-caption aligncenter" style="width: 350px"><a href="http://seesharper.files.wordpress.com/2010/05/action-recording.png"><img class="size-full wp-image-581" title="Action Recording" src="http://seesharper.files.wordpress.com/2010/05/action-recording.png?w=340&#038;h=223" alt="Check the action recording box" width="340" height="223" /></a>
<p class="wp-caption-text">Remember to check the action recording box</p>
</div>
<p>If you happen to come across a bug during the exploration you can mark the test step as failed and raise a bug against it.</p>
<p><a href="http://seesharper.files.wordpress.com/2010/05/raising-a-bug.png"><img class="aligncenter size-large wp-image-582" title="Raising a Bug" src="http://seesharper.files.wordpress.com/2010/05/raising-a-bug.png?w=1024&#038;h=744" alt="" width="1024" height="744" /></a></p>
<p>This will capture the action log, and any other data from the collectors you’re running and associate it with the bug for the developer to help diagnose the issue. In this particular scenario, the action log serves a second purpose which we’ll get to shortly.</p>
<h2>What was once random, is now repeatable</h2>
<p>Once we’ve completed the test execution and are back in the test manager, we can navigate to the Verify Bugs screen of the Test tab.</p>
<div id="attachment_583" class="wp-caption aligncenter" style="width: 585px"><a href="http://seesharper.files.wordpress.com/2010/05/verify-bugs-link.png"><img class="size-full wp-image-583" title="Verify Bugs Link" src="http://seesharper.files.wordpress.com/2010/05/verify-bugs-link.png?w=575&#038;h=326" alt="Verify Bugs Link" width="575" height="326" /></a>
<p class="wp-caption-text">Click the link to the verify bugs page</p>
</div>
<p>On this screen we’ll see a list of bugs based on a filter. The filter is adjustable but starts with an ‘assigned to me’ criteria.</p>
<div id="attachment_584" class="wp-caption aligncenter" style="width: 1034px"><a href="http://seesharper.files.wordpress.com/2010/05/bug-filter.png"><img class="size-large wp-image-584" title="Bug Filter" src="http://seesharper.files.wordpress.com/2010/05/bug-filter.png?w=1024&#038;h=210" alt="Bug Filter Location" width="1024" height="210" /></a>
<p class="wp-caption-text">Change the filter to capture the bugs you require</p>
</div>
<p>If we click on one of these bugs the ‘Create Test Case from Bug’ button will activate.</p>
<div id="attachment_585" class="wp-caption aligncenter" style="width: 1034px"><a href="http://seesharper.files.wordpress.com/2010/05/create-test-case.png"><img class="size-large wp-image-585" title="Create Test Case" src="http://seesharper.files.wordpress.com/2010/05/create-test-case.png?w=1024&#038;h=259" alt="Active create test case button" width="1024" height="259" /></a>
<p class="wp-caption-text">The &#039;Create test case&#039; button should activate</p>
</div>
<p>If we click this button a new test case will pop up with a set of steps derived from our action recording pre-filled and ready to go. The steps are editable as a normal set, so we can remove any we feel are irrelevant or even apply parameters and generate a set of shared steps if we like.</p>
<div id="attachment_586" class="wp-caption aligncenter" style="width: 585px"><a href="http://seesharper.files.wordpress.com/2010/05/prepopulated-test-case.png"><img class="size-full wp-image-586" title="Pre-populated Test Case" src="http://seesharper.files.wordpress.com/2010/05/prepopulated-test-case.png?w=575&#038;h=444" alt="Pre-populated test case" width="575" height="444" /></a>
<p class="wp-caption-text">The test case should be largely pre-populated</p>
</div>
<p>Once you’re done editing the steps, save the test case and voila! There is a formal test case that can now be used to verify the path you’ve discovered a bug in. From here you can bring the new test case into the appropriate suite and ensure that as the application evolves this now known path is tested effectively.</p>
<h2>Summary</h2>
<p>Exploratory testing support in Microsoft Test Manager makes dynamically discovering new paths and bugs in your application more effective by enabling you to record your steps and generate formal test cases from them. This helps to eliminate those hard to reproduce edge cases where you can never quite remember what you’ve done to get to the bug, and will help you on your path to a higher level of software quality.</p>
<p> Tagged: <a href='http://seesharper.wordpress.com/tag/mtm/'>MTM</a>, <a href='http://seesharper.wordpress.com/tag/testing/'>Testing</a>, <a href='http://seesharper.wordpress.com/tag/vs2010/'>VS2010</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seesharper.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seesharper.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seesharper.wordpress.com/579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seesharper.wordpress.com&amp;blog=3535352&amp;post=579&amp;subd=seesharper&amp;ref=&amp;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nwcadence.com/2010/05/exploratory-testing-with-microsoft-test-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://0.gravatar.com/avatar/07e3abc991f577fd6c5c27ffff779fde?s=96&amp;amp;d=http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96&amp;amp;r=G" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/test-case-setup.png?w=1024" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/action-recording.png" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/raising-a-bug.png?w=1024" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/verify-bugs-link.png" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/bug-filter.png?w=1024" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/create-test-case.png?w=1024" length="" type="" />
<enclosure url="http://seesharper.files.wordpress.com/2010/05/prepopulated-test-case.png" length="" type="" />
		</item>
		<item>
		<title>MS Office 2007 Required for TFS 2010 Integration</title>
		<link>http://blog.nwcadence.com/2009/11/ms-office-2007-required-for-tfs-2010-integration/</link>
		<comments>http://blog.nwcadence.com/2009/11/ms-office-2007-required-for-tfs-2010-integration/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:00:30 +0000</pubDate>
		<dc:creator>Steven Borg</dc:creator>
				<category><![CDATA[VS2010]]></category>
		<category><![CDATA[2010 VS2010 TFS2010]]></category>

		<guid isPermaLink="false">http://blog.nwcadence.com/2009/11/ms-office-2007-required-for-tfs-2010-integration/</guid>
		<description><![CDATA[Quick note: Office 2007 is required for the TFS 2010 / Office integration. So, if you&#8217;re using Excel 2003 or Project 2003, and hoping for integration with TFS 2010 you&#8217;re out of luck.  The Office integration in TFS 2010 is &#8230; <a href="http://blog.nwcadence.com/2009/11/ms-office-2007-required-for-tfs-2010-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quick note: Office 2007 is required for the TFS 2010 / Office integration.</p>
<p>So, if you&#8217;re using Excel 2003 or Project 2003, and hoping for integration with TFS 2010 you&#8217;re out of luck.  The Office integration in TFS 2010 is limited to Office 2007 (or higher, I suppose).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nwcadence.com/2009/11/ms-office-2007-required-for-tfs-2010-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MOSS on Windows Server 2008 R2</title>
		<link>http://blog.nwcadence.com/2009/10/installing-moss-on-windows-server-2008-r2/</link>
		<comments>http://blog.nwcadence.com/2009/10/installing-moss-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:39:31 +0000</pubDate>
		<dc:creator>Jeff Levinson</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[extendvs]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.nwcadence.com/?p=226</guid>
		<description><![CDATA[You may be playing with the new TFS 2010 Beta 2 bits. You may also be playing with MOSS 2007. And you may be doing it all on Windows Server 2008 R2 which is a rocking operating system. However, you &#8230; <a href="http://blog.nwcadence.com/2009/10/installing-moss-on-windows-server-2008-r2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may be playing with the new TFS 2010 Beta 2 bits. You may also be playing with MOSS 2007. And you may be doing it all on Windows Server 2008 R2 which is a rocking operating system. However, you may also be running into a small problem with the install guide (Microsoft is already aware of this and it&#8217;s being fixed for the RTM documentation). Once you install MOSS 2007 the install guide has you run two stsadm -o extendvs commands for SharePoint. However, they won&#8217;t work. The problem has nothing to do with the commands itself, but rather with how MOSS is installed. In IIS MOSS is installed under the DefaultAppPool but this app pool has the identity DefaultAppPoolIdentity rather than Network Service as it did in prior versions of Windows Server. To fix this problem, simplyy change the identity of the DefaultAppPool to Network Service and then run the extendvs commands!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nwcadence.com/2009/10/installing-moss-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

