<?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>Chris Garty's Weblog : VS Team System</title><link>http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx</link><description>Tags: VS Team System</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Visual Studio 2005 Beta 1 Available</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/07/05/172963.aspx</link><pubDate>Mon, 05 Jul 2004 19:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:172963</guid><dc:creator>chrisgarty</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/172963.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=172963</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;After being announced last week, beta 1 of &lt;A href="http://lab.msdn.microsoft.com/vs2005/"&gt;Visual Studio 2005&lt;/A&gt; has just become available on &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/subscriptions/downloads/"&gt;&lt;FONT face=Verdana size=2&gt;MSDN Subscriber Downloads&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;If you have an MSDN Universal license, go get it now!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=172963" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category></item><item><title>Presentation: Agile .Net Development - Part 1 - Tools and Basics</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/06/30/169381.aspx</link><pubDate>Wed, 30 Jun 2004 21:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:169381</guid><dc:creator>chrisgarty</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/169381.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=169381</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Last night I gave &lt;A href="http://www.ip3systems.com/chrisgarty/presentations/2004/Agile%20.Net%20Development%20-%20Part%201%20-%20Tools%20and%20Basics.ppt"&gt;a presentation&lt;/A&gt; at the &lt;A href="http://groups.yahoo.com/group/melbourne_XP_enthusiasts/"&gt;Melbourne Agile Developer Group (MXPEG)&lt;/A&gt;&amp;nbsp;about agile .Net development. The group has a higher proportion of Java developers, so I had volunteered to give a view of agile from a .Net perspective. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I only got through half of my material last night, so I'll be talking again next month.&amp;nbsp;Last night I presented information about a set of tools that can help if you are trying to follow some of the &lt;A href="http://www.extremeprogramming.org/"&gt;Extreme Programming&lt;/A&gt;&amp;nbsp;practices while using .Net. Next month I'll be focusing on design decisions in .Net that have helped me create applications with a simple and testable design.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The practices covered were: &lt;A href="http://www.extremeprogramming.org/rules/standards.html"&gt;Coding Standards&lt;/A&gt;, &lt;A href="http://www.extremeprogramming.org/rules/integrateoften.html"&gt;Continuous Integration&lt;/A&gt;, &lt;A href="http://www.extremeprogramming.org/rules/refactor.html"&gt;Refactoring&lt;/A&gt;, and &lt;A href="http://www.extremeprogramming.org/rules/unittests.html"&gt;Testing&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The technologies covered included: &lt;A href="http://www.nunit.org/"&gt;NUnit&lt;/A&gt;, &lt;A href="http://nunitasp.sourceforge.net/"&gt;NUnitAsp&lt;/A&gt;, &lt;A href="http://sourceforge.net/projects/nunitaddin"&gt;NUnitAddin&lt;/A&gt;, &lt;A href="http://www.nmock.org/"&gt;NMock&lt;/A&gt;, &lt;A href="http://www.picocontainer.org/"&gt;PicoContainer&lt;/A&gt;,&amp;nbsp;&lt;A href="http://www.gotdotnet.com/team/fxcop/"&gt;FxCop&lt;/A&gt;, &lt;A href="http://ccnet.thoughtworks.com/"&gt;CruiseControl.Net&lt;/A&gt;, &lt;A href="http://nant.sourceforge.net/"&gt;NAnt&lt;/A&gt;, &lt;A href="http://workspaces.gotdotnet.com/ncover"&gt;NCover&lt;/A&gt;,&amp;nbsp;and Microsoft's yet-to-be-released &lt;A href="http://msdn.microsoft.com/vstudio/teamsystem/"&gt;Visual Studio Team System&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The presentation is available &lt;A href="http://www.ip3systems.com/chrisgarty/presentations/2004/Agile%20.Net%20Development%20-%20Part%201%20-%20Tools%20and%20Basics.ppt"&gt;here&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=169381" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Testability/default.aspx">Testability</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/My+Presentations/default.aspx">My Presentations</category></item><item><title>VSTS: Getting coded web tests to run</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/06/04/148102.aspx</link><pubDate>Fri, 04 Jun 2004 19:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:148102</guid><dc:creator>chrisgarty</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/148102.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=148102</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The coded web tests&amp;nbsp;supported by the &lt;A href="http://msdn.microsoft.com/vstudio/teamsystem/tester/default.aspx"&gt;VSTS test tools&lt;/A&gt; really excite me. There are so many&amp;nbsp;web test scenarios that I can now create very easily with a combination of recording and scripting. This will nicely&amp;nbsp;complement&amp;nbsp;the ASP.Net testing capabilities I already have thanks to &lt;A href="http://nunitasp.sourceforge.net/"&gt;NUnitAsp&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;However when I&amp;nbsp;recorded a web test, generated the code from the test, and then tried to use that test the test runner wasn't able to&amp;nbsp;load my assembly. &lt;/FONT&gt;&lt;FONT face=Verdana size=2&gt;It gave me an error similar to this: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;WebTestCoded&amp;nbsp;Coded Web Test&amp;nbsp;Error&amp;nbsp;Could not run web test 'WebTestCoded' on agent 'MyComputer': Could not create instance of class 'WebTestCoded' :File or assembly name 'WebTestProject1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null', or one of its dependencies, was not found.&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;So I jumped on the &lt;A href="http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey&amp;amp;slcid=us"&gt;Microsoft newsgroups&lt;/A&gt;&amp;nbsp;and just got a reply to my query: You have to &lt;STRONG&gt;copy the assembly to VSDIR\Common7\IDE\PrivateAssemblies&lt;/STRONG&gt;. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;To help with this process, add a post build event similar to the one below to all projects with coded web tests: &lt;/FONT&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;copy WebTestProject1.dll "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies"&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thanks to Eric Adams (PM - &lt;A href="http://msdn.microsoft.com/vstudio/teamsystem/"&gt;VSTS&lt;/A&gt; Test) for this solution!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=148102" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Testability/default.aspx">Testability</category></item><item><title>Australian TechEd 2004</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/06/03/147380.aspx</link><pubDate>Fri, 04 Jun 2004 01:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:147380</guid><dc:creator>chrisgarty</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/147380.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=147380</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;A href="http://www.microsoft.com/australia/events/teched2004/"&gt;TechEd Australia&lt;/A&gt; will be on the 3rd of August in Canberra. Last week Frank Arrigo posted a &lt;A href="http://blogs.msdn.com/frankarr/archive/2004/05/24/140757.aspx"&gt;schedule for the TechEd Australia developer track&lt;/A&gt;. It looks excellent and I sure would love to see the two hours worth of &lt;A href="http://weblogs.asp.net/chrisgarty/archive/2004/05/25/140931.aspx"&gt;Visual Studio Team System&lt;/A&gt; demonstrations. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The early bird deadline for TechEd was recently extended till the 15th of June, so we have another two weeks to try to justify $1500 and a week off work to overselves or someone else :)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=147380" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Community/default.aspx">Community</category></item><item><title>Visual Studio Community Technology Preview May 2004 - Installed!</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/05/28/143071.aspx</link><pubDate>Fri, 28 May 2004 08:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:143071</guid><dc:creator>chrisgarty</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/143071.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=143071</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I had some initial trouble installing the May Community Technology Preview (CTP), but after reading the instructions (what a novel idea!) I realised that I just needed to remove all the March components: MSDN, J#, framework, and Visual Studio (VS). Keep an eye on this when you install it, since it doesn't give you much information in the error messages.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I helped give a talk at the &lt;/FONT&gt;&lt;A href="http://www.mdnug.org/"&gt;&lt;FONT face=Verdana size=2&gt;Melbourne .Net User Group&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt; last night about&amp;nbsp;the new&amp;nbsp;VS Team System (nee: Burton), and so I was really looking forward to using the tools that I had learned so much about. I'm pleased to report that it really is as simple to use and powerful as the website and the videos suggest.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The web testing&amp;nbsp;tool in VSTS is excellent. It is very simple to use and should support a wide variety of web applications. I tried it on a web application containing ASP.Net, plain HTML, Macromedia Flash, and Javascript and it worked beautifully first time. Web tests can be created either by demonstration (recording), or by hand coding in C# and VB.Net. The recording feature enables&amp;nbsp;any VS user&amp;nbsp;to&amp;nbsp;create automated regression tests very quickly.&amp;nbsp;I know a couple of people that will be very interested in the ability to automate their manual regression testing.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Over the next week I'll post some more information about the changes I notice from the March&amp;nbsp;CTP and some more information about the VSTS client tools.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=143071" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category></item><item><title>Visual Studio Team System in May CTP</title><link>http://blogs.msdn.com/chrisgarty/archive/2004/05/27/142678.aspx</link><pubDate>Thu, 27 May 2004 18:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:142678</guid><dc:creator>chrisgarty</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrisgarty/comments/142678.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrisgarty/commentrss.aspx?PostID=142678</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN class=Title&gt;My download of the May CTP is complete. The installation process includes an informative message about VSTS:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;EM&gt;&lt;SPAN class=Title&gt;Welcome to the Visual Studio 2005 Community Technology Preview May 2005 DVD&lt;/SPAN&gt; &lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class=Section1&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;This Community Technology Preview includes functionality from the Visual Studio Team System, a new suite of software lifecycle tools that will ship with Visual Studio 2005.&amp;nbsp; In the summer of 2005, we will release a Beta of Visual Studio.&amp;nbsp; Please be aware that this Beta will not include the Team System functionality.&amp;nbsp; We hope to release a formal Beta of the Team System by the end of the year.&amp;nbsp; We're providing this early look at the Team System functionality so that we can get feedback on the product and make any necessary changes to our plans.&amp;nbsp; &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;All previous caveats about the Community Technology Preview program apply to this build: don't install it on machines you care about, be aware that you may have to reformat your drive in order to completely uninstall, and the feature set is incomplete and unstable in many ways.&amp;nbsp; The purpose of these builds is to help you contribute to the development process.&amp;nbsp; &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;EM&gt;To that end, please submit any and all comments, feedback, or concerns to:&amp;nbsp;&lt;FONT color=#0000ff&gt; &lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/whidbey/newsgroups"&gt;&lt;FONT face=Verdana color=#0000ff size=2&gt;&lt;EM&gt;http://msdn.microsoft.com/whidbey/newsgroups&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;EM&gt;&lt;FONT color=#0000ff&gt;.&lt;/FONT&gt;&amp;nbsp; &lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;We look forward to hearing from you.&amp;nbsp; &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;Thank you!&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class=MsoNormal dir=ltr&gt;&lt;FONT face=Verdana size=2&gt;I'll do a post later about the VSTS functionality available. Installing now... :)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=142678" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/chrisgarty/archive/tags/VS+Team+System/default.aspx">VS Team System</category></item></channel></rss>