<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dennis Stone's Blog : VSTS Testing</title><link>http://blogs.msdn.com/densto/archive/tags/VSTS+Testing/default.aspx</link><description>Tags: VSTS Testing</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>TCM.exe – A General Introduction</title><link>http://blogs.msdn.com/densto/archive/2009/11/09/tcm-exe-a-general-introduction.aspx</link><pubDate>Mon, 09 Nov 2009 16:09:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919587</guid><dc:creator>Dennis Stone</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/densto/comments/9919587.aspx</comments><wfw:commentRss>http://blogs.msdn.com/densto/commentrss.aspx?PostID=9919587</wfw:commentRss><description>&lt;p&gt;Along with the new tools we’ve added in VSTS 2010 for testers comes the TCM.exe command-line application.&amp;#160; This command-line isn’t intended to be an alternative for everything you can do in MTLM but rather to fill some gaps and enable some of the less common scenarios that still may be important for some testers.&amp;#160; &lt;/p&gt;  &lt;p&gt;You can get a general overview of TCM.exe over on &lt;a href="http://msdn.microsoft.com/en-us/library/dd465192(VS.100).aspx"&gt;MSDN in this article&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Some examples of things you can do with TCM.exe include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create an automated test run that contains test points across multiple test suites.&lt;/li&gt;    &lt;li&gt;Create an automated test run without specifying a Team Build (you can specify the build directory where automated test binaries are picked up directly).&lt;/li&gt;    &lt;li&gt;Publish results from a trx (MSTest / VS run results file) against your test plan.&lt;/li&gt;    &lt;li&gt;Import VSTT Unit Tests (or even other VSTT test types) from your test binary into your team project.&amp;#160; Creates a Test Case work item from each Unit Test (given some user specified constraints on what to import) and creates the association with the automated unit test for you.&amp;#160; You can also sync this set of imported tests with a specified Test Suite.&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9919587" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS+Testing/default.aspx">VSTS Testing</category><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS2010/default.aspx">VSTS2010</category></item><item><title>Test Impact post by Daryush</title><link>http://blogs.msdn.com/densto/archive/2009/11/09/test-impact-post-by-daryush.aspx</link><pubDate>Mon, 09 Nov 2009 15:35:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919558</guid><dc:creator>Dennis Stone</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/densto/comments/9919558.aspx</comments><wfw:commentRss>http://blogs.msdn.com/densto/commentrss.aspx?PostID=9919558</wfw:commentRss><description>&lt;p&gt;There’s a nice post on Test Impact from within Visual Studio (geared towards Developers rather than testers) &lt;a href="http://blogs.msdn.com/dalaqab/archive/2009/06/10/choose-the-right-test-with-test-impact-analysis.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Check it out if you’re interested in learning about a different side of Test Impact!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9919558" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS+Testing/default.aspx">VSTS Testing</category><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS2010/default.aspx">VSTS2010</category><category domain="http://blogs.msdn.com/densto/archive/tags/Test+Impact/default.aspx">Test Impact</category></item><item><title>Test Impact Walk-through</title><link>http://blogs.msdn.com/densto/archive/2009/06/29/test-impact-walk-through.aspx</link><pubDate>Mon, 29 Jun 2009 21:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9808791</guid><dc:creator>Dennis Stone</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/densto/comments/9808791.aspx</comments><wfw:commentRss>http://blogs.msdn.com/densto/commentrss.aspx?PostID=9808791</wfw:commentRss><description>&lt;P&gt;One of the key areas of focus for Visual Studio Team System 2010 is to enhance the experience for testers. There’s already lots of overview information on many of the new features out there so I’m going to dive right in to one of my favorite new features.&lt;/P&gt;
&lt;P&gt;In short, the Test Impact Analysis feature gives you a list of recommended tests based on the changes that were made in a build. As you run your tests through Microsoft Test and Lab Manager (code named Camano) you will have the option to run the Test Impact Data Collector which is one of the many built-in Data Collectors available while running tests. This particular data collector will associate the code paths you execute in your application with the test you are running.&lt;/P&gt;
&lt;P&gt;When Team Build generates a new build it will analyze what code has been changed since the last build was done and then provide you with a list of the impacted tests. These are the tests that touch the same pieces of code that were changed since the last build.&lt;/P&gt;
&lt;P&gt;For a more thorough explanation of the Test Impact Data Collector read this &lt;A href="http://blogs.msdn.com/amit_chatterjee/archive/2009/04/11/diagnostic-data-adapters-changing-how-developers-and-testers-work-together-part-1-of-2-the-test-impact-collector.aspx" mce_href="http://blogs.msdn.com/amit_chatterjee/archive/2009/04/11/diagnostic-data-adapters-changing-how-developers-and-testers-work-together-part-1-of-2-the-test-impact-collector.aspx"&gt;blog post&lt;/A&gt; by Amit Chatterjee.&lt;/P&gt;
&lt;P&gt;The first thing you need is an Application Under Test, for this walk-through I’ll use a simple calculator application.&amp;nbsp; I’ll have a C# Class Library with some simple Add, Subtract, Multiply, and Divide functions and a C# Windows Forms project that will provide some input fields for the numbers and some buttons that call the library function.&amp;nbsp; I’ll skip the creation of this sample application, you an use the attached sample application, mock up something similar or follow along with your own test application.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add your test application to Source Control &lt;/LI&gt;
&lt;LI&gt;Create a new Build Definition for your application 
&lt;OL&gt;
&lt;LI&gt;Make sure “Analyze Test Impacts” in the Process tab is set to “True”: &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/1%20-%20Build%20Def_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/1%20-%20Build%20Def_4.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="1 - Build Def" border=0 alt="1 - Build Def" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/1%20-%20Build%20Def_thumb_1.jpg" width=652 height=595 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/1%20-%20Build%20Def_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;
&lt;LI&gt;Queue a new build &lt;/LI&gt;
&lt;LI&gt;Start “Microsoft Test and Lab Manager” (aka Camano) 
&lt;OL&gt;
&lt;LI&gt;If the dialog below comes up click “Set context”: &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/2%20-%20Context%20Dialog_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/2%20-%20Context%20Dialog_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="2 - Context Dialog" border=0 alt="2 - Context Dialog" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/2%20-%20Context%20Dialog_thumb.jpg" width=396 height=197 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/2%20-%20Context%20Dialog_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;On the “Set Plan Context” page click “New” &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/3%20-%20Set%20Plan%20Context_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/3%20-%20Set%20Plan%20Context_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="3 - Set Plan Context" border=0 alt="3 - Set Plan Context" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/3%20-%20Set%20Plan%20Context_thumb.jpg" width=442 height=197 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/3%20-%20Set%20Plan%20Context_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Enter a name for your Test Plan and click Save &amp;amp; Close &lt;/LI&gt;
&lt;LI&gt;Go to Testing Center –&amp;gt; Plan –&amp;gt; Contents &lt;/LI&gt;
&lt;LI&gt;Click “New” in the toolbar to add a new Test case &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/4%20-%20Plan%20Contents%20New%20Test_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/4%20-%20Plan%20Contents%20New%20Test_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="4 - Plan Contents New Test" border=0 alt="4 - Plan Contents New Test" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/4%20-%20Plan%20Contents%20New%20Test_thumb.jpg" width=669 height=512 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/4%20-%20Plan%20Contents%20New%20Test_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Add a Title for the Test case, mine is “Add – Basic”, I’ll repeat these steps and add “Subtract – Basic”, “Multiply – Basic”, and “Divide – Basic” as well. Here’s what my Test Plan Contents will look like when I’ve done this. &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/5%20-%20Plan%20with%20Testcases_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/5%20-%20Plan%20with%20Testcases_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="5 - Plan with Testcases" border=0 alt="5 - Plan with Testcases" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/5%20-%20Plan%20with%20Testcases_thumb.jpg" width=671 height=512 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/5%20-%20Plan%20with%20Testcases_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Now it’s time to switch to the Lab Center so we can set up our Test Settings &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/6%20-%20Switch%20to%20Lab%20Center_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/6%20-%20Switch%20to%20Lab%20Center_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="6 - Switch to Lab Center" border=0 alt="6 - Switch to Lab Center" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/6%20-%20Switch%20to%20Lab%20Center_thumb.jpg" width=215 height=244 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/6%20-%20Switch%20to%20Lab%20Center_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Switch to the Test Settings tab and click “New” &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/7%20-%20New%20Test%20Settings_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/7%20-%20New%20Test%20Settings_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="7 - New Test Settings" border=0 alt="7 - New Test Settings" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/7%20-%20New%20Test%20Settings_thumb.jpg" width=671 height=507 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/7%20-%20New%20Test%20Settings_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Enter a Name and click “Next” &lt;/LI&gt;
&lt;LI&gt;To keep things simple uncheck all collectors except the “Test Impact Collector” and click “Save and Close” &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/8%20-%20Data%20Collectors_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/8%20-%20Data%20Collectors_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="8 - Data Collectors" border=0 alt="8 - Data Collectors" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/8%20-%20Data%20Collectors_thumb.jpg" width=672 height=505 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/8%20-%20Data%20Collectors_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Go back to the Testing Center. &lt;/LI&gt;
&lt;LI&gt;Switch to the Track tab and go to the “Assign Build” activity &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/9%20-%20Assign%20Build%20to%20Plan_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/9%20-%20Assign%20Build%20to%20Plan_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="9 - Assign Build to Plan" border=0 alt="9 - Assign Build to Plan" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/9%20-%20Assign%20Build%20to%20Plan_thumb.jpg" width=678 height=510 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/9%20-%20Assign%20Build%20to%20Plan_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;The build you created earlier will be in the “Available builds” list, select it and click “Assign to plan”. &lt;/LI&gt;
&lt;LI&gt;Now it’s time to run our tests.&amp;nbsp; Switch to Testing Center –&amp;gt; Test –&amp;gt; Run Tests &lt;/LI&gt;
&lt;LI&gt;Select all of your tests and click “Run with Options” &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/10%20-%20Run%20with%20Options_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/10%20-%20Run%20with%20Options_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="10 - Run with Options" border=0 alt="10 - Run with Options" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/10%20-%20Run%20with%20Options_thumb.jpg" width=680 height=507 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/10%20-%20Run%20with%20Options_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;In the Run Options dialog select your Test Settings and verify that your newest build is selected.&amp;nbsp; Click Run. &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/11%20-%20Run%20Options_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/11%20-%20Run%20Options_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="11 - Run Options" border=0 alt="11 - Run Options" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/11%20-%20Run%20Options_thumb.jpg" width=681 height=512 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/11%20-%20Run%20Options_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Test Runner will now appear &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/12%20-%20Test%20Runner_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/12%20-%20Test%20Runner_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="12 - Test Runner" border=0 alt="12 - Test Runner" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/12%20-%20Test%20Runner_thumb.jpg" width=280 height=710 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/12%20-%20Test%20Runner_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Click Start test and record, then launch your Application Under Test.&amp;nbsp; This ordering is important, you must start the test before launching the test application or the impact data will not be collected. &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/13%20-%20Start%20Test%20then%20App_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/13%20-%20Start%20Test%20then%20App_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="13 - Start Test then App" border=0 alt="13 - Start Test then App" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/13%20-%20Start%20Test%20then%20App_thumb.jpg" width=600 height=737 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/13%20-%20Start%20Test%20then%20App_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Perform each test now.&amp;nbsp; For my Add test I’ll set 2 numbers in my text boxes and click Add, for Subtract test I’ll set 2 numbers and click Subtract, etc. etc.&amp;nbsp; Run your test then click “End Test”, then start the next test.&amp;nbsp; There’s no need to re-launch your application between every test.&amp;nbsp; When you’re done click “Save and Close” to return to Manual Test and Lab Manager (MTLM).&amp;nbsp; It should look something like this: &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/14%20-%20Tests%20complete_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/14%20-%20Tests%20complete_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="14 - Tests complete" border=0 alt="14 - Tests complete" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/14%20-%20Tests%20complete_thumb.jpg" width=681 height=512 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/14%20-%20Tests%20complete_thumb.jpg"&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;To verify the Test Impact Collector worked correctly you can open up one of your test results and look at it’s attachments, there should be an impact xml file listed there.&amp;nbsp; If there isn’t, re-check your steps above. &lt;/LI&gt;
&lt;LI&gt;Now, switch to Visual Studio and make a change to your application under test.&amp;nbsp; I’m going to make a change to my “Add” method and check it in. &lt;/LI&gt;
&lt;LI&gt;Queue a new build and wait for it to complete. &lt;/LI&gt;
&lt;LI&gt;Switch back to MTLM &lt;/LI&gt;
&lt;LI&gt;Go to Testing Center –&amp;gt; Track –&amp;gt; Assign Build and assign your new build to your plan. (See Step #12 if you need help) &lt;/LI&gt;
&lt;LI&gt;Now switch to Testing Center –&amp;gt; Track –&amp;gt; Recommended Tests &lt;BR&gt;&lt;A href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/15%20-%20Recommended%20Tests_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/15%20-%20Recommended%20Tests_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="15 - Recommended Tests" border=0 alt="15 - Recommended Tests" src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/15%20-%20Recommended%20Tests_thumb.jpg" width=684 height=516 mce_src="http://blogs.msdn.com/blogfiles/densto/WindowsLiveWriter/TestImpactWalkthrough_8A9B/15%20-%20Recommended%20Tests_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Notice the “Add – Basic” test is now listed. &lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;That’s it for this post, I look forward to any questions or comments you may have.&amp;nbsp; If you have any questions on some of the steps above try looking them up on the MSDN site.&amp;nbsp; Topics such as creating builds, queuing builds, etc. should be well covered there.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9808791" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/densto/attachment/9808791.ashx" length="16426" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS+Testing/default.aspx">VSTS Testing</category><category domain="http://blogs.msdn.com/densto/archive/tags/VSTS2010/default.aspx">VSTS2010</category><category domain="http://blogs.msdn.com/densto/archive/tags/Test+Impact/default.aspx">Test Impact</category></item></channel></rss>