<?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>Dominic Hopton's Blog : General</title><link>http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx</link><description>Tags: General</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Where Have I been? Helping make Team System Rock!</title><link>http://blogs.msdn.com/dhopton/archive/2005/01/14/353484.aspx</link><pubDate>Sat, 15 Jan 2005 05:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:353484</guid><dc:creator>dhopton</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/353484.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=353484</wfw:commentRss><description>&lt;p&gt;Well, It's been a long time since I blogged - actually, I've not blogged since we shipped our very first release just after Beta 1.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p&gt;So, what’s been happening with the Testing tools in Team System? Well, I've still got Test View, Manual Testing and Test Project but I now also own Unit Test Debugging, Generic Testing (very useful) and Check-in policy support for Hatteras Source Code Control. But, I've lost Solution Integration -&amp;nbsp;Michael (who owns Code Gen testing) now owns that.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p&gt;In that time we've released a couple of CTPs that have included our bits - the most recent being The December CTP.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p&gt;As you'd expect, all of the issues that I talked about in previous blogsicles have been fixed - we're looking in great shape right now. Some of the new functionality we have now in my feature areas are really compelling. Taking debugging as an example - enabling this has made my job of writing tests&amp;nbsp;a lot easier. Just being able to set a break point in the test code and its hit - It's fantastic.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p&gt;Generic testing enables you to integrate pre-existing test harness &amp;amp; result reporting into our infrastructure. For the full effect, you need to add some code to your test result reporting to output xml (we supply an XSD) with greater detail. Very powerful if you want to take advantage out our integrated solution but don’t want to port all your tests.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p&gt;Check-in policy is quite possibly my favourite from a what-it-enables aspect - the ability to have a set of tests that &lt;strong&gt;must&lt;/strong&gt; pass before a developer can check-in his code is fantastic. It's such a great way to help ensure that quality of code in the source repository is of a high standard.&lt;/p&gt; &lt;p&gt;I hope to blog more - it's one of my new years resolutions! I look forward to hearing comments from you, and also make sure you check on &lt;a href="http://msdn.microsoft.com/chats"&gt;MSDN Chats&lt;/a&gt;&amp;nbsp;for EDT chats.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=353484" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/Test+View/default.aspx">Test View</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item><item><title>No! My Run config got toasted!</title><link>http://blogs.msdn.com/dhopton/archive/2004/05/24/140390.aspx</link><pubDate>Tue, 25 May 2004 00:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140390</guid><dc:creator>dhopton</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/140390.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=140390</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Another problem with the run configuration is that the template runconfig (The one that gets added to new solutions) can easily become overwritten with your user one, thus potentially screwing up test execution for all projects AND new projects. This only happens in a specific situation, but sadly this is a very common situation.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;So, what happens? Well, when you create a new Test Project (not Empty Test project) you are prompted in the wizard to add a default run config to the solution. If you select this option the run config is added to the solution, and you&amp;#8217;re good to go. The only problem here is the bug that adds the run config as a link rather than copying to the solution directory. Because of this, all changes to the run config made in this situation will result in those changes being reflected across ALL solutions that were created in the same way, and ALL new projects where you add a run config in any manner to the solution.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;You can work around this simply by not using the wizard to add a run config to the solution, and instead letting the Run Config Dialog add the run config when you first run a test.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;When you first go to execute tests when there is no run config associated with the solution, the dialog will not list anything in the &amp;#8220;Run Configuration&amp;#8221; Drop down &amp;#8211; this is fine. Click the browse button, and select localtestrun.rcg. Click Open, then click OK. When prompted &amp;#8220;Do you want to add this to the solution&amp;#8221; select Yes, and all will go fine and dandy. If the file is not listed, navigate to %ProgramFiles%\Microsoft Visual Studio 8\Enterprise Developer Tools\Testing Tools\TestProjectCommon\Templates\RunConfig\1033 and the file should be located there.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;If you manage to corrupt your localtestrun.rcg that resides in the project directory, you can just copy it off the install media again and you&amp;#8217;ll be up and running again. This can be found in the %ProgramFiles%\Microsoft Visual Studio 8\Enterprise Developer Tools\Testing Tools\TestProjectCommon\Templates\RunConfig\1033 directory on the media &amp;#8211; just copy this to the same path on the hard disk.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140390" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/Test+Project/default.aspx">Test Project</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item><item><title>Setup Failure – It’s just throwing a tantrum</title><link>http://blogs.msdn.com/dhopton/archive/2004/05/24/140388.aspx</link><pubDate>Tue, 25 May 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140388</guid><dc:creator>dhopton</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/140388.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=140388</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;One of the problems we came across during the last moments of testing for the CTP was a very rare situation where setup will tell you that it has failed, implying your screwed and will have a very messy setup. This is not what it seems at first :)&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Specifically, this situation will only occur if you are asked to reboot after the CLR has been installed &amp;#8211; something that doesn&amp;#8217;t happen very often. When it does reboot there is a bug in setup that accidentally deletes some of the files setup needs to continue (Specifically the J# runtime installer), so it thinks that&amp;#8217;s something has gone horribly wrong and errors out &amp;#8211; DON&amp;#8217;T PANIC!&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;When setup tells you it&amp;#8217;s failed, ignore it. Click out of the failure and return to the 3-step step setup dialog. Click setup again and keep working through setup as before and it will install fine and dandy this time.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;This will be fixed for Beta 1 of Whidbey I&amp;#8217;m told &amp;#8211; we caught it a little too late and didn&amp;#8217;t want to put the CTP at risk from code churn. Additionally, it seems to rarely happen, so shouldn&amp;#8217;t effect too many people. If it does, let me know (comments, mail, IM)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140388" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item><item><title>I turned off code coverage and I can’t run my tests anymore!</title><link>http://blogs.msdn.com/dhopton/archive/2004/05/24/140389.aspx</link><pubDate>Tue, 25 May 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140389</guid><dc:creator>dhopton</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/140389.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=140389</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;This is a problem we only found out after we&amp;#8217;d sent off the DVDs to be pressed, and turns out to easy to repro, but also easy to workaround. It&amp;#8217;s also got a slightly strange workflow compared to the way we think a lot of people will be using run configs initially.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;If you enable code coverage and then subsequently disable it &amp;#8211; all through the Edit Run Configuration dialog (or opening &amp;amp; saving from the Run test run config dialog), you will possibly find that when you run your tests you will see that the test result is error/fail and the message is &amp;#8220;FileNotFoundException&amp;#8221;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;or &amp;#8220;MethodNotFound&amp;#8221;.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;How can you workaround this problem and get back to running your unit tests? Well, there are two ways:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a)&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Copy the localtestrun.rcg from the product directory over the one in your solution&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b)&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Edit the .rcg file for your solution so that the XML element isNewLocalDeployment is set to false rather than true.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;If you do either of these you will need to close your solution and re-open it to see the changes.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;There is a simple way to avoid this happening. When working with run configuration, don&amp;#8217;t use the &amp;#8220;Edit Run Configuration&amp;#8221; button on the toolbar to enable/disable code coverage. This is because using this dialog saves the changes to disk when you click OK &amp;amp; keep the changes. When you change settings in the Run Configuration dialog shown when you execute tests, the changes are only saved if you explicitly save them. Because of this subtle difference, you can change settings at runtime without screwing anything up.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Another option of source is to save the code coverage enabled runconfig to a separate file and just swap between them when you need to have or not have code coverage information.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;One last thing on this topic &amp;#8211; you may have a problem with a) because of another bug, which I&amp;#8217;ll cover in another blogsicle.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140389" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/Test+Project/default.aspx">Test Project</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item><item><title>Test View – your new most used window</title><link>http://blogs.msdn.com/dhopton/archive/2004/05/24/140386.aspx</link><pubDate>Tue, 25 May 2004 00:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140386</guid><dc:creator>dhopton</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/140386.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=140386</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Let&amp;#8217;s take a look at the Test View tool window &amp;#8211; the place where you will be running your tests from as you develop and debug them. Test View provides you with a flat list of all your tests, with each test only listed once. From this window you can easily manipulate the properties of your tests, easily edit the test themselves, and execute one or more tests under a specific run configuration.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;IMG src="http://dhopton.projecthurricane.com/testview.jpg"&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Let&amp;#8217;s take a quick tour round the window.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;At the top of the window we have the toolbar:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;I style="mso-bidi-font-style: normal"&gt;Group By Drop-down&lt;/I&gt;: This allows you to group your tests by the value of certain properties. With only 10-20 tests this isn&amp;#8217;t really an issue, since you can navigate and find most of the items by sight. but when you&amp;#8217;ve got 100&amp;#8217;s of tests it&amp;#8217;s must harder. With Group By, the tests are (duh) grouped by their property and those groups can be collapsed to just their header to save space. The properties listed are a union of all the properties available for all test types.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Run Tests:&lt;/EM&gt; &amp;#8216;nuff said. This will run your tests. Depending on your configuration this may show the Run Configuration dialog.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Customise:&lt;/EM&gt; This allows you to add/remove columns from the test list, and also arrange the order of those columns. You can also arrange the order of the columns through drag &amp;amp; drop of the header columns in the test list.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Edit Run Config:&lt;/EM&gt; This allows you to edit your run configuration settings and save those changes to the solution run configuration. This is a convenient way to change settings without running your tests.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Column Header:&lt;/EM&gt; Exactly as you&amp;#8217;d expect.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Test List:&lt;/EM&gt; This is where you will see all of you your tests of all types listed. You can select one or more tests (of multiple types) and interact with them (run, edit, etc). From this window it is possible to drag &amp;amp; drop tests onto Test Explorer for easy categorization.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;From this list, its possible to display a context menu. The items on this context menu can vary from test type to test type, but I&amp;#8217;ll cover the basic items here:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;IMG src="http://dhopton.projecthurricane.com/contextmenu.jpg"&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Edit:&lt;/EM&gt; Allows you edit a manual test. This will bring up word if you are editing a MHT test.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Goto Source Code:&lt;/EM&gt; This will allow you to right click a test in test view and jump straight to the source code without hunting it down. Very useful.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Run Selection:&lt;/EM&gt; As per the run button on the toolbar.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Delete:&lt;/EM&gt; This only works for Manual Tests at the moment and removes (but doesn&amp;#8217;t delete) the manual test from the project.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;EM&gt;Open Test Explorer: &lt;/EM&gt;Shows test explorer or brings to the front if it&amp;#8217;s already open.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140386" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/Test+View/default.aspx">Test View</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item><item><title>Who the heck are you?</title><link>http://blogs.msdn.com/dhopton/archive/2004/05/24/140383.aspx</link><pubDate>Tue, 25 May 2004 00:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140383</guid><dc:creator>dhopton</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dhopton/comments/140383.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dhopton/commentrss.aspx?PostID=140383</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I&amp;#8217;m Dominic, and I&amp;#8217;m an SDE/T on the Enterprise Developer Tools team here at Microsoft, which is part of the bigger &lt;A href="http://msdn.microsoft.com/vstudio/teamsystem/"&gt;Visual Studio Team System&lt;/A&gt; product. Specifically within EDT, I work the quality tools team &amp;#8211; we own the unit testing, manual testing, and general testing infrastructure. Within EDT there are also dynamic analysis and static analysis teams (Profiler, Prefix et al). &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Day to day I own the testing of Test View, Manual Testing, Solution integration, Test Project and the Properties Window integration. Of all of those, Test View is the one that most people are gonna be using the most, but within all of those areas there is a lot of functionality. When I say solution integration I mean all that funky stuff that goes on under the hood inside VS to make our windows, and other bits seamlessly work.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I&amp;#8217;m not sure what I&amp;#8217;m gonna put on this blog yet &amp;#8211; But I do know it&amp;#8217;s doing to be almost entirely work related. I&amp;#8217;ve got my own personal blog for non-work related things, and I like (or want to try) to keep my two lives separate :)&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Anyway &amp;#8211; if you want to chat about the product, leave comments, track back etc. If you feel like the need for a bit more interactive communication I&amp;#8217;m on MSN as dominichopton@hotmail.com.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;We want your feedback!&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;PS Please be gentle &amp;#8211; this is the first public showing of our stuff. It&amp;#8217;s only a technical preview so the edges are a little rough &amp;amp; things maybe broken &amp;#8211; they won&amp;#8217;t stay that way because we&amp;#8217;re gonna make these tools ROCK!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140383" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dhopton/archive/tags/Visual+Studio+Team+System/default.aspx">Visual Studio Team System</category><category domain="http://blogs.msdn.com/dhopton/archive/tags/General/default.aspx">General</category></item></channel></rss>