<?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: NUnit vs. MSTest</title>
	<atom:link href="http://www.mattberther.com/2007/01/17/nunit-vs-mstest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/</link>
	<description>Agile Manager and Occasional Code Monkey</description>
	<lastBuildDate>Sun, 21 Feb 2010 22:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: blog.mattwynne.net » Simple Check-In Quality Gate with GIT</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-165963</link>
		<dc:creator>blog.mattwynne.net » Simple Check-In Quality Gate with GIT</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-165963</guid>
		<description>[...] I guess it was probably possible but I just always ran into a wall of boringness trying to figure out how to write the hooks into TFS&#8230; and probably have to port all my NUnit tests to the abomination that is MS-Test. [...]</description>
		<content:encoded><![CDATA[<p>[...] I guess it was probably possible but I just always ran into a wall of boringness trying to figure out how to write the hooks into TFS&#8230; and probably have to port all my NUnit tests to the abomination that is MS-Test. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hatch</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-165503</link>
		<dc:creator>Andrew Hatch</dc:creator>
		<pubDate>Tue, 12 Feb 2008 03:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-165503</guid>
		<description>As a user of both NAnt, NUnit, MSBuild and MSTest I can say that the MSBuild is so far ahead of NAnt, especially for .NET projects, it&#039;s not funny. If you think otherwise I dare say you have not looked into it enough. 

We&#039;re using MSTest on my current project and it is pretty good. Why it is not free though is a fundamentally stupid mistake on Microsofts behalf.</description>
		<content:encoded><![CDATA[<p>As a user of both NAnt, NUnit, MSBuild and MSTest I can say that the MSBuild is so far ahead of NAnt, especially for .NET projects, it&#8217;s not funny. If you think otherwise I dare say you have not looked into it enough. </p>
<p>We&#8217;re using MSTest on my current project and it is pretty good. Why it is not free though is a fundamentally stupid mistake on Microsofts behalf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-14184</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 17 Jan 2007 20:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-14184</guid>
		<description>Don: Im glad to hear that Scott was renewed, although Im sure that Scott&#039;s contributions to the community would have continued regardless of his status as an MVP.

Bil: My implication was certainly not that MVPs just blindly follow an organization to &quot;retain some three-letter status&quot;. The point of my comment was simply that Microsoft doesnt seem to like people publicly blasting them like that.

David: I dont see anywhere that Scott said that MSTest sucks because it isnt open source. As a matter of fact, I dont hear him even say that MS Test sucks. 

Scott makes some very valid points on how the VSTS product line is incorrectly segmented. If you think about how we expect work to happen in our organization, we expect developers and testers to execute on several different roles. This is certainly in line with what you expect from an agile development shop. However, the way that the VSTS product line was segmented lends itself very well to a waterfall methodology (throwing stuff over the fence), rather than an agile methodology. 

In an agile environment, all members of the team are expected to execute all facets of the work, including development, unit testing and acceptance testing. As I understand it, with the current skus, the only way that you can do that is to buy the most expensive one. Naturally...

Now, the second point that Scott makes is that Microsoft is not able to innovate nearly as much or as quickly as an open source group is. That is also quite expected. An organization like Microsoft has a lot of beauracracy, and getting things out in front of people is much more difficult. A smaller group of people would have a much easier time implementing changes and innovating in the field.</description>
		<content:encoded><![CDATA[<p>Don: Im glad to hear that Scott was renewed, although Im sure that Scott&#8217;s contributions to the community would have continued regardless of his status as an MVP.</p>
<p>Bil: My implication was certainly not that MVPs just blindly follow an organization to &#8220;retain some three-letter status&#8221;. The point of my comment was simply that Microsoft doesnt seem to like people publicly blasting them like that.</p>
<p>David: I dont see anywhere that Scott said that MSTest sucks because it isnt open source. As a matter of fact, I dont hear him even say that MS Test sucks. </p>
<p>Scott makes some very valid points on how the VSTS product line is incorrectly segmented. If you think about how we expect work to happen in our organization, we expect developers and testers to execute on several different roles. This is certainly in line with what you expect from an agile development shop. However, the way that the VSTS product line was segmented lends itself very well to a waterfall methodology (throwing stuff over the fence), rather than an agile methodology. </p>
<p>In an agile environment, all members of the team are expected to execute all facets of the work, including development, unit testing and acceptance testing. As I understand it, with the current skus, the only way that you can do that is to buy the most expensive one. Naturally&#8230;</p>
<p>Now, the second point that Scott makes is that Microsoft is not able to innovate nearly as much or as quickly as an open source group is. That is also quite expected. An organization like Microsoft has a lot of beauracracy, and getting things out in front of people is much more difficult. A smaller group of people would have a much easier time implementing changes and innovating in the field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-14131</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Wed, 17 Jan 2007 14:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-14131</guid>
		<description>I appreciate that Scott may have some feature-based preference for nUnit, but that certainly isn&#039;t the message he sent,  The diatribe you quoted was an emotional rant against either MS or a team therein, and did not deal with with a feature set difference.

I find it difficult to put any stock in a simple &quot;It sucks because it isn&#039;t open source&quot; mentality.  This guys sounds more like a zealot than a learned professional.</description>
		<content:encoded><![CDATA[<p>I appreciate that Scott may have some feature-based preference for nUnit, but that certainly isn&#8217;t the message he sent,  The diatribe you quoted was an emotional rant against either MS or a team therein, and did not deal with with a feature set difference.</p>
<p>I find it difficult to put any stock in a simple &#8220;It sucks because it isn&#8217;t open source&#8221; mentality.  This guys sounds more like a zealot than a learned professional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rik Hemsley</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-14119</link>
		<dc:creator>Rik Hemsley</dc:creator>
		<pubDate>Wed, 17 Jan 2007 12:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-14119</guid>
		<description>Perhaps there should be CMVP (Community Most Valuable Professional), which isn&#039;t dependent on toeing the party line?</description>
		<content:encoded><![CDATA[<p>Perhaps there should be CMVP (Community Most Valuable Professional), which isn&#8217;t dependent on toeing the party line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bil Simser</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-14114</link>
		<dc:creator>Bil Simser</dc:creator>
		<pubDate>Wed, 17 Jan 2007 11:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-14114</guid>
		<description>As Don said, Scott was renewed this cycle. I don&#039;t agree though that this would be any driving means to question any MVPs status. I disagree and am very verbal on a lot of things MS has done (MSBuild sucks!) and will stand by that publically. That shouldn&#039;t be any stigma on my &quot;record&quot; as an MVP, I would simply be stating my opinion which Scott was. We as MVPs make contributions to the community, whether those contributions are code or thoughts and they&#039;re all valued. While we might not see eye to eye on what MS might say or produce, we&#039;re not autobots that spew forth MS dribble just so we can retain some three-letter status. If MS wants to revoke my MVP status because I don&#039;t agree with a tool or practice or position they have, that&#039;s their right. It&#039;s my right to state that opinion.

Now, let&#039;s see if *I* get renewed in April ;)</description>
		<content:encoded><![CDATA[<p>As Don said, Scott was renewed this cycle. I don&#8217;t agree though that this would be any driving means to question any MVPs status. I disagree and am very verbal on a lot of things MS has done (MSBuild sucks!) and will stand by that publically. That shouldn&#8217;t be any stigma on my &#8220;record&#8221; as an MVP, I would simply be stating my opinion which Scott was. We as MVPs make contributions to the community, whether those contributions are code or thoughts and they&#8217;re all valued. While we might not see eye to eye on what MS might say or produce, we&#8217;re not autobots that spew forth MS dribble just so we can retain some three-letter status. If MS wants to revoke my MVP status because I don&#8217;t agree with a tool or practice or position they have, that&#8217;s their right. It&#8217;s my right to state that opinion.</p>
<p>Now, let&#8217;s see if *I* get renewed in April ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Demsak</title>
		<link>http://www.mattberther.com/2007/01/17/nunit-vs-mstest/comment-page-1/#comment-14113</link>
		<dc:creator>Don Demsak</dc:creator>
		<pubDate>Wed, 17 Jan 2007 11:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=850#comment-14113</guid>
		<description>Don&#039;t worry, Scott was renewed this month, so he has another whole year.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry, Scott was renewed this month, so he has another whole year.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
