Showing category results for Test

Mar 12, 2012
Post comments count0
Post likes count0

Getting Started with Exploratory Testing

Nitin Gurram
Nitin Gurram

  How many times have you been in a situation when you found a bug while doing some ad hoc testing but couldn’t report it because you couldn’t reproduce it again. Or you filed a bug during a bug bash, it was fixed but it reappeared in the software because there was no way you could have remembered to test it again. If you are a software tes...

DevOpsTest
Mar 8, 2012
Post comments count0
Post likes count0

What’s New in Visual Studio 11 Beta Unit Testing

Peter Provost [MSFT]
Peter Provost [MSFT]

For those of you who haven’t been following the changes to unit testing that we first previewed back at the //BUILD/ conference, and for those you who did but want to know what has changed, this post is going to take you through the whole thing. We have made a lot of changes to testing in Visual Studio. These changes are pretty drastic in som...

DevOpsAgileTest
Mar 5, 2012
Post comments count0
Post likes count0

Visual Studio Coded UI for Word Add-In Sample Solution has shipped!

Willy-P. Schaub
Willy-P. Schaub

We are pleased to announce that we have released the sample solution, which many have been waiting for This project delivers practical and scenario based sample code and guidance for the Visual Studio Coded UI Microsoft Word Add-in, which extends the Coded UI feature support to Microsoft Word documents. Without this Add-in, the Coded UI featur...

DevOpsCommunityTest
Mar 4, 2012
Post comments count0
Post likes count0

Handling playback failures in Coded UI Test due to stale UI controls

Tapas Sahoo [MSFT]
Tapas Sahoo [MSFT]

There have been multiple instances of Coded UI Test customers reporting failure in the performing action on a control within a popup window such as a dialog box or a context menu. The typical symptom will be an error thrown something like –QTAgent32.exe, AL: Playback Error: Microsoft.VisualStudio.TestTools.UITest.Extension.FailedToPerformActi...

DevOpsTest
Mar 1, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta – Unit Testing Plugins List

Peter Provost [MSFT]
Peter Provost [MSFT]

One of the things I’m really proud of in the new Visual Studio 11 developer experience is the investment we made in developer and unit testing. We first started talking about this back at the //BUILD/ conference, and since then have spent a lot of time working with community partners to get them ready for the Beta release today.I’m very...

DevOpsAgileTest
Feb 16, 2012
Post comments count0
Post likes count0

Team Foundation Service Preview–Updated videos are available

Importer
Importer

Way back in September of 2011, Martin Woodward published a blog post that referenced a series of Channel 9 videos that were introductions to the TFS Preview.Those videos were recorded based on the version delivered at the BUILD conference. Just wanted to let everyone know that all of those videos have been re-recorded with the latest bits. The vide...

DevOpsAzure DevOps ServerTest
Feb 2, 2012
Post comments count0
Post likes count0

How To: Get all test points assigned to you?

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

Based on my previous post, one question that came up was - How do I, as a tester, know what test points are assigned to me? In Test->Run Tests, you can click on Filter on the left side to do filtering by Tester andor Configurations.  Refer the screenshots below.  

DevOpsTest
Feb 1, 2012
Post comments count0
Post likes count0

Application Lifecycle Management SDR on Testing in Hyderabad Feb 21st

Charles Sterling
Charles Sterling

As a reader of the ALM Blog you already know, a corner stone of the next version of Visual Studio code named “Visual Studio 11” is delivering the next generation of Application Lifecycle Management (ALM) tools.  February 21th two of the principal stakeholders for ALM tooling at Microsoft Brian Harry and Sam Guckenheimer will be vis...

DevOpsAgileTest
Feb 1, 2012
Post comments count0
Post likes count0

New MSDN topic: Coded UI Extension for custom controls

Shubhra Maji MSFT
Shubhra Maji MSFT

The Visual Studio team has released MSDN documentation on Enable Coded UI Testing of Your Custom Controls. Please go through the step-by-step implementation of Coded UI extension points to achieve various levels of support. The document describes how to make a custom ChartControl with CurveLegend child object work with Coded UI....

DevOpsCommunityTest
Jan 31, 2012
Post comments count0
Post likes count0

Guidelines on improving performance of Coded UI Test playback

Tapas Sahoo [MSFT]
Tapas Sahoo [MSFT]

In this blog post I’ll go through some approaches you can make use of in your Coded UI Test project to achieve better playback performance. Meanwhile, do check an earlier post here that covers some common scenarios.  As I see, there are lot of APIs and settings available that the Coded UI Test user can leverage to hand-code a more optimi...

DevOpsTest