Sign In
Gautam Goenka (MSFT)
Developing great products for Testers!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Coded UI Test
Coding in .NET
Developer Testing
Dogfood
Extensibility
Firefox Tests
IE Tests
Lab Management
Load Test
MTLM
MTM
Non-Technical
Silverlight Tests
tcm.exe
Team Build
Team Foundation Server
Test Case Management
Test Runner
Testing
Testing Tools in VS
UI Test Editor
Unit Test
UserVoice
Windows Forms Tests
WPF Tests
Archive
Archives
February 2012
(1)
January 2012
(6)
December 2011
(3)
October 2011
(2)
June 2011
(3)
February 2011
(4)
January 2011
(1)
December 2010
(3)
November 2010
(2)
October 2010
(4)
September 2010
(1)
August 2010
(4)
July 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(4)
March 2010
(9)
February 2010
(5)
January 2010
(10)
December 2009
(4)
November 2009
(2)
May 2006
(1)
April 2006
(3)
January 2006
(1)
December 2005
(3)
September 2005
(1)
August 2005
(1)
MSDN Blogs
>
Gautam Goenka (MSFT)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Gautam Goenka (MSFT)
How To: Get all test points assigned to you?
Posted
7 days ago
by
Gautam Goenka [MSFT]
2
Comments
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 and\or Configurations. Refer the...
Gautam Goenka (MSFT)
Tool for restructuring UI Map of Coded UI Test
Posted
16 days ago
by
Gautam Goenka [MSFT]
0
Comments
Need a tool for restructuring your UI Map files? Check out UI Map Toolbox on CodePlex by Rasmus .
Gautam Goenka (MSFT)
FAQ: What is the difference between “Assigned To” and “Tester” in MTM?
Posted
23 days ago
by
Gautam Goenka [MSFT]
2
Comments
FAQ : In Microsoft Test Manager (MTM), what is the difference between the “Assigned To” field of the Test Case work item and the “Tester” field in MTM. It seems these to fields are stored independently. So if I assign someone test cases through...
Gautam Goenka (MSFT)
More Coded UI Test utilities for WPF testing
Posted
24 days ago
by
Gautam Goenka [MSFT]
1
Comments
Around the time of release of VS 2010, I published Useful set of utility functions for Coded UI Test . Recently, I followed it with another utility - Sample XPath utility for Coded UI Test . As a complement to these two sets, Jonathan from community...
Gautam Goenka (MSFT)
FAQ: Why are my tests not included in the test run?
Posted
24 days ago
by
Gautam Goenka [MSFT]
0
Comments
As an alternative to Microsoft Test Manager (MTM), users can use tcm.exe command line to run and manage their test cases. The command line way is particularly useful in running tests in non-interactive way (say via scripts). FAQ: While using “ tcm...
Gautam Goenka (MSFT)
Microsoft Test Manager stuck in "waiting for test controller" state
Posted
1 month ago
by
Gautam Goenka [MSFT]
0
Comments
This is guest post by Deepak Mittal, who is Senior Support Engineer in this space. Problem description: Microsoft Test Manager is stuck in "waiting for test controller" status after completion of test execution. Resolution: After completion...
Gautam Goenka (MSFT)
How To: Associate automation programmatically
Posted
1 month ago
by
Gautam Goenka [MSFT]
0
Comments
In my previous post , I mentioned about tcm testcase /import scenario. The tcm testcase /import associates the test case artifact with automation (which is unit test or other test type). Another FAQ related to this scenario is - Q: How can I programmatically...
Gautam Goenka (MSFT)
How To: Get the Test Case associated with the unit test?
Posted
1 month ago
by
Gautam Goenka [MSFT]
0
Comments
For running and managing unit tests using Microsoft Test Manager (MTM), the users have to do tcm testcase /import of the test assembly. This step creates a test case work item corresponding to unit test on the client side. With this, users...
Gautam Goenka (MSFT)
How To: Bulk edit action recording?
Posted
1 month ago
by
Gautam Goenka [MSFT]
1
Comments
Microsoft Test Manager (MTM) has test runner using which one can do manual testing. One of the features that many folks use while doing manual testing using test runner is the Fast Forward feature. With this feature, a tester can do an action recording...
Gautam Goenka (MSFT)
Sample XPath utility for Coded UI Test
Posted
1 month ago
by
Gautam Goenka [MSFT]
0
Comments
Some important notes before I talk about the utility - This posting, and the sample herewith, are provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft...
Gautam Goenka (MSFT)
Multiline support in test steps
Posted
3 months ago
by
Gautam Goenka [MSFT]
0
Comments
We have added multiline support in test steps in Microsoft Test Manager (MTM). The multiline support in test steps have been one of the top asks in UserVoice on MTM . Refer Brian’s blog on more details including how to get this update. Apart...
Gautam Goenka (MSFT)
How To: Make MTM right to left
Posted
4 months ago
by
Gautam Goenka [MSFT]
0
Comments
Microsoft Test Manager (MTM) picks the language settings from OS. There is no easy way to force MTM to pick alternate settings – say you are using English OS but want MTM be right to left (for example, you are authoring tests in Hebrew). One workaround...
Gautam Goenka (MSFT)
Want to know how we are using our tools?
Posted
7 months ago
by
Gautam Goenka [MSFT]
2
Comments
If you want to know how we are using our tools, check out Dinesh Bhat , our QA manager, in this Channel9 video .
Gautam Goenka (MSFT)
More posts on Coded UI Test Extensibility
Posted
8 months ago
by
Gautam Goenka [MSFT]
2
Comments
A long while back, I had posted a series on extensibility of Coded UI Test . Mathew Aniyan from my team has added few more posts to the series recently - Custom WPF Control’s custom properties Enabling UI Testing for Third party WinForms custom...
Gautam Goenka (MSFT)
FAQ: How do I resume my manual test?
Posted
8 months ago
by
Gautam Goenka [MSFT]
0
Comments
Q) I am running manual test using Test Runner. In here, I can pause the test and return to Testing Center. However, after I have done my work in Testing Center, how do I resume my test? A) There is discoverability issue around here and many...
Gautam Goenka (MSFT)
Dev Info: Which StringComparator to use?
Posted
11 months ago
by
Gautam Goenka [MSFT]
2
Comments
This post continues on the Dev Info from the previous post . The confusion over what string comparator to use is close second to the #1 coding confusion (mix up between CultureInfo.InvariantCulture and CultureInfo.CurrentCulture ) mentioned earlier...
Gautam Goenka (MSFT)
Dev Info: Which CultureInfo to use?
Posted
11 months ago
by
Gautam Goenka [MSFT]
2
Comments
I have been posting a lot about the product – Coded UI Test and Microsoft Test Manager . This is my first post probably on the dev topic. The post is copy\paste of the internal email that I sent to our dev team. You will find this useful...
Gautam Goenka (MSFT)
FAQ: Running Coded UI Test on a machine without VS
Posted
11 months ago
by
Gautam Goenka [MSFT]
2
Comments
Another one of commonly asked question is how can I run Coded UI Test (or any other test type) on a machine without installing Visual Studio on it? You can install Test Agent – the Test Agent is a light-weight install and it is free if you already have...
Gautam Goenka (MSFT)
How To: Get the TFS AT log
Posted
11 months ago
by
Gautam Goenka [MSFT]
1
Comments
In my previous post , I mentioned how to get the client side logs for Microsoft Test Manager (MTM) for reporting any issues. In some cases, the client side logs are not enough and to figure out the issues we might need the Team Foundation Server...
Gautam Goenka (MSFT)
How To: Enable Tracing for MTM
Posted
over 1 year ago
by
Gautam Goenka [MSFT]
0
Comments
Long back I had posted on “ How To: Enable Tracing for UI Test Components ”. The trace files have helpful information that could help the support team debug the problem that you may be running into. Ideally, the steps for enabling tracing...
Gautam Goenka (MSFT)
FAQ: Editing test case while using test runner
Posted
over 2 years ago
by
Gautam Goenka [MSFT]
0
Comments
Many folks have requested that they want to edit the test case while they are running it in test runner . While this is not possible in the current release ( Microsoft Test Manager 2010), there is a poor workaround for this - After starting the test in...
Gautam Goenka (MSFT)
FAQ: Why am I getting “access denied” during recording?
Posted
over 2 years ago
by
Gautam Goenka [MSFT]
5
Comments
If you are using recording feature of Coded UI Test or Fast Forward feature of Microsoft Test Manager (MTM) and getting the following error - The last action was not recorded because access to the application was denied there could be two reasons for...
Gautam Goenka (MSFT)
Test Attachment Cleaner power tool released!!!
Posted
over 2 years ago
by
Gautam Goenka [MSFT]
0
Comments
We have released new power tool called Test Attachment Cleaner that can be used to delete unwanted attachments test attachments from the TFS. For more details, refer here .
Gautam Goenka (MSFT)
Support for Silverlight and Mozilla FireFox in Coded UI Test and MTM is out
Posted
over 2 years ago
by
Gautam Goenka [MSFT]
0
Comments
We released Feature Pack 2 for Visual Studio 2010 yesterday. This feature pack is mostly targeted for testing functionalities around Coded UI Test and Fast Forward feature of Microsoft Test Manager (MTM). The functionality here includes -...
Gautam Goenka (MSFT)
New Rollup QFE for various issues in MTM
Posted
over 2 years ago
by
Gautam Goenka [MSFT]
2
Comments
We recently released a rollup QFE for Microsoft Test Manager (MTM) that contains fixes for some crashes, memory leaks and other issues reported. This patch is available for public download on Connect Some of the more common issues that we have heard have...
Page 1 of 4 (81 items)
1
2
3
4