Mathew Aniyan's Blog
Program Manager for Visual Studio CodeLens
I have proposed a session at the Agile India conference on the topic - Data @ the core of Enterprise...
Date: 09/08/2015
For the past few months, I have been ramping up on the "Manage Technical Debt" scenario. We are...
Date: 09/02/2015
Here are tweets 11-20. Tweet #11 : #VisualStudio #CodeLens Test Indicators helps...
Date: 10/06/2014
I have been successful in regularly tweeting about CodeLens. Now in the 11th day. Here are the past...
Date: 09/14/2014
CodeLens is a heads-up display in your Visual Studio Editor where you can find information about...
Date: 07/07/2014
This app does not collect or store any personal information.
Date: 10/20/2013
Visual Studio 2012 Update 2 Download and Install Visual Studio 2012 Update 2 CTP 3 Blogs Introducing...
Date: 02/18/2013
Corollary: If we use coordinate based action, will it not fail if the control moves its position?...
Date: 03/16/2012
In Visual Studio 2010 Coded UI Test, we had mapped the key combination Win+I to locate controls. I...
Date: 03/12/2012
Coded UI Test playback behavior can be modified by several configurations. In this article, I will...
Date: 02/24/2012
Generally, you will be testing a single application using Coded UI Test. By default, Coded UI Test...
Date: 02/23/2012
Introduction Visual Studio UI Test Scenarios and Extensibility is described in my blog here. An...
Date: 10/21/2011
Do you have a feature suggestion for Coded UI Test? Log it at https://visualstudioalm.uservoice.com....
Date: 07/14/2011
In the previous article, I described how we can make the DevExpress Scheduler Control &...
Date: 05/17/2011
Most of the leading Third party WinForms custom control vendors implement Microsoft Active...
Date: 05/17/2011
A number of customers have asked me about how to use the UI Test Extensibility model to get custom...
Date: 05/17/2011
One of the most frequent asks in Coded UI Test Forums is the ability to add all controls on a page...
Date: 03/31/2011
1 Overview In this article, I will delve into the design of extensibility model for Visual Studio UI...
Date: 03/28/2011
One of the most frequent questions regarding Coded UI Tests goes like this - “I have a test running...
Date: 02/28/2011
Visual Studio 2010 Feature Pack 2 is now available to MSDN subscribers. This introduces...
Date: 11/15/2010
Visual Studio Lab Management capability will be available at the end of August 2010. See the...
Date: 08/04/2010
UITestControl.DrawHighlight() is a very useful method (especially during debugging). It draws a blue...
Date: 04/28/2010
You should not add assertions on the following properties. They will most probably fail in future...
Date: 04/28/2010
An MSDN article - How to: Configure and Run Scheduled Tests After Building Your...
Date: 04/28/2010
Whenever Coded UI Test Builder is recording actions on an application under test, a ‘Currently...
Date: 04/28/2010
Most probably, the application is running under different user credentials. Due to limitations in...
Date: 04/27/2010
If an HtmlList has multiple items with the same name, you cannot select both the identical items....
Date: 04/26/2010
You cannot launch a Click-Once application using ApplicationUnderTest.Launch(). e.g:-...
Date: 04/25/2010
Orientation property is not implemented for WinScrollBar since there is no reliable way of getting...
Date: 04/25/2010
HtmlListItem.HasFocus will return false always since a list item cannot be given focus manually....
Date: 04/24/2010
Most probably, this is because you have not initialized Playback. In this post, Gautam has...
Date: 04/24/2010
In this blog, Siddhartha has described Window search and Windowed properties. There a few...
Date: 03/31/2010
If you have controls such as H2 or CITE in your web page, you will not be able to drag the crosshair...
Date: 03/30/2010
I have the following construct in my html page. <a href="https://bing.com"><img...
Date: 03/18/2010
In this blog, Gautam has talked about how to create an extension package and deploy it. Excerpt from...
Date: 03/18/2010
In this blog, Bala has described how Coded UI Test searches for controls. A frequently asked...
Date: 03/18/2010
Topic Link Walkthroughs Demo videos No More Missed Requirements 10-4 Episode 23: An Introduction to...
Date: 02/10/2010
Jason Zander has announced the availability of Visual Studio 2010 RC for MSDN subscribers – here....
Date: 02/09/2010
In the Coded UI Test Builder, you can start recording your test actions by clicking on the Start...
Date: 01/20/2010
After recording a series of action, you need to click on the Generate Code button, give a name...
Date: 01/20/2010
You can click the “Show Recorded Steps” button to see all actions performed during the current...
Date: 01/18/2010
In Coded UI Test, you reference a control by its full hierarchy in the UI Control Map. ...
Date: 01/17/2010
When an existing control is selected in the UI Control Map, we display only its search properties....
Date: 01/14/2010
Controls referenced during recording & controls for which assertions have been added are...
Date: 01/13/2010
In some user interfaces, it is very difficult to drag the cross-hair from the Coded UI Test Builder...
Date: 01/12/2010
In the Coded UI Test Builder, you can drag the cross-hair and drop it on a control to see its...
Date: 01/12/2010
When a Coded UI Test is created, a set of files are added to the Project. Code can then be generated...
Date: 11/04/2009
Overview This tutorial guides you through the creation of a Coded UI Test in Visual Studio 2010....
Date: 11/04/2009