Sign In
Visual Studio Team Test
We build the testing tools in Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
ALM
Code Coverage
Coded UI Test
Coded UI Test Editor
Documentation
Extensibility
Help
IE9 Beta support
Microsoft Test Manager
Microsoft Test Manager (MTM)
Pages
Power Tools
Reporting
Test
Test and Lab Manager
Test Manager
Test Professional
Test Runner
Testing
Unit Test
Visual Studio
Visual Studio Ultimate
VS2010 RC
VSTS2010
VSTS2010 Beta 2
Archive
Archives
November 2011
(2)
October 2011
(2)
September 2011
(1)
August 2011
(2)
July 2011
(3)
June 2011
(1)
May 2011
(1)
March 2011
(3)
February 2011
(4)
December 2010
(8)
November 2010
(4)
October 2010
(2)
September 2010
(2)
August 2010
(3)
July 2010
(3)
June 2010
(4)
May 2010
(2)
April 2010
(25)
March 2010
(23)
February 2010
(13)
January 2010
(22)
December 2009
(19)
November 2009
(30)
October 2009
(11)
September 2009
(3)
August 2009
(2)
July 2009
(3)
June 2009
(6)
May 2009
(4)
July 2008
(1)
December 2007
(2)
November 2007
(2)
October 2007
(1)
August 2007
(5)
July 2007
(4)
June 2007
(2)
May 2007
(4)
April 2007
(5)
March 2007
(2)
February 2007
(1)
January 2007
(1)
December 2006
(1)
November 2006
(2)
March 2006
(1)
January 2006
(1)
November 2005
(1)
October 2005
(4)
August 2005
(3)
July 2005
(2)
June 2005
(5)
April, 2010
MSDN Blogs
>
Visual Studio Team Test
>
April, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Team Test
VS2010 Web Test Plugins for Web Service Messages
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
When testing Silver Light applications, we frequently run into dealing with non-Html content types. This is because most of the Silver Light applications use WCF RIA web services. Typically, this will be a binary format called MSBin1. Also, Silver Light...
Visual Studio Team Test
Writing your own client using UITest Object Model
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink In my earlier series on extensibility of Coded UI Test , I mentioned that it is possible to write your own client using UITest Object Model i.e. use the recording for something else. ...
Visual Studio Team Test
Test Professional Frequently Asked Questions
Posted
over 2 years ago
by
VSTS Quality Tools
30
Comments
Hello everyone - Please find some answers to the most common questions that we have been getting asked below. We will try to keep this updated over time. Automation Q: What is the difference between what Microsoft Test Manager offers and...
Visual Studio Team Test
Import multiple unit test assemblies using TCM.exe
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Syed just posted a blog about how to import unit tests from multiple assemblies in one hit. Check out http://blogs.msdn.com/syedmehdi/archive/2010/04/22/how-to-import-multiple-unit-test-assemblies-using-tcm-exe.aspx Thanks Bruce Taimana
Visual Studio Team Test
MTM Issue with large numbers of builds
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Today, I was working with a customer that was have a performance problem with Microsoft Test Manager. Upon investigation, we found out that the customer had a large number of builds (many thousands in this case), but hadn’t scoped their test plan to a...
Visual Studio Team Test
Bug Attachments
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
In this blog, I am going to discuss about how attachments are stored when you file a bug from the Test Runner . When you file a bug in the test runner, below are the sequence of operations that happen: The test is paused ... Note: Cross posted from Get...
Visual Studio Team Test
Quick Survey on Fast Forwarding
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
I have created a quick survey to capture the usage of fast forwarding feature for manual testers. Please spare 30s to complete this survey Click here to take survey
Visual Studio Team Test
Action Recording and Action Log
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
There has been a lot of confusion regarding difference between action recording for a test case and action log. I must admit that the similarities between them do make them a bit confusing to start with. However, they are meant for two different purposes...
Visual Studio Team Test
UITest Framework – Mozilla Firefox support in VS 2010
Posted
over 2 years ago
by
VSTS Quality Tools
2
Comments
Introduction Test Package for Mozilla Firefox will be a feature pack for Visual Studio 2010 that enables playback of UI actions on a website/web application that have been recorded on Windows Internet Explorer 7 and 8 on Mozilla Firefox web browser. Currently...
Visual Studio Team Test
UITest Framework – MFC support in VS 2010
Posted
over 2 years ago
by
VSTS Quality Tools
6
Comments
Introduction In Visual Studio 2010, CodedUITest provides partial support to MFC applications. It uses MSAA (Microsoft Active Accessibility) which is a part of Windows Automation API 2.0 to drive the automation on MFC controls. The same plugin also supports...
Visual Studio Team Test
UITest Framework - SharePoint support for VS 2010
Posted
over 2 years ago
by
VSTS Quality Tools
2
Comments
Introduction UITest framework supports Sharepoint 2007 & 2010 as any other ASP.Net application. This blog gives you an overview of what is not supported in SharePoint in Visual Studio 2010 release. Assumption Since UITest uses IE pluggin for...
Visual Studio Team Test
UITest Framework – WPF Plugin – Part 2
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
In the Part 1 of this blog we looked at how the WPF plugin of UITest framework records and playback actions. In this blog we will look at known issues with this plugin and how to troubleshoot failures WPF Config Matrix UITest...
Visual Studio Team Test
UITest Framework – WPF plugin – Part 1
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Introduction UITest uses Windows Automation API 2.0/3.0 also known as UI Automation (UIA) to drive the automation on WPF controls. UITest supports WPF applications developed on top of .net 3.5/4.0 framework. However the level of support for UITest Applications...
Visual Studio Team Test
UITest framework – Winforms Plugin - Part 2
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
In the Part 1 of this blog we looked at how the Winform plugin of UITest framework records and playback actions. In this blog we will look at known issues with this plugin and how to troubleshoot failures Known Issues in Winforms Plugin ...
Visual Studio Team Test
UITest framework – Winforms Plugin - Part 1
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Introduction UITest framework supports Windows Forms (in short Winforms) applications developed using .Net 2.0/3.5/4.0 framework. Ituses MSAA (Microsoft Active Accessibility) which is a part of Windows Automation API 2.0 to drive the automation on Winforms...
Visual Studio Team Test
UITest Framework – IE Plugin – Part 2
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
In the Part 1 of this blog we looked at how the IE plugin of UITest framework records and playsback actions. In this blog we will look at known issues with this plugin and how to troubleshoot failures Known Issues with Record and Playback in IE...
Visual Studio Team Test
UITest framework – IE Plugin - Part 1
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
Introduction to IE Plugin The plugin for Internet explorer makes use of mshtml for accessing the DOM constructed by the IE engine. The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically...
Visual Studio Team Test
UITest framework in Visual Studio 2010 – Part 2
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
In Part 1 of this blog we saw UITest architecture and how it is used in Microsoft Test runner. In this blog we will see how it is used in CodedUITest and how to troubleshoot and get resilient playback. Automated Functional Tests using CodedUITest...
Visual Studio Team Test
UITest framework in Visual Studio 2010 - Part 1
Posted
over 2 years ago
by
VSTS Quality Tools
2
Comments
Introduction Visual Studio Team System (VSTS) 2010 has lot of exciting features which caters to the needs of customers in the ALM space. Visual Studio Team Test (VSTT) is part of VSTS offering and in this release lot of new cool features has been added...
Visual Studio Team Test
Upgrading Coded UI Test Projects from Beta2 to RTM
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
We have released a tool on Visual Studio Gallery to upgrade Coded UI Test projects created in Beta2 to RTM. The following changes were made in Coded UI Test between Visual Studio 2010 Beta2 and RTM UserControls.cs file has been removed. All specialized...
Visual Studio Team Test
SearchConfiguration.NextSibling
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Siddhartha Pandey - MSFT . Permalink In this post I will be describing what does NextSibling means in context of search. But before doing that I will mention the ways in which search can happen. There are two ways (exclusive...
Visual Studio Team Test
How To: Do image comparison in Coded UI Test
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink This is guest blog by my colleague Rajeev Kumar . The Coded UI Test does not provide the API to compare images. There are cases when user wants to verify the changes in the UI by comparing...
Visual Studio Team Test
Multiple Queries Open in MTM
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
I mentioned this a while back , but it is an easy thing to forget so I bears repeating for everyone who is using Manage Queries in MTM. If you want to have multiple queries open, there is a way to do it. Say you open MTM and Manage Queries. You click...
Visual Studio Team Test
FAQ: Why is my application launch not recorded properly?
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink In Coded UI Test , we support “Intent Aware Recording” which means recorder tries to capture the intent of the user instead of the raw actions. For example, say on a Win7 box user does following...
Visual Studio Team Test
Extending Visual Studio Unit Test Type part 2
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
It seems I am still learning the wonders of blogs. I have finally posted this but it seems to be lost in the plethora of the others blogs posted since then. http://blogs.msdn.com/vstsqualitytools/archive/2009/09/04/extending-the-visual-studio-unit...
Page 1 of 1 (25 items)