Azure DevOps Blog

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

Latest posts

Application Lifecycle Management SDR on Testing in Hyderabad Feb 21st
Feb 1, 2012
0
0

Application Lifecycle Management SDR on Testing in Hyderabad Feb 21st

Charles Sterling
Charles Sterling

As a reader of the ALM Blog you already know, a corner stone of the next version of Visual Studio code named “Visual Studio 11” is delivering the next generation of Application Lifecycle Management (ALM) tools.  February 21th two of the principal stakeholders for ALM tooling at Microsoft Brian Harry and Sam Guckenheimer will be visiting the Microsoft ALM Development teams in Hyderabad India.  As part of this trip I would love to organize a private software design review of the next generation ALM features we will be releasing in Visual Studio 11.  While the specific agenda will be deter...

New MSDN topic: Coded UI Extension for custom controls
Feb 1, 2012
0
0

New MSDN topic: Coded UI Extension for custom controls

Shubhra Maji MSFT
Shubhra Maji MSFT

The Visual Studio team has released MSDN documentation on Enable Coded UI Testing of Your Custom Controls. Please go through the step-by-step implementation of Coded UI extension points to achieve various levels of support. The document describes how to make a custom ChartControl with CurveLegend child object work with Coded UI.

Guidelines on improving performance of Coded UI Test playback
Jan 31, 2012
0
0

Guidelines on improving performance of Coded UI Test playback

Tapas Sahoo [MSFT]
Tapas Sahoo [MSFT]

In this blog post I’ll go through some approaches you can make use of in your Coded UI Test project to achieve better playback performance. Meanwhile, do check an earlier post here that covers some common scenarios.  As I see, there are lot of APIs and settings available that the Coded UI Test user can leverage to hand-code a more optimized test script based on their specific scenarios.First of all, be aware that Coded UI Test allow users to do pure functional UI testing unlike some other automation tools which does programmatic playback. By pure functional UI testing I mean, it replicates the actual u...

Queensland ALM UserGroup Meeting Feb 3rd in Brisbane
Jan 31, 2012
0
0

Queensland ALM UserGroup Meeting Feb 3rd in Brisbane

Charles Sterling
Charles Sterling

Anthony Borton looks like he is hosting another great User group this month with Andrew Harcourt and Software Project Rescue: A Fairy TaleFriday, February 3, 2012 from 7:30 AM to 9:00 AM (GMT+1000)Brisbane, QueenslandMicrosoft Office - South Stradbroke Island Room Level 28 400 George Street Brisbane, Queensland 4000 Australia Friday, February 3, 2012 from 7:30 AM to 9:00 AM (GMT+1000) Register Topic: Software Project Rescue: A Fairy TaleThis is a tale of a naïve protagonist, misguided advisors, princesses[1], dragons[2] and knights[3] in shining armour[4].Like most fairy tales, this story h...

Team Foundation Service Preview – Configure a master backlog and sub-teams
Jan 27, 2012
0
0

Team Foundation Service Preview – Configure a master backlog and sub-teams

Importer
Importer

 One backlog to rule them all…One common practice we’ve seen our customers use is to have a master backlog, which “feeds” several teams. The master backlog is prioritized and maintained, and when it comes time to plan for the next sprint, all the teams gather together and “sign up” for backlog items to work on in the upcoming sprint.That way, they can ensure that all teams are working on the most important items for each sprint. This blog post will tell you how to configure and use a master backlog using the Team Foundation Service Preview.

Coded UI Test and Microsoft Test Manager Survey
Jan 19, 2012
0
0

Coded UI Test and Microsoft Test Manager Survey

Shubhra Maji MSFT
Shubhra Maji MSFT

Have you used Visual Studio 2010 Test Tools - Coded UI Test or Microsoft Test Manager (MTM) in your project(s)? If so, we would like to hear your experience with these features. Let us know what you think by taking the Coded UI / Microsoft Test Manager Survey.Thanks!Shubhra Maji – Visual Studio Test Tools Program Manager

FAQ: What is the difference between “Assigned To” and “Tester” in MTM?
Jan 17, 2012
0
0

FAQ: What is the difference between “Assigned To” and “Tester” in MTM?

Importer
Importer

FAQ: In Microsoft Test Manager (MTM), what is the difference between the “Assigned To” field of the Test Case work item and the “Tester” field in MTM.  It seems these to fields are stored independently. So if I assign someone test cases through MTM then this is not translated into the “Assigned To” on the WIT.A: The “Assigned To” is a field on the test case work item.  The “Tester” is a field on the Test Point artifact.  A Test Point is a Test Case * Test Configuration.  For example, for a given Test Case, you might want to test it on...

What are Your Top Tasks When Using Microsoft Developer Technologies?
Jan 16, 2012
0
0

What are Your Top Tasks When Using Microsoft Developer Technologies?

Esther Fan
Esther Fan

If you're a current or potential Microsoft customer, please take this short, anonymous survey (10 to 15 minutes) to rank the importance of tasks that you perform when you use Microsoft developer technologies. Your feedback will help us create MSDN documentation that meets your needs. To provide feedback, go to the survey page. Thanks in advance!

FAQ: Why are my tests not included in the test run?
Jan 16, 2012
0
0

FAQ: Why are my tests not included in the test run?

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

As an alternative to Microsoft Test Manager (MTM), users can use tcm.exe command line to run and manage their test cases.  The command line way is particularly useful in running tests in non-interactive way (say via scripts). FAQ: While using “tcm.exe run” command to run all the test cases in a test plansuite is - A: By default, “tcm.exe run /create” command creates a test run for only tests (or rather test points for more knowledgeable ones) in active state and ignores tests not in active state. (Refer screenshot below to understand what I mean by active state here.) This is deliberate to ensure users can...