Showing results for June 2013 - Azure DevOps Blog

Jun 28, 2013
0
0

JavaScript/Native Interop Debugging in Visual Studio 2013

Patrick Nelson - MSFT
Patrick Nelson - MSFT

Hello, I am Patrick Nelson, a developer on the Visual Studio Debugger Team. Authoring apps that are using more than one language is not uncommon these days. For example, some developers prefer one language for the UI layer but use another language (or reuse components in another language) for their business logic. When debugging such apps, most of...

DevOpsGit & Version Control
Jun 27, 2013
0
0

Seeing function return values in the Visual Studio 2013 debugger

YanivF
YanivF

You asked, and we have listened. Seeing return values for functions is something that many .NET developers wanted, and voted heavily for on the Visual Studio uservoice site. This feature exists already for C++ code and the good news is that with the latest version of Visual Studio, it’s here and you’ll be able to use it for your .NET code too...

DevOpsGit & Version Control
Jun 26, 2013
0
0

Visual Studio 2013 Preview: Git version control and Team Foundation Build

Andy Lewis
Andy Lewis

I'm here today (and trying real hard to not be jealous of those of you reading this from beautiful San Francisco) to share some new information about version control and Team Foundation Build (TFBuild) in Visual Studio 2013 Preview. Version control I doubt many of you are surprised to hear that one of our big investments for this...

DevOpsAzure DevOps ServerGit & Version Control
Jun 26, 2013
0
0

Load testing with Team Foundation Service – Launching Preview and Early Adoption Program

Anisha Pindoria
Anisha Pindoria

As announced with Visual Studio 2013 launch, cloud based load testing with Visual studio Online is in Commercial Preview. This is open to all Visual Studio Online users. You can read more about it here.Getting Started links  Usage limits and Early Adoption ProgramAll users of Team Foundation Service will be able to run load tests on the ...

Azure & Cloud
Jun 26, 2013
0
0

Using Coded UI to test XAML-based Windows Store apps

Prachi Bora (MSFT)
Prachi Bora (MSFT)

In the last few months since Windows 8 RTM’ed, we have seen the number of apps on the Windows Store grow significantly. There are several different aspects to shipping a great app to the Store. One of these is testing your app to ensure that the bugs are flushed out and you have automated tests in place to ensure that you can make regression free...

DevOpsTest
Jun 20, 2013
0
0

Using Visual Studio 2013 to Diagnose .NET Memory Issues in Production

Andrew B Hall - MSFT
Andrew B Hall - MSFT

Update: Note this post has been updated for Visual Studio 2013 RTM and is the first of a two-part series.  In the screenshots and examples Just My Code and Collapse Small Objects are disabled as covered in part 2.  It is recommended that you read this post before reading part 2. One of the issues that frequently affects .NET applications running...

DevOpsGit & Version Control
Jun 17, 2013
0
0

Why does Visual Studio 2013 display “Visual Studio 2010” in the Test settings dialog

Anisha Pindoria
Anisha Pindoria

Had a question come up today on one of the distribution lists:   Why does the Data and Diagnostics adapter reference Visual Studio 2010 even in Visual Studio 2013?   Turns out this dialogue is trying to convey that this is the old way or the “Visual Studio 2010” way of static code coverage where users need to configure ...

Azure & Cloud
Jun 11, 2013
0
0

Part 3: Unit testing with Traits and code coverage in Visual Studio 2012 using the TFS Build – and the new NuGet adapter approach

Anisha Pindoria
Anisha Pindoria

The Unit Testing series by one of the ALM MVPs Terje Sandstrom has been some of the highest read posts on the ALM blog…In this post he shows how to easily provide unit Test Adapters from NuGet. Thanks for the Great Post Terje!   ********************************************************** This is the 3rd post in a series on Unit Testing ...

Azure & Cloud
Jun 5, 2013
0
0

Microsoft Test Manager: Customization of test result fields and marking test results as NA

Anisha Pindoria
Anisha Pindoria

As part of the MTM enhancements in the  Visual Studio Update 2, we introduced a feature to customize the test result analysis fields like 'Resolution' and 'Failure type'. Different projects may have different reporting needs and this feature lets you do just that. You can customize the values that appear in these fields based on your project ...

Azure & Cloud
Jun 4, 2013
0
0

Testing Improvements in Team Foundation Service Update for TechEd 2013

Charles Sterling
Charles Sterling

As Brian said we have made a ton of improvements for Testers with the Team Foundation Service released during TechEd.  In looking at the last two sprints in TFS I see over 14 new features! Many of these features are self explanatory but thought i would high light some my favorites! Add/rename/delete new attachments, parameters ...

DevOpsTest