<?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: Profiling with ANTS Profiler and MSTest</title>
	<atom:link href="http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Thu, 21 Jul 2011 20:34:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Thies Schrader</title>
		<link>http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/#comment-27</link>
		<dc:creator>Thies Schrader</dc:creator>
		<pubDate>Thu, 13 Dec 2007 13:09:22 +0000</pubDate>
		<guid isPermaLink="false">/archive/2007/05/02/Profiling-with-ANTS-Profiler-and-MSTest.aspx#comment-27</guid>
		<description>&lt;p&gt;I have been trying to get the same set-up to work - and thank you for the /noisolation which is what stopped me. For those that find this blog and need more details on what to do, here are the arguments ANTS needs to get things rolling;&lt;/p&gt;
&lt;p&gt;.NET desktop application:&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\mstest.exe &#160; &#160; &#160;(or whereever your mstest.exe is located)&lt;/p&gt;
&lt;p&gt;Working Directory:&lt;/p&gt;
&lt;p&gt;c:\Projects\MyProject &#160; &#160; &#160;(the root folder of your project)&lt;/p&gt;
&lt;p&gt;Agruments:&lt;/p&gt;
&lt;p&gt;/testcontainer:MSUnitTesting\bin\Debug\MSUnitTesting.dll /test:##inserttestnamehere## /noisolation &#160; &#160; &#160;(note replace ##inserttestnamehere## with the name of the test you want to profile - remove this /test: option to profile everything)&lt;/p&gt;
&lt;p&gt;My next step will be to get ANTS working with TestDriven.Net against my mstest-tests, so I can speed up the time it takes to profile tests.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I have been trying to get the same set-up to work &#8211; and thank you for the /noisolation which is what stopped me. For those that find this blog and need more details on what to do, here are the arguments ANTS needs to get things rolling;</p>
<p>.NET desktop application:</p>
<p>C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\mstest.exe &nbsp; &nbsp; &nbsp;(or whereever your mstest.exe is located)</p>
<p>Working Directory:</p>
<p>c:\Projects\MyProject &nbsp; &nbsp; &nbsp;(the root folder of your project)</p>
<p>Agruments:</p>
<p>/testcontainer:MSUnitTesting\bin\Debug\MSUnitTesting.dll /test:##inserttestnamehere## /noisolation &nbsp; &nbsp; &nbsp;(note replace ##inserttestnamehere## with the name of the test you want to profile &#8211; remove this /test: option to profile everything)</p>
<p>My next step will be to get ANTS working with TestDriven.Net against my mstest-tests, so I can speed up the time it takes to profile tests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

