Azure DevOps Blog
DevOps, Git, and Agile updates from the team building Azure DevOps
Latest posts

Visual Studio 11 Beta – Changes in Web Performance Test / Load Test Workflow
With Visual Studio 11 Beta, you will see some changes in Web Performance Test / Load Test workflow. In this post, I’ll be highlighting those changes. Creating Web Performance Test / Load TestThere has been some changes around creating Web Performance Test / Load Test. Now we've separate test project type for Web Performance Test / Load Test which is called …View complete post...Note: Cross posted from Rubel's Blog. Permalink

Running IntelliTrace on Applications in Production
After we released IntelliTrace in Visual Studio 2010 Ultimate, customers commonly asked us about debugging applications with IntelliTrace outside Visual Studio or Microsoft Test Manager. This can be very useful in an environment where your application has a repeatable problem, but you can’t attach a debugger, and you have to dig into code to find out what went wrong. Collecting IntelliTrace data might be the easiest and best way to help you resolve the problem.So in Visual Studio 11, we’re including the capability to deploy IntelliTrace as a standalone data collector, which you can download here. We&r...

March 21st MN User Group: Visual Studio 11 Beta Upgrade Pleasant Surprises and Lessons Learned
While at the TAP kick off I spoke with Dave about doing a presentation on Intertech’s lessons learned while upgrading to Visual Studio 11 Beta- and he has finally found time March 21st at the MN User Group…Should be a great meeting!Session Abstract: Dave Zimmerman has been a part of the TAP program which began with a presentation/question/answer session with the Visual Studio and TFS Product teams on the Microsoft Campus, followed by a dry-run and go-live migrations of pre-existing full-featured TFS 2008, TFS 2010 servers, and .Net (All version dev environments) and Java TeamPrise client upgrades.&nb...

The Code Index SDK – Part 2 – Bulk indexing assemblies into the code index
Note that this post was updated on June 5th to provide updates concerning the Visual Studio 2012 RC. The changes are highlighted.In my last post, I’ve introduced the Code Index, explaining why use it, and how to get it. This post is about the first scenario that I mentioned: bulk indexing assemblies into the code Index. This topic requires that you have installed the VsVmSdk, as explained already.3. How to bulk index assemblies in the Code Index ?In Visual Studio 11 Beta, the only way to bulk-index assemblies is by using MsBuild. The supported scenarios are:- index assemblies as part of a build outsid...

Various test attachment size reduction features in MTMTFS 11
Some of you may have faced the problem of test attachments growing too fast in TFS with Microsoft Test Manager (MTM). As you know, the test attachments can be cleaned using Test Attachment Cleaner tool which is part of TFS Power Tools. However, even with the cleaner tool, the experience is not ideal and based on feedback, we did released a QFE for MTM 2010 to improve the experience.Well, we have continued investing here. To know further improvements in this area in MTM 11, refer Shyam’s blog on this.

Mar 21 Developer Breakfast in Sydney, New South Wales: Getting the Most out of TFS
When I was based in Australia the crew down at Readify always put on a good show. I see March 21st they have a breakfast on Getting the Most out of TFSREGISTER NOWSession Abstract: The ability to deliver high quality applications that add value to business is dependent on the Application Lifecycle Management implemented. Agile/Scrum provide the processes to deliver your applications and Team Foundation Server provides the tooling to support and communicate your processes. This session will look into the features provided by TFS that will enhance the development processes by giving the required governa...

Changing the default number of tasks displayed on the taskboard
Whether you've installed the beta or signed up for the hosted service, you've probably seen the new taskboard feature, one of the new planning and tracking tools. Hopefully you've started playing with all these tools, adding items to your backlog, creating tasks, and moving tasks from one state to another. Maybe you've shown your teammates these features, too, and they've started creating tasks of their own. That's certainly how it happened on my team. Before I knew it, everyone started creating tasks to track their work in our current sprint, just to test the waters. Which was great! In fact it was fantastic to ...

Test Case Migrator Plus V1.2 released
We have completed the release of the Test Case Migrator Plus (V1.2 RTM) on CodePlex.What's new for the V1.2 RTM version

What’s new for MSTest unit tests in Visual Studio 11 Beta
In an earlier post we detailed the fresh approach we have taken with unit testing in Visual Studio 11. You can now pick and choose the test framework of your choice and use it from within the Visual Studio experience in a fully integrated manner. While we have done a lot of work on the new experience and a new extensible platform, we have also invested in the built-in MSTest framework for unit-testing. In this post, I wanted to highlight the investments we have done in MSTest. Performance Performance is a central theme across Visual Studio 11 and developer unit testing scenarios with MSTest have also received a...