<?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 for Have Computer Will Code</title>
	<atom:link href="http://www.havecomputerwillcode.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.havecomputerwillcode.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 16 Feb 2012 23:35:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Pronto v1.5 Released (Productivity Tool for Automating MTM Test Cases) by admin</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=810&#038;cpage=1#comment-4725</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Feb 2012 23:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=810#comment-4725</guid>
		<description>Customization is possible... but it&#039;s harder than it should be because I am using preprocessed T4 templates are used. 

I&#039;ll mail you shortly.

UPDATE 06-May-2012: In V1.5, I have externalized all of the T4 templates. You can now create new generators and customize the existing ones using nothing more than a text editor. </description>
		<content:encoded><![CDATA[<p>Customization is possible&#8230; but it&#8217;s harder than it should be because I am using preprocessed T4 templates are used. </p>
<p>I&#8217;ll mail you shortly.</p>
<p>UPDATE 06-May-2012: In V1.5, I have externalized all of the T4 templates. You can now create new generators and customize the existing ones using nothing more than a text editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pronto v1.5 Released (Productivity Tool for Automating MTM Test Cases) by Tomer</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=810&#038;cpage=1#comment-4723</link>
		<dc:creator>Tomer</dc:creator>
		<pubDate>Tue, 14 Feb 2012 08:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=810#comment-4723</guid>
		<description>Thanks man! we love it at ooVoo :)
Is there any way to customize it? for example we start our test cases with numbers, for example test case name is: &quot;Link Account &gt; Email or ooVoo ID input.&quot; and your cool tool creates &quot;public void LinkAccountEmailorooVooIDinput()&quot;.
We want it to create &quot;public void 008_01_LinkAccountEmailorooVooIDinput()&quot;.

Thanks
Tomer</description>
		<content:encoded><![CDATA[<p>Thanks man! we love it at ooVoo <img src='http://www.havecomputerwillcode.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Is there any way to customize it? for example we start our test cases with numbers, for example test case name is: &#8220;Link Account &gt; Email or ooVoo ID input.&#8221; and your cool tool creates &#8220;public void LinkAccountEmailorooVooIDinput()&#8221;.<br />
We want it to create &#8220;public void 008_01_LinkAccountEmailorooVooIDinput()&#8221;.</p>
<p>Thanks<br />
Tomer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding &#8216;VERIFY&#8217; to MsTest (&#8216;ASSERT&#8217;-but-carry-on-if-it-fails) by admin</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=888&#038;cpage=1#comment-4709</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 31 Jan 2012 07:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=888#comment-4709</guid>
		<description>Hi,

I might have misunderstood, but I tried it again (VS 2010 Ultimate) with the source above and it should &#039;just work&#039;. Set a Breakpoint in the TestCleanup method, and then run the single unit test... in Test Cleanup you should see a Verify.Exceptions.Count of 2 and then it rethrows the first assertion failure (it is this description you see in the TRX log). You should be able to concatenate all of the strings into a new exception Message if you want to see all the failures...

Grey Ham</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I might have misunderstood, but I tried it again (VS 2010 Ultimate) with the source above and it should &#8216;just work&#8217;. Set a Breakpoint in the TestCleanup method, and then run the single unit test&#8230; in Test Cleanup you should see a Verify.Exceptions.Count of 2 and then it rethrows the first assertion failure (it is this description you see in the TRX log). You should be able to concatenate all of the strings into a new exception Message if you want to see all the failures&#8230;</p>
<p>Grey Ham</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding &#8216;VERIFY&#8217; to MsTest (&#8216;ASSERT&#8217;-but-carry-on-if-it-fails) by Arkie</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=888&#038;cpage=1#comment-4708</link>
		<dc:creator>Arkie</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=888#comment-4708</guid>
		<description>So I just tried to run these tests under VS 2010, but it never gets past the first Verify.  I&#039;m going to take a closer look at this, but I would have thought that the code would have compiled and passed as is, allowing all the errors to get popped up to the user?</description>
		<content:encoded><![CDATA[<p>So I just tried to run these tests under VS 2010, but it never gets past the first Verify.  I&#8217;m going to take a closer look at this, but I would have thought that the code would have compiled and passed as is, allowing all the errors to get popped up to the user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Details by Charles Sterling</title>
		<link>http://www.havecomputerwillcode.com/blog/?page_id=480&#038;cpage=1#comment-4683</link>
		<dc:creator>Charles Sterling</dc:creator>
		<pubDate>Tue, 10 Jan 2012 06:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?page_id=480#comment-4683</guid>
		<description>Great Post!</description>
		<content:encoded><![CDATA[<p>Great Post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 4 – Registering the Test Controller and Test Agent with Tfs by Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 1 &#8211; Introduction &#171; Have Computer Will Code</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=683&#038;cpage=1#comment-4552</link>
		<dc:creator>Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 1 &#8211; Introduction &#171; Have Computer Will Code</dc:creator>
		<pubDate>Fri, 25 Mar 2011 15:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=683#comment-4552</guid>
		<description>[...] Part 4 &#8211; Automating the configuration and registration of the Test Controller and Test Agent w.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 4 &#8211; Automating the configuration and registration of the Test Controller and Test Agent w&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 2 – Provisioning a new Virtual Machine by Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 4 – Registering the Test Controller and Test Agent with Tfs &#171; Have Computer Will Code</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=641&#038;cpage=1#comment-4551</link>
		<dc:creator>Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 4 – Registering the Test Controller and Test Agent with Tfs &#171; Have Computer Will Code</dc:creator>
		<pubDate>Fri, 25 Mar 2011 15:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=641#comment-4551</guid>
		<description>[...] Part 2 &#8211; Provisioning a new VmWare machine using Vix and joining a domain. (Source Code) [Always Use Latest] [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 &#8211; Provisioning a new VmWare machine using Vix and joining a domain. (Source Code) [Always Use Latest] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 6 – Changes for Visual Studio 2010 Service Pack 1 by Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=725&#038;cpage=1#comment-4550</link>
		<dc:creator>Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</dc:creator>
		<pubDate>Fri, 25 Mar 2011 15:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=725#comment-4550</guid>
		<description>[...] Part 6 &#8211; Service Pack 1 Notes [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 6 &#8211; Service Pack 1 Notes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 4 – Registering the Test Controller and Test Agent with Tfs by Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=683&#038;cpage=1#comment-4549</link>
		<dc:creator>Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</dc:creator>
		<pubDate>Fri, 25 Mar 2011 15:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=683#comment-4549</guid>
		<description>[...] Part 4 &#8211; Automating the configuration and registration of the Test Controller and Test Agent w.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 4 &#8211; Automating the configuration and registration of the Test Controller and Test Agent w&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 3 – Installing the Test Controller and Test Agent (and Patches) by Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</title>
		<link>http://www.havecomputerwillcode.com/blog/?p=660&#038;cpage=1#comment-4547</link>
		<dc:creator>Automating the Integration of VmWare with Microsoft Test Manager and Lab Center: Part 5 &#8211; Registering a new Physical Environment with TFS / Lab Center &#171; Have Computer Will Code</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.havecomputerwillcode.com/blog/?p=660#comment-4547</guid>
		<description>[...] Part 3 &#8211; Automating the installation of the Test Controller and Test Agent. [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 3 &#8211; Automating the installation of the Test Controller and Test Agent. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

