Updated Team Foundation Server 2010 Beta 2 Install Guide – Now with Virtual Lab Management

A few weeks ago, I published v0.1 of our Team Foundation Server 2010 Beta 2 installation guide.  Since then, we’ve fixed a few bugs and added a walk-through for installing Team Foundation Server 2010 Virtual Lab Manager. 

There are definitely more bugs to be found.  If you find bugs or run in to problems with your installation of TFS2010 or TFS Virtual Lab Management 2010, please tell us. 

Click here to download the updated TFS2010 & Lab Management installation guide.

-Ben

--- Looking for help getting prepared for Team Foundation Server 2010 and Visual Studio Ultimate 2010?  Want guidance on how to leverage the best practice and application lifecycle management (ALM) tools and features of Visual Studio Ultimate 2010?  Drop us a line at info@benday.com.

Hook Visual Studio Web Tests in to TFS Team Build

SearchWinDevelopment.com has posted another of my Team System “tips” on their site.  This one walks you through running Visual Studio Web Tests from a Team Build.

Run Visual Studio Web Tests from a Team Foundation Server Build
By Ben Day
13 Nov 2009 | SearchWinDevelopment.com 

One of the great features of Visual Studio 2008 is the ability to test Web applications using Web Tests. Web Tests allow you to record a user's path through a running Web application and turn these actions into an automated test that Visual Studio can later run against subsequent builds of your application. They're immensely helpful for quickly validating Web application builds to see if your application is working properly. The idea is that you record your use cases as Web Tests and then Visual Studio can QA your application for you. This eliminates a lot of tedious manual testing and can greatly speed up your testing cycles.

Here’s the link to the complete article.
Here’s a link to download the source code.

-Ben

--Looking for training, consulting, or coaching on Visual Studio Team System, Team Foundation Server 2008 & 2010, and Visual Studio Ultimate 2010?  Drop us a line at info@benday.com for more information.

Incorporate Windows Azure unit tests in to TFS Team Builds

I’ve started writing “tips” for SearchWinDevelopment.com on Visual Studio, Team Foundation Server, and Unit Testing.  Look for them to trickle out over the next few months.

They’ve posted one that I wrote about making Team Foundation Server Builds work with Windows Azure project.  It’s easy enough to compile Windows Azure projects from Team Build but if you’ve written unit tests that use Windows Azure Storage, you need to do some extra work.  The basic gist is this:

1. Run the Team Build Service in interactive mode
2. After compiling your code and before the unit tests execute, run DevTableGen.exe to initializes your local storage database
3. Start DevelopmentStorage.exe so that your Azure Storage development endpoints are running
4. Run your unit tests

Build and unit test Windows Azure projects from TFS Team Build
by Ben Day
13 Nov 2009 | SearchWinDevelopment.com

One of the great things about Windows Azure is that you can leverage a lot of your existing skills to write cloud-based applications. Want to run ASP.NET applications? No problem. Want to do WCF? Works fine. Windows Azure let's you write and run highly scalable and highly available applications. But what good is a highly scalable Web application if the Web site scales like crazy but the database is super slow? The answer is 'no good at all' and that's why we have the options of Windows Azure Storage and SQL Azure. For this article, we'll focus on Windows Azure Storage.

Windows Azure Storage is a fast, scalable, and reliable storage solution for your Windows Azure applications. With the Windows Azure SDK, you get a version of Azure's cloud server and cloud storage that run on your desktop – DevFabric.exe and DevelopmentStorage.exe, respectively.

Now, just because you're running your applications in the cloud, there's no excuse for not unit testing your application. Arguably, since Windows Azure doesn't allow you to debug your application running on their cloud servers, you almost need unit tests in your development environment even more to make sure that you're catching your errors before you deploy out to the cloud.

Here’s a link to the full article.

Here’s a link to download the Team Build script source code for the article.

-Ben

 

-- Looking for training on Windows Azure and Windows Azure Storage?  Our Windows Azure Architecture & Development course will be available in February of 2010.  Drop us a line at info@benday.com for more information. 

«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345