<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - How Do I: Test Impact Analysis in Visual Studio 2010</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/555571_100x75.jpg</url>
		<title>Channel 9 - How Do I: Test Impact Analysis in Visual Studio 2010</title>
		<link></link>
	</image>
	<description>I&amp;nbsp;used to work for a company who&#39;s core application, I was told, had over 40,000 unit tests (no joke). I asked them if they had a CI process and ran those tests at every build. The answer I was given was &amp;quot;no&amp;quot; because &amp;quot;running a build with that many tests
 takes way too long to run every day, much less at every build&amp;quot;. 

It’s too bad their application wasn’t developed in .NET using Visual Studio 2010 so that they could take advantage of Test Impact Analysis. This new feature analyzes the code changes developers make and selects only the unit tests that have been impacted by
 the code change. The developer is free to choose between a subset of tests (those that need to be run based on the code changes made) or run the entire suite of tests for all-up testing. This short video will give you an overview of Test Impact Analysis and
 show you how to configure it in your Visual Studio 2010 Solution. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 18:55:26 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 18:55:26 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: How Do I: Test Impact Analysis in Visual Studio 2010</title>
		<description>
			<![CDATA[
<p>What about running tests for c&#43;&#43; projects ?</p>
<p>posted by Mr Crash</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634143049460000000</link>
		<pubDate>Fri, 09 Jul 2010 20:42:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634143049460000000</guid>
		<dc:creator>Mr Crash</dc:creator>
	</item>
	<item>
		<title>Re: How Do I: Test Impact Analysis in Visual Studio 2010</title>
		<description>
			<![CDATA[
<p>I believe that TIA is supported for all managed code, so as long as it's *Managed* C&#43;&#43;, you should be OK. &nbsp;I do not think that TIA supports unmanaged/native code.</p>
<p>posted by ChrisKoenig</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634143763260000000</link>
		<pubDate>Sat, 10 Jul 2010 16:32:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634143763260000000</guid>
		<dc:creator>ChrisKoenig</dc:creator>
	</item>
	<item>
		<title>Re: How Do I: Test Impact Analysis in Visual Studio 2010</title>
		<description>
			<![CDATA[ <p>Best way to manage a huge heiarchy of data is with a tree map.... create a heat map, and then you can see where the priorities are, not...&nbsp; and your manager will love it.</p><p>posted by teslaBytes</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634297938380000000</link>
		<pubDate>Wed, 05 Jan 2011 03:10:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/ChrisKoenig/How-Do-I-Test-Impact-Analysis-in-Visual-Studio-2010#c634297938380000000</guid>
		<dc:creator>teslaBytes</dc:creator>
	</item>
</channel>
</rss>