Showing results for November 2012 - Page 2 of 2 - Azure DevOps Blog

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
Nov 7, 2012
0
0

Edit Test Case properties directly from the test runner of Microsoft Test Manager

Charles Sterling
Charles Sterling

As the lead to the ALM MVPs I am continually surprised by the breadth of skills my MVPs have.  For instance this post was created by Terje Sandstrom.  In our ranks we tend to think of Terje as an architect and of the worlds foremost expert on our UML designers and Architect Explorer.  So this morning it was with a bit of surprise when i see not onl...

DevOps
Nov 6, 2012
0
0

Eylean Board

Aaron Bjork
Aaron Bjork

This past summer I had the chance to play around a bit with a tool called the Eylean Board - an add-in for TFS that provides visual project management.  In TFS 2012 we shipped a set of features to visually manage your backlog, sprint plans, etc. The Eylean Board provides a similar experience but offers a broader set of functionality (reports, confi...

DevOps
Nov 1, 2012
0
0

UI Testing SharePoint 2010 with Visual Studio 2012

Srishti [MSFT]
Srishti [MSFT]

Microsoft Visual Studio 2012 provides complete record and play support through Coded UI for performing UI validations on Sharepoint 2010 applications. Recording and playing back on a sharepoint application is no different from recording on any webpage on Internet Explorer as internally the Coded UI IE plugin is being used. This blog assumes that y...

DevOpsTest