Azure DevOps Blog
DevOps, Git, and Agile updates from the team building Azure DevOps
Latest posts
TFS Integration Tools – March 2012 Release
Last month the team silently released a new release of the TFS Integration Tools on the Visual Studio Gallery, which now includes support for Team Foundation Server 11 and Team Foundation Service. The list of resolved bugs which we received from the community and from internal dogfooding environments is substantial: General Version Control WIT Internal Dogfooding
Test Tooling Guides BETA has shipped!
We are pleased to announce that we have released another one of the ALM Rangers Visual Studio 11 Readiness “Gig” projects, delivering guidance for both Coded UI and MTM testing. For more information on the ALM Rangers Visual Studio 11 Readiness “Gig” please refer to here or click the image above. For more information on this project, please visit Visual Studio Test Tooling Guidance. Please send candid feedback We can’t wait to hear from you, and learn more about your experience using the Beta. Here are some ways to connect with us: Enjoy!
Build on the Team Foundation Service
Today we are pleased to enable another great capability of Team Foundation Server on the Team Foundation Service Preview, Build. With the introduction of build we are combining the power and flexibility of Team Build with the low friction setup of the Team Foundation Service and continuing our efforts to provide the most powerful cloud based ALM solution to our users. Build in the Team Foundation Service Preview provides a pool of build machines that are standing by ready to compile, test, and package your application. Gone are the days where you need to setup and maintain your own isolated build machine. If you...
Changing the default filter for exploratory testing
For performing exploratory testing with Microsoft Test Manager, when we go to Test -> Do exploratory testing we see a list of work items that are of requirement category and have the same area path and iteration path as that of the test plan. The idea behind having these conditions in the default query is that in most cases, the user will be exploring requirements that are being developed in the current sprint, and that the area path and iteration path of the currently selected plan will most likely match that. If I want to change this query so as to get a different set of requirement work items in th...
The Code Index – Part 3 – Code samples for using indexed information
We have published two samples, on the Code Gallery showing how to get data from the code index.The first sample, Code Index - How to get statistics about your code, shows how to retrieve some statistical information from the code index, and in particular: Looking at the sample’s source code you will learn a lot on how to query the code index to answer your own questions. The second example is Code Index - How to discover ignored tests. It shows how to write an useful tool (effectively used in my team) : you probably know that when using MST...
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...