Showing results for 2012 - Page 3 of 21 - Azure DevOps Blog

Nov 26, 2012
0
0

Introducing SharePoint Emulators

Joshua Weber-MSFT
Joshua Weber-MSFT

The Visual Studio team is pleased to announce availability of Visual Studio 2012 SharePoint Emulators. Unit testing for SharePoint code is difficult. Ideally you would like to isolate code under test from the surrounding SharePoint framework. Isolation frameworks, such as Microsoft Fakes, can enable this code isolation. Unfortunately, as anyone who...

DevOpsTest
Nov 22, 2012
0
0

Quick Response Sample – Visual Studio Extension to support the ALM Rangers Branching and Merging guidance

Importer
Importer

Quick Response samples provide information directly from Visual Studio ALM Rangers working with the Microsoft Visual Studio Product Group and Microsoft Services, in response to feature gaps to supplement the product and knowledge base information. Issue It is not simple to implement a consistent branching model, that complies with the VS TFS Br...

DevOpsCommunityAzure DevOps Server
Nov 20, 2012
0
0

Part 2–Using Traits with different test frameworks in the Unit Test Explorer

Importer
Importer

As promised one of the ALM MVPs, Terje Sandstrom, has delivered Part 2 of his Unit Test Series: “Using Traits with different test frameworks in the Unit Test Explorer”. From the traffic and comments on his first post these are clearly very appreciated articles! Thanks Terje!   ********************************************************************...

DevOps
Nov 20, 2012
0
0

Retrying failed playback actions with Coded UI

Srishti [MSFT]
Srishti [MSFT]

This blog assumes that you have basic understanding of Coded UI and are familiar with the code generated from a recording on Winforms, WPF or Web applications. A lot of times, while running a UI test, our test runs into an unexpected pagestate, say an unexpected error dialog, dismissing which would make our test work, or maybe the server takes ...

DevOpsTest
Nov 9, 2012
0
0

New Visual Source Safe Upgrade Tool is Available!

Charles Sterling
Charles Sterling

In the last month I have seen multiple requests for a new Visual Source Safe Upgrade tool – and here it is! The Visual Source Safe Upgrade tool provides a Wizard Based UI for upgrading Visual Source Safe repositories to Team Foundation Server 2012, 2010 or Team Foundation Service (http://tfs.visualstudio.com/) Upgrades the follow from Visual Sour...

DevOps
Nov 8, 2012
0
0

Migrating Coded UI Test Projects on VS 2012

Aditya_msft
Aditya_msft

In Visual Studio 2012, Coded UI Test projects provide silent upgrade features where if you open a Coded UI Test project which was created in Visual Studio 2010 SP1, it will get repaired automatically to support both Visual Studio 2012 & Visual Studio 2010 SP1. Similarly if you create any new Coded UI Test project in Visual Studio 2012, you can ...

DevOpsCI/CDTest
Nov 8, 2012
0
0

Coded UI Test: Why does application close after each test in Visual Studio 2012?

Aditya_msft
Aditya_msft

 In Visual Studio 2010 SP1, Coded UI Test added a flag CloseOnPlaybackCleanup to ApplicationUnderTest class. For cases where an application is launched during test run, this flag helps determine whether to close the application under test after test is over.  Default value for the flag was set to true (closes the application) as it is not advisable...

DevOpsCI/CDTest
Nov 8, 2012
0
0

Enabling Tracing and HtmlLogger in Coded UI Test

Aditya_msft
Aditya_msft

Enabling HtmlLogger & Tracing in Coded UI Test There have been a few changes in Visual Studio 2012 how Coded UI Test are run & how to enable logging. Now we can have both .NET v4.0 & v4.5 type Coded UI Test projects. Note this is an extension to previous blog on enabling tracing for Coded UI Test which is also applicable for Coded ...

DevOpsTest
Nov 7, 2012
0
0

SQL Server Data Tools – November 2012 is now available!

Charles Sterling
Charles Sterling

The SQL Data Tools Team (Gert Draper aka the “Data dude”’s team)  is pleased to share with us that SSDT - November 2012 update is now available for download. SSDT for Visual Studio 2012: http://msdn.microsoft.com/en-us/jj650015 SSDT for Visual Studio 2010: http://msdn.microsoft.com/en-us/jj650014 What's new in the SQL Server Data Tools? Sel...

DevOps