Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Latest posts

Team Foundation Service whitepaper has shipped!
Apr 11, 2012
Post comments count 0
Post likes count 0

Team Foundation Service whitepaper has shipped!

Willy-P. Schaub
Willy-P. Schaub

We are pleased to announce that we have released another one of the ALM Rangers Visual Studio 11 Readiness “Gig” projects, delivering supporting guidance focused on Team Foundation Service. For more information on the ALM Rangers Visual Studio 11 Readiness “Gig” please refer to here or click the image above. //2012-06-08 Fix links to point to RC not hidden BETA. For more information on this project, please visit Visual Studio ALM Rangers Supporting Guidance and the v1 - Team Foundation Service Whitepapers download package. What’s Next? The team is hard at work to complete ar...

Automatic requirement traceability with Exploratory Testing
Apr 10, 2012
Post comments count 0
Post likes count 0

Automatic requirement traceability with Exploratory Testing

Nitin Gurram
Nitin Gurram

My favorite feature of exploratory testing with Microsoft Test Manager is automatic requirement traceability, that it automatically builds up my test plan as I perform my explorations. So let's say that I have a backlog item that my team is working on and it is now ready to be tested. To perform exploratory testing on it, I launch Microsoft Test Manager and create a new empty test plan. This is how my Plan->Contents tab looks currently:   Now I select the relevant backlog item and start exploring it, similar to the walkthrough here. I launch my application, perform actions on it, take scr...

Lab Management walkthrough using Visual Studio 11 Developer Preview Virtual Machine
Apr 9, 2012
Post comments count 0
Post likes count 0

Lab Management walkthrough using Visual Studio 11 Developer Preview Virtual Machine

Charles Sterling
Charles Sterling

  Updated 7/16/2012: Please note this an archived post and the Lab Management VHD has been retired and been removed from the Microsoft Downloads site.                                                                                                        Merging the Lab Management blog and bringin...

TFS Integration Tools – March 2012 Release
Apr 4, 2012
Post comments count 0
Post likes count 0

TFS Integration Tools – March 2012 Release

Importer
Importer

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!
Apr 4, 2012
Post comments count 0
Post likes count 0

Test Tooling Guides BETA has shipped!

Willy-P. Schaub
Willy-P. Schaub

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
Mar 27, 2012
Post comments count 0
Post likes count 0

Build on the Team Foundation Service

Aaron Bjork
Aaron Bjork

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
Mar 24, 2012
Post comments count 0
Post likes count 0

Changing the default filter for exploratory testing

Nitin Gurram
Nitin Gurram

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
Mar 21, 2012
Post comments count 0
Post likes count 0

The Code Index – Part 3 – Code samples for using indexed information

Importer
Importer

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
Mar 20, 2012
Post comments count 0
Post likes count 0

Visual Studio 11 Beta – Changes in Web Performance Test / Load Test Workflow

RubelS_MSFT
RubelS_MSFT

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