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
Executing Unit Tests in parallel on a multi-CPU/core machine
Posted
over 4 years ago
by
VSTS Quality Tools
10
Comments
In Visual Studio 2010, we introduced the ability to run tests in parallel. Many machines today have multiple CPU’s or a CPU with multiple cores, so it makes sense that we may want our tests to run in such a way to use all the cores we have available...
Visual Studio Team Test
Running tests in mstest without installing the VS IDE
Posted
over 4 years ago
by
VSTS Quality Tools
5
Comments
Yes, you CAN run your unit tests or any other VS test type on a machine without having Visual Studio IDE installed on that machine. You need the Visual Studio Team Agent to be installed on your test machine to run your tests. This is a 15 min lightweight...
Visual Studio Team Test
Understanding the code generated by “Coded UI Test” – Part 1
Posted
over 4 years ago
by
VSTS Quality Tools
4
Comments
This is Part 1 of two part series. In this part we will focus on - Why is generated code not a straight-line code? In the Part 2 , we will focus on - How is generated code making reusability & customization easier? ... Note: Cross posted from Gautam...
Visual Studio Team Test
Another Prerelease Of VS10
Posted
over 4 years ago
by
VSTS Quality Tools
2
Comments
We’re very excited about the recently announced plans to make a publicly available RC (release candidate) of VS10. We’ve done a lot of work since Beta 2 went out, and we’ve been cranking on bug fixes as well as integrating customer feedback. For more...
Visual Studio Team Test
How to delete a Test Case / any other Work Item?
Posted
over 4 years ago
by
VSTS Quality Tools
2
Comments
Note: Cross posted from Rubel's Blog . Permalink I saw some Qs on forums asking about how to delete a test case from MTM (Microsoft Test Lab Manager). Please note that you can’t delete a test case from MTM. But as test case is eventually a work item...
Visual Studio Team Test
How can I configure MTM to use my custom bug / test case type?
Posted
over 4 years ago
by
VSTS Quality Tools
2
Comments
Note: Cross posted from Rubel's Blog . Permalink How can I configure MTM to use my custom bug / test case type? I got this Q on my previous blog and thought of posting a separate post on it as it's a bit tricky to do it and hence other folks may...
Visual Studio Team Test
Column Chooser in Data Grids
Posted
over 4 years ago
by
VSTS Quality Tools
1
Comments
We use data grids in many of the activities in MTM. By default, only a subset of data columns that we think are important to our users are shown in the data grids due to the limited space. However, you have the option to turn on/off a column. The columns...
Visual Studio Team Test
Diagnostic Data Adapters getting timed out?
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Rubel's Blog . Permalink In Test Runner you can face Data Collectors time out issue while creating bug, ending test case, starting Test Runner etc basically at all points wherever data collectors are generating logs /getting...
Visual Studio Team Test
Installing Windows Automation API 3.0 for enabling CodedUITest on WPF Applications
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Rituparna's Blog . Permalink If you are using CodedUITest to test WPF applications then installing Windows Automation API 3.0 is a pre-requisite. Without this the virtualized controls in WPF wont be played back correctly and...
Visual Studio Team Test
Troubleshooting Data Diagnostic Adapters- Log is not getting generated?
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Rubel's Blog . Permalink As I had mentioned in my earlier posts that you can enable a number of Diagnostic Data Adapters in test setting so as to collect various types of data while running tests in Test Runner. Sometimes...
Visual Studio Team Test
How To: Enable Tracing for “UI Test” Components
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam's Blog . Permalink Like any other good product, the Testing Tools in VS also have tracing support to generate the extra trace logs that can help the product team debug the customer issues better. Though this trace...
Visual Studio Team Test
Test Runner- Using Global Shortcut Keys
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Rubel's Blog . Permalink While executing a test case in Test Runner you’ll have to mark test steps and browse through test steps quite frequently. It won’t be very good experience for tester if he has to move focus back and...
Visual Studio Team Test
Logging a message in test result as part of an automated test
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink Multiple folks have asked in forums on how to log a message from a Coded UI Test for tracing\debugging purpose. I know of as many as 5 ways of doing this from any test type (Coded UI Test...
Visual Studio Team Test
Blogger Dandino Discovers Shared Steps
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
http://blog.nfocus.co.uk/2009/12/share-and-share-alike.html
Visual Studio Team Test
Reinstalling your Test Controller keeping environments intact
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
So you have probably quickly found out that if you ever have to rebuild your test controller isn’t possible from the installer provided. Here are some steps to help make the process a little easier: Locate the QTControllerConfig.xml file and...
Visual Studio Team Test
Is Coded UI Test under Load Test supported?
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Gautam Goenka (MSFT) . Permalink I have seen multiple queries on “Is running Coded UI Test under Load Test supported?”. Well, the short answer is – yes , it is supported with restriction of one user-load per test agent and...
Visual Studio Team Test
How Test Case result is computed in Test Runner?
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
Note: Cross posted from Rubel's Blog . Permalink “I’ve NOT marked any test step BUT test case result is auto-computed as passed sometimes and failed sometimes.“ “I’ve marked a few test steps to pass / fail but auto-computed test case result is not...
Visual Studio Team Test
How to remove unwanted actions from the recording in Manual Test Runner/MTM?
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
If you were recording your application while doing manual testing inside MTM, you must have come across a scenario where you wanted to clean up your recording by deleting a few unnecessary actions that were recorded inadvertently. In the example below...
Visual Studio Team Test
Understanding the code generated by “Coded UI Test” – Part 2
Posted
over 4 years ago
by
VSTS Quality Tools
0
Comments
This is Part 2 of two part series. In Part 1 we focused on - Why is generated code not a straight-line code? In this part, we will focus on - How is generated code making reusability & customization easier? ... Note: Cross posted from Gautam Goenka...
Page 1 of 1 (19 items)