Azure DevOps Blog

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

Special Discount for Scrum.ORG course in China by Adam Cogan

I am sitting next to Adam in the Scrum.ORG annual meeting and he mentioned giving attendees a $500 discount for his Professional Scrum Developer (PSD) course .Taught by Adam Cogan March 20-22, 2012 in Bejing, ChinaAttending this course you will: Register before March 1 and get the early bird rate of USD 999, a discount of USD ...

Team Foundation Service Preview–Updated videos are available

Way back in September of 2011, Martin Woodward published a blog post that referenced a series of Channel 9 videos that were introductions to the TFS Preview.Those videos were recorded based on the version delivered at the BUILD conference. Just wanted to let everyone know that all of those videos have been re-recorded with the latest bits. The...

How To: Get all test points assigned to you?

Based on my previous post, one question that came up was - How do I, as a tester, know what test points are assigned to me? In Test->Run Tests, you can click on Filter on the left side to do filtering by Tester andor Configurations.  Refer the screenshots below. (image)   (image) (image...

New MSDN topic: Coded UI Extension for custom controls

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

Guidelines on improving performance of Coded UI Test playback

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