<?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"
	>
<channel>
	<title>Comments on: Visual Studio 2005: Still wondering where the unit-testing tools are</title>
	<atom:link href="http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Fri, 21 Nov 2008 04:07:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Not a Muppet</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5467</link>
		<dc:creator>Not a Muppet</dc:creator>
		<pubDate>Sat, 11 Aug 2007 13:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5467</guid>
		<description>What a poorly-researched and knee-jerk rant!&lt;br&gt;&lt;br&gt;My team is happily running VSTS unit tests from our automated command-line MSBuild, without a GUI, including getting full code coverage information out.&lt;br&gt;&lt;br&gt;It's really not very hard to discover the mstest.exe command-line, and this is available in the Developer Edition.&lt;br&gt;&lt;br&gt;We did end up writing a (small) MSBuild task to get the coverage out as XML in the format we wanted, but all the APIs are clearly there to allow you to do this however you want.  And we only had to do this because we couldn't move to the TFS server because we couldn't switch away from our existing SCM system.&lt;br&gt;&lt;br&gt;It's not without its faults but it doesn't deserve the lazyily-researched invective you pour out in this article.&lt;br&gt;&lt;br&gt;
</description>
		<content:encoded><![CDATA[<p>What a poorly-researched and knee-jerk rant!</p>
<p>My team is happily running VSTS unit tests from our automated command-line MSBuild, without a GUI, including getting full code coverage information out.</p>
<p>It&#8217;s really not very hard to discover the mstest.exe command-line, and this is available in the Developer Edition.</p>
<p>We did end up writing a (small) MSBuild task to get the coverage out as XML in the format we wanted, but all the APIs are clearly there to allow you to do this however you want.  And we only had to do this because we couldn&#8217;t move to the TFS server because we couldn&#8217;t switch away from our existing SCM system.</p>
<p>It&#8217;s not without its faults but it doesn&#8217;t deserve the lazyily-researched invective you pour out in this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White's Blog</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5469</link>
		<dc:creator>Joe White's Blog</dc:creator>
		<pubDate>Mon, 05 Feb 2007 12:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5469</guid>
		<description>&lt;strong&gt;ReSharper, day 5: Integrated unit-test runner&lt;/strong&gt;


</description>
		<content:encoded><![CDATA[<p><strong>ReSharper, day 5: Integrated unit-test runner</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mensur</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5466</link>
		<dc:creator>Mensur</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5466</guid>
		<description>You can set your test project as a startup project and the just hit Run and all tests will be run.
</description>
		<content:encoded><![CDATA[<p>You can set your test project as a startup project and the just hit Run and all tests will be run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5465</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Wed, 14 Jun 2006 11:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5465</guid>
		<description>Sure, it's possible to manually run selected tests. What's painful is running ALL the tests. You have to manually open up that window, and manually check every test, every time you open Visual Studio. Pretty cumbersome and error-prone for something you do dozens of times a day.
</description>
		<content:encoded><![CDATA[<p>Sure, it&#8217;s possible to manually run selected tests. What&#8217;s painful is running ALL the tests. You have to manually open up that window, and manually check every test, every time you open Visual Studio. Pretty cumbersome and error-prone for something you do dozens of times a day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5464</link>
		<dc:creator>Ming</dc:creator>
		<pubDate>Tue, 13 Jun 2006 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5464</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;On the Test toolbar there is button called 'Test View' it shows you all the tests in another little window. You can then right click and select all and then do a Run selected to run all the tests.&lt;br&gt;&lt;br&gt;I'm kinda new but this might be something you already know.&lt;br&gt;&lt;br&gt;Ming
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>On the Test toolbar there is button called &#8216;Test View&#8217; it shows you all the tests in another little window. You can then right click and select all and then do a Run selected to run all the tests.</p>
<p>I&#8217;m kinda new but this might be something you already know.</p>
<p>Ming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White's Blog</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5468</link>
		<dc:creator>Joe White's Blog</dc:creator>
		<pubDate>Tue, 06 Jun 2006 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5468</guid>
		<description>&lt;strong&gt;Running all the unit tests from Visual Studio&lt;/strong&gt;


</description>
		<content:encoded><![CDATA[<p><strong>Running all the unit tests from Visual Studio</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeteM</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5463</link>
		<dc:creator>PeteM</dc:creator>
		<pubDate>Sun, 26 Feb 2006 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5463</guid>
		<description>This article looks like it could hold a lot of answers re VSTS unit tests, MSTest.exe, etc:&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/msdnmag/issues/06/03/Bugslayer/default.aspx" rel="nofollow"&gt;http://msdn.microsoft.com/msdnmag/issues/06/03/Bugslayer/default.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Pete.
</description>
		<content:encoded><![CDATA[<p>This article looks like it could hold a lot of answers re VSTS unit tests, MSTest.exe, etc:<br />
<br /><a target="_new" href="http://msdn.microsoft.com/msdnmag/issues/06/03/Bugslayer/default.aspx" rel="nofollow">http://msdn.microsoft.com/msdnmag/issues/06/03/Bugslayer/default.aspx</a></p>
<p>Cheers,<br />
<br />Pete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5462</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 09 Feb 2006 21:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5462</guid>
		<description>try MSTEST.exe&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn2.microsoft.com/en-us/library/ms182489.aspx" rel="nofollow"&gt;http://msdn2.microsoft.com/en-us/library/ms182489.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'm not sure which edition MSTEST comes with. &lt;br&gt;Maybe you need to buy a &#34;testers edition&#34;? &lt;br&gt;&lt;br&gt;
</description>
		<content:encoded><![CDATA[<p>try MSTEST.exe</p>
<p><a target="_new" href="http://msdn2.microsoft.com/en-us/library/ms182489.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms182489.aspx</a></p>
<p>I&#8217;m not sure which edition MSTEST comes with.<br />
<br />Maybe you need to buy a &quot;testers edition&quot;? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Atwood</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5461</link>
		<dc:creator>Jeff Atwood</dc:creator>
		<pubDate>Fri, 20 Jan 2006 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5461</guid>
		<description>&#62; The most fundamental operation for unit tests is running all the tests. That's the point. Yes, it can be useful to run a subset of the tests, but that's a feature you add later. The first thing you write in any testing framework is &#34;Run All Tests&#34;. Because it's something you do dozens of times a day. You do it all the time, because every time you change your code, you want to know you didn't just break something. If you're only running a single test after each change, and you get to the end of the day and find out you broke some other test, you have no idea when you broke it. Which is why you don't run a single test. You run all the tests, unless you have a really good reason not to.&lt;br&gt;&lt;br&gt;I think this might be because they're really targeting TESTERS-- let's say offshore testers-- rather than developers with this feature.&lt;br&gt;&lt;br&gt;Definitely a legitimate criticism, but I wonder if the focus is a little different than something like NUnit.
</description>
		<content:encoded><![CDATA[<p>&gt; The most fundamental operation for unit tests is running all the tests. That&#8217;s the point. Yes, it can be useful to run a subset of the tests, but that&#8217;s a feature you add later. The first thing you write in any testing framework is &quot;Run All Tests&quot;. Because it&#8217;s something you do dozens of times a day. You do it all the time, because every time you change your code, you want to know you didn&#8217;t just break something. If you&#8217;re only running a single test after each change, and you get to the end of the day and find out you broke some other test, you have no idea when you broke it. Which is why you don&#8217;t run a single test. You run all the tests, unless you have a really good reason not to.</p>
<p>I think this might be because they&#8217;re really targeting TESTERS&#8211; let&#8217;s say offshore testers&#8211; rather than developers with this feature.</p>
<p>Definitely a legitimate criticism, but I wonder if the focus is a little different than something like NUnit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5460</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 17 Jan 2006 22:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/01/14/visual-studio-2005-still-wondering-where-the-unit-testing-tools-are/#comment-5460</guid>
		<description>Do you think perhaps Microsoft doesn't know these basic facts about Unit Tests, becuase they don't perform Unit Tests themselves? :)
</description>
		<content:encoded><![CDATA[<p>Do you think perhaps Microsoft doesn&#8217;t know these basic facts about Unit Tests, becuase they don&#8217;t perform Unit Tests themselves? <img src='http://blog.excastle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
