<?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: Running mstest without Visual Studio.</title>
	<atom:link href="http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/</link>
	<description>Supporting application performance management for IT professionals</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:28:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ashiq</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1790</link>
		<dc:creator>Ashiq</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1790</guid>
		<description>Amazing post, thanks! I was getting fed up of discovering and registering all those DLLs manually; you should maybe provide them in a ZIP as an &quot;MSTest stand-alone.&quot;</description>
		<content:encoded><![CDATA[<p>Amazing post, thanks! I was getting fed up of discovering and registering all those DLLs manually; you should maybe provide them in a ZIP as an &#8220;MSTest stand-alone.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kharitonov</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1464</link>
		<dc:creator>Mark Kharitonov</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1464</guid>
		<description>Hi Deepu.

We no longer use mstest as our unit test engine. We have long since ported all our unit tests to the excellent MbUnit engine as provided by the Gallio platform (http://www.gallio.org/) I highly recommend it. 

I am sorry for being unable to help you with your question.</description>
		<content:encoded><![CDATA[<p>Hi Deepu.</p>
<p>We no longer use mstest as our unit test engine. We have long since ported all our unit tests to the excellent MbUnit engine as provided by the Gallio platform (<a href="http://www.gallio.org/" rel="nofollow">http://www.gallio.org/</a>) I highly recommend it. </p>
<p>I am sorry for being unable to help you with your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepu</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1463</link>
		<dc:creator>Deepu</dc:creator>
		<pubDate>Thu, 20 Oct 2011 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1463</guid>
		<description>Hi,

I am working on unit test automation using MSTEST, i would require a help to export the MSTEST execution results to Excel and SQL, if you guys have any approach to this using any code, please share it with me....

Thanks you, 
Deepu</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am working on unit test automation using MSTEST, i would require a help to export the MSTEST execution results to Excel and SQL, if you guys have any approach to this using any code, please share it with me&#8230;.</p>
<p>Thanks you,<br />
Deepu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobile phone</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1173</link>
		<dc:creator>mobile phone</dc:creator>
		<pubDate>Sat, 18 Jun 2011 14:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1173</guid>
		<description>My sister informed me concerning your web blog. They were correct, I am genuinely impressed with all the writing in addition to clever design. It seems to me you’re purely scratching the surface in relation to what you could attain, yet you’re off towards a excellent launch! I made a decision to combine this page to my own book mark internet page and also I simply registered with the feed.</description>
		<content:encoded><![CDATA[<p>My sister informed me concerning your web blog. They were correct, I am genuinely impressed with all the writing in addition to clever design. It seems to me you’re purely scratching the surface in relation to what you could attain, yet you’re off towards a excellent launch! I made a decision to combine this page to my own book mark internet page and also I simply registered with the feed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Smirnov</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1152</link>
		<dc:creator>Gleb Smirnov</dc:creator>
		<pubDate>Wed, 18 May 2011 15:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1152</guid>
		<description>While this post is accurately titled, do not assume that by following these instructions will get MSTest working on a TFS 2008 build server.

The issue is that in order for TFS to execute unit tests with MSTest, the version/configuration of MSTest needs to be the same as the one that comes with Visual Studio 2008 Team Suite. The version/configuration of MSTest that comes with lesser version of Visual Studio 2008 (such as Express or Professional) lack integration with TFS.</description>
		<content:encoded><![CDATA[<p>While this post is accurately titled, do not assume that by following these instructions will get MSTest working on a TFS 2008 build server.</p>
<p>The issue is that in order for TFS to execute unit tests with MSTest, the version/configuration of MSTest needs to be the same as the one that comes with Visual Studio 2008 Team Suite. The version/configuration of MSTest that comes with lesser version of Visual Studio 2008 (such as Express or Professional) lack integration with TFS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running MSTest 9 on a CI Server without installing Visual Studio &#171; Johannes Rudolph&#039;s Blog</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1067</link>
		<dc:creator>Running MSTest 9 on a CI Server without installing Visual Studio &#171; Johannes Rudolph&#039;s Blog</dc:creator>
		<pubDate>Sat, 02 Apr 2011 10:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1067</guid>
		<description>[...] Kharitonov has compiled a basic set of instructions that allow installing MSTest on a Build [...]</description>
		<content:encoded><![CDATA[<p>[...] Kharitonov has compiled a basic set of instructions that allow installing MSTest on a Build [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unit testing with Jenkins &#171; Third Shelf</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1059</link>
		<dc:creator>Unit testing with Jenkins &#171; Third Shelf</dc:creator>
		<pubDate>Mon, 21 Mar 2011 15:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1059</guid>
		<description>[...] Framework, or in any other way, except TFS and Visual Studio, unless you are willing to follow this brave soul. I share Derik Whittaker&#8217;s sentiment on the MsTest and build server issue. This is another [...]</description>
		<content:encoded><![CDATA[<p>[...] Framework, or in any other way, except TFS and Visual Studio, unless you are willing to follow this brave soul. I share Derik Whittaker&#8217;s sentiment on the MsTest and build server issue. This is another [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sweetchild</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1056</link>
		<dc:creator>sweetchild</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1056</guid>
		<description>I have a full working standalone MSTEST. Contact me if you need it</description>
		<content:encoded><![CDATA[<p>I have a full working standalone MSTEST. Contact me if you need it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Coelho</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1046</link>
		<dc:creator>Guilherme Coelho</dc:creator>
		<pubDate>Mon, 07 Feb 2011 13:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1046</guid>
		<description>And many other thinks, may be this awesome post is ONLY for VS2008 =/</description>
		<content:encoded><![CDATA[<p>And many other thinks, may be this awesome post is ONLY for VS2008 =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Coelho</title>
		<link>http://www.shunra.com/shunrablog/index.php/2009/04/23/running-mstest-without-visual-studio/comment-page-1/#comment-1045</link>
		<dc:creator>Guilherme Coelho</dc:creator>
		<pubDate>Mon, 07 Feb 2011 13:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.shunra.com/shunrablog/?p=998#comment-1045</guid>
		<description>Can i do the same with VS2010? It haven&#039;t VSTestHost.exe</description>
		<content:encoded><![CDATA[<p>Can i do the same with VS2010? It haven&#8217;t VSTestHost.exe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

