Azure DevOps Blog

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

Significance of Window Titles in Coded UI Test Playback

The control search in Coded UI Test playback is essentially a breadth first search. For extension plugins that have in-built search capability, the plugin writer can implement its own search logic. What typically remains the same is the way the search is done for the top level window of the application. Consider a top level window UI ...

Javascript Unit Tests on Team Foundation Service with Chutzpah

Significant investments were made in Visual Studio 2012 Unit Testing to make it extensible. A number of frameworks and test runners have built adapters for Visual Studio. Peter Provost maintains a list of Plugins here. For Javascript Unit Testing in Visual Studio, Matthew Mannela has released Chutzpah, an open source Javascript Test Runner.  ...

UI Test Plugin for Silverlight Applications

Using the Microsoft Visual Studio UI Test plugin for Silverlight, you can create Coded UI Tests or action recordings for Silverlight applications. Action recordings let you fast forward through steps in a manual test using Microsoft Test Manager. Coded UI Tests let you record actions, generate code and play back user interface tests using ...

Visual Studio 2010 Quick Reference Guide – Localised for Japan

The Japanese community, under the mentorship of Rex Tang (湯川 智彦), have localised the Visual Studio 2010 Quick Reference Guide. Release notes Rex Tang (湯川 智彦), Takaho Yamaguchi (山口 孝穂), Masashi Fujiwara (藤原 祐之), localized and reviewed the Quick Reference Guidance for the Japanese communities, based on http://...

Visual Studio 2010 Branching Guide – Localized for Japan

The Japanese community, under the mentorship of Rex Tang (湯川 智彦), have localised the Visual Studio 2010 Branching Guide. Release notes Rex Tang (湯川 智彦), Takaho Yamaguchi (山口 孝穂), Hirokazu Higashino (東野 紘和), localized and reviewed the Branching Guidance for the Japanese communities, based on http://...

Visual Studio 2012 RC – What’s new in Code Coverage

  As product development adapts to the demands of continuous delivery models and agile methodologies, the developer is being entrusted with bringing in product changes with a higher quality bar. Besides strengthening processes to include quality checkpoints like gated check-ins, rolling builds and other regression checks, the developer ...