Azure DevOps Blog

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

Automatic requirement traceability with Exploratory Testing

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 ...

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. (image) (image) The list of resolved bugs which we received from the community and from internal dogfooding environments is substantial: General...

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. (image) 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 ...

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 ...

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 ...

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 ...