Posts by this author

May 7, 2013
0
0

Release Candidate of Visual Studio 2012 Update 3 now available

The Visual Studio Updates are a new mechanism we are using to provide ongoing value throughout the year to our Visual Studio and Team Foundation Server customers. These updates will provide features to support the latest software trends in the market, and also offer an easy way to deploy bug fixes.  To download this latest update please see: ...

Azure & Cloud
Apr 29, 2013
0
0

StarEast and an AMA with noted Test analyst Theresa Lanowitz this week

This week I will be at the Stareast 2013 conference manning the Microsoft Test booth, meeting testers, sneaking into Anna’s incredible Test training, doing demos of our Test tools and something that will be a first for me- I will be physically attending an AMA by one of the foremost Test analysts in the world, Theresa Lanowitz(founder of the ...

DevOps
Apr 23, 2013
0
0

Testing Java and Cross Platform applications with Squish and Microsoft Test Professional

One of the more common requests we hear from customers with heterogeneous environment is: “How do i test my Java/Cross Platform applications with Microsoft Test Professional” Turns out the answer is a bit of a surprise: “Use the same Java test tools you are (probably) already using” Froglogic, the creator of Squish, one of the most ...

DevOps
Mar 4, 2013
0
0

March CTP (“CTP4”) of Visual Studio Update 2 now available

Visual Studio Updates are a mechanism we are using to provide ongoing value throughout the year to our Visual Studio and Team Foundation Server customers. These updates will provide features to support the latest software trends in the market, and also offer an easy way to deploy bug fixes.  In Visual Studio 2012 Update 2 we are focusing on ...

Azure & Cloud
Feb 25, 2013
0
0

Native debugging for ARM dumps

One of the areas that we have improved in VS2012 updates is dump debugging. In this post, I will explain dump debugging feature specific to the ARM architecture. We want to enable all developers who are building Windows Store applications targeting the Surface RT and other ARM devices. Even though we had the live debugging support for apps ...

DevOps
Feb 15, 2013
0
0

Multivaluelist control in TFS Work Item Tracking

One of the top asks from people in the field is to have the ability to have a dropdown in which you can select multiple values. Few people know that there is already a solution out on CodePlex, although it has its limitation. But it might be just good enough for what you are looking for. Since the data is stored in the format “[value1];[...

DevOps
Dec 10, 2012
0
0

Asynchronous calls in C++ Windows Store Unit Tests

In Visual Studio 2012, we added support for the Async Test Methods in C#. You can call await inside the test method body and the unit test framework will appropriately wait for its completion. Here is a sample test method.         [TestMethod]         public async Task ...

DevOps