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
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
September 2012
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Team Test
Extending supported properties set of a control
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink In my previous blog I mentioned that based on the questions from various folks, I saw two common usage patterns for extensibility. I addressed the first pattern around “custom WPF...
Visual Studio Team Test
Writing extension for WPF custom control
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink Ever since I wrote extensibility series on Coded UI Test , I have been getting lot of good feedback via questions and comments. One learning that I got from this is there are folks out there...
Visual Studio Team Test
Testing support for Silverlight apps in Visual Studio 2010
Posted
over 3 years ago
by
VSTS Quality Tools
7
Comments
Whenever we talk about platform coverage for UI automation one of the frequent requests is support for Silverlight app testing. We have been hard at work trying to cater to this need and here is an update on where we are with this roadmap. We are working...
Visual Studio Team Test
Recording of MIX10 session on Coded UI Test
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink Euan did a wonderful session in MIX10 on Improving Software Quality for the Modern Web . The session includes various demos of Coded UI Test and Fast Forward in test runner including never...
Visual Studio Team Test
Update on Coded UI Test support for Silverlight
Posted
over 3 years ago
by
VSTS Quality Tools
3
Comments
Whenever we talk about platform coverage for UI automation one of the frequent requests is support for Silverlight app testing. We have been hard at work trying to cater to this need and I wanted to update you all on where we are with this effort and...
Visual Studio Team Test
How To: Validate background color or other custom properties of WPF control in Coded UI Test
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink Coded UI Test uses accessibility ( UI Automation ) for testing of WPF application. This accessibility (UI Automation) infrastructure only exposes a subset of control properties which is limiting...
Visual Studio Team Test
A Deal for VS Pro Users
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio or...
Visual Studio Team Test
Visual Studio 2010 Test Professional
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
I’ve been asking our marketing team where I can point customers to a site on Microsoft.com for Test Professional. They informed me that this new SKU is now available on Microsoft.com’s Visual Studio site. You can go directly to the site here: http://www...
Visual Studio Team Test
How to keep your Test Plans / Suites in sync with your Unit Test assemblies
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
This post gives a step-by-step guide to keeping your Test Plans / Suites in sync with your Unit Test assemblies using TCM.exe: http://blogs.msdn.com/densto/archive/2010/03/12/how-to-keep-your-test-plans-suites-in-sync-with-your-unit-test-assemblies.aspx
Visual Studio Team Test
Analyzing Test Results in MTM - Part II
Posted
over 3 years ago
by
VSTS Quality Tools
4
Comments
Introduction In the previous blog post Analyzing Test Results in MTM– Part 1 we have seen how to find the run and a snapshot of various test run analysis features. In this blog post we will look at Analyzing a test failures using Test case result view...
Visual Studio Team Test
Analyzing Test Results in MTM – Part I
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
Introduction CodedUITest can be executed in many ways, from VS IDE, MSTest.exe and from Microsoft Test Manager. If the user has run the tests from VS IDE or MSTest, he can publish the results to TCM Server using the publish button in the test results...
Visual Studio Team Test
How To: Get automation working properly on data bound WPF list or combo box
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink WPF makes it really easy to data bind properties of a control including the children collection of ItemsControl like ListBox, ComboBox, TreeView etc. For example, for a list box,...
Visual Studio Team Test
Brian Keller presents an evangelist’s view of VS2010 testing tools
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
http://blogs.msdn.com/briankel/archive/2010/03/01/a-different-way-of-presenting-the-visual-studio-2010-testing-tools.aspx It comes with a really cool presentation framework he produced. Check it out! Yours, David Williamson
Visual Studio Team Test
The Test Management API
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
Two posts that give some examples of how to use the Test Management API have been posted over at http://blogs.msdn.com/densto . The Test Management API – Getting Started The Test Management API – Part 2: Creating & Modifying Test Plans Check them...
Visual Studio Team Test
Pex and Moles – Test Power Tools from Microsoft Research
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
Today we have released two new Power Tools from Microsoft Research, Pex and Moles. Pex and Moles are Visual Studio 2010 Powertools that help Unit Testing .NET applications. Pex automatically generates test suites with high code coverage. Right...
Visual Studio Team Test
How To: Select a list item directly
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink This question came up couple of times from internal users - Given a combo box (or list), I can set SelectedItem (or SelectedItems) property to select a list item. However, how do I do this...
Visual Studio Team Test
Beta release of Coded UI Test support for Mozilla Firefox!
Posted
over 3 years ago
by
VSTS Quality Tools
3
Comments
Today we have released the Beta of “Visual Studio Test Package for Mozilla Firefox” which can be downloaded from here . Test Package for Mozilla Firefox is a power tool for Visual Studio 2010 that extends the Coded UI Test and Action Recording features...
Visual Studio Team Test
“Run Tests in Current Context” after upgrading from Visual Studio 2010 Beta2
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
If you have upgraded from Visual Studio 2010 Beta2, you may have noticed that when using the Visual Studio IDE to run your tests, "Run Tests in Current Context" (Ctrl+R, T) sometimes runs all tests in your solution, rather than just the tests...
Visual Studio Team Test
Blog Stats
Posted
over 3 years ago
by
VSTS Quality Tools
1
Comments
Back around late September 2009, our team began actively blogging about our product, just released for Beta. We had a lot of new applications and features, and we wanted to get information out to the community. This is a graph of the posts with their...
Visual Studio Team Test
Finding Help Topics via Search
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Our User Education team has been doing a lot of work getting our online help topics ready for release. You may have noticed that with each Beta and RC the online help was also updated to match the latest product changes. One of the things we’re...
Visual Studio Team Test
Running two Microsoft Test Manager’s Side By Side
Posted
over 3 years ago
by
VSTS Quality Tools
2
Comments
When working with Microsoft Test Manager (MTM), you might want to run two at a time. We often want this internally so we can test MTM with MTM. However, when we created MTM, we didn’t want people to accidently open up multiple instances just because they...
Visual Studio Team Test
Keyboard Shortcuts in Microsoft Test Manager
Posted
over 3 years ago
by
VSTS Quality Tools
2
Comments
Sometimes when using Microsoft Test Manager (MTM), you want to quickly zip around the application, without using the mouse. We’ve enabled this in MTM with a number of keyboard shortcuts: Area Shortcut Backwards Alt+Left, Back Key (multimedia keyboards...
Visual Studio Team Test
Test Scribe for Visual Studio 2010 RC – Test Plan Document Generation
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
I’d like to announce an update to Test Scribe that is compatible with Visual Studio 2010 Release Candidate (RC). In particular, we’ve addressed some issues in side-by-side with Orcas, and updated the tool for compatibility with the RC release of...
Visual Studio Team Test
How To: Get same test running under different environments
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink A while back, I got following question from a user of Coded UI Test We want to run the same test across multiple environments to ensure everything is still working correctly. Dev->...
Visual Studio Team Test
Useful set of utility functions for Coded UI Test!
Posted
over 3 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink We have collected various internal and external feedback and built up a library of utility functions for Coded UI Test for various Web\Win\WPF controls. These APIs will work on VS2010...
Page 4 of 11 (257 items)
«
2
3
4
5
6
»