<?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: Customize test running in a Tfs Team Build</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/comment-page-1/#comment-2945</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/#comment-2945</guid>
		<description>Basically you can run test whenever you want, you need simply to override the right target(http://msdn.microsoft.com/en-us/library/aa337604.aspx) of end-to-end iteration running mstest inside it (or nunit or whatever test suite you like).

The only problem is that you are talking of UI test, are them web test or they are test that interact with the desktop? In the latter situation it is not possible to run inside the build process, because it does not have access to a desktop.

alk.</description>
		<content:encoded><![CDATA[<p>Basically you can run test whenever you want, you need simply to override the right target(http://msdn.microsoft.com/en-us/library/aa337604.aspx) of end-to-end iteration running mstest inside it (or nunit or whatever test suite you like).</p>
<p>The only problem is that you are talking of UI test, are them web test or they are test that interact with the desktop? In the latter situation it is not possible to run inside the build process, because it does not have access to a desktop.</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/comment-page-1/#comment-2944</link>
		<dc:creator>Vish</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/#comment-2944</guid>
		<description>Would you happen to know if its possible to run the tests as the last step in the build ? I have some UI tests that need to be run only once the code is compiled and deployed on a test site but my tests are part of compiled code.</description>
		<content:encoded><![CDATA[<p>Would you happen to know if its possible to run the tests as the last step in the build ? I have some UI tests that need to be run only once the code is compiled and deployed on a test site but my tests are part of compiled code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/comment-page-1/#comment-2625</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Tue, 11 Aug 2009 09:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/#comment-2625</guid>
		<description>I&#039;ll do a try and will make a post, to be honest I never did it, but I think that it can be quite complicated, because you will need to access and parse the full test result file, creating issues for failing test, but it should be possible.

Usually, if you do a continuous integration and you ask for 100% test success, you usually create a bug and assign to the person that broke tests.

Alk.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll do a try and will make a post, to be honest I never did it, but I think that it can be quite complicated, because you will need to access and parse the full test result file, creating issues for failing test, but it should be possible.</p>
<p>Usually, if you do a continuous integration and you ask for 100% test success, you usually create a bug and assign to the person that broke tests.</p>
<p>Alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandrashekar vupplaa</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/comment-page-1/#comment-2624</link>
		<dc:creator>chandrashekar vupplaa</dc:creator>
		<pubDate>Tue, 11 Aug 2009 09:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/29/customize-test-running-in-a-tfs-team-build/#comment-2624</guid>
		<description>Hi,

I want know how can we assign this created issue to a owner of the test case.If possible do we need to set any properties in the unit case or vsmdi file.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want know how can we assign this created issue to a owner of the test case.If possible do we need to set any properties in the unit case or vsmdi file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

