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
Test Professional Frequently Asked Questions
Posted
over 3 years ago
by
VSTS Quality Tools
31
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
Running Tests with Code Coverage
Posted
over 8 years ago
by
VSTS Quality Tools
7
Comments
As I talk to customers I find that there are many different work flow models. I use the term “work flow” to describe all the things you do to get complete your objectives. That work flow can be documented and shared with others at the office. Having a...
Visual Studio Team Test
New help topics and updates to topics for September 2010
Posted
over 3 years ago
by
Katrina - MSFT
0
Comments
This month we have some new help topics and updates to existing topics to help you accomplish your testing tasks faster. If there are updates or new topics that you would like to see us cover in the future, please respond to this post. •1)...
Visual Studio Team Test
Using TestContext in Unit Tests
Posted
over 7 years ago
by
VSTS Quality Tools
3
Comments
Most people don't know about the TestContext object, as it is not one regularly used. However, it can be very handy. Data-Driven Unit Testing The TestContext object's primary purpose IMO is for linking up a unit test with data rows from a data...
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
Test agent, Test Controller and MSTEST FAQ
Posted
over 3 years ago
by
VSTS Quality Tools
3
Comments
MSTEST: 1. Do I need to install full VS to use MSTEST? Is there any light weight option? You need not have full VS to bring in MSTEST. Test agent is a light weight option to bring in MSTEST. Refer to the below link for details: http://blogs.msdn.com/anutthara...
Visual Studio Team Test
Testing the page object for an ASP.NET site
Posted
over 8 years ago
by
VSTS Quality Tools
11
Comments
Using ASP.NET unit tests, you can test classes and methods that are part of an ASP.NET web site. This is often very similar to testing anything else, since you can use code generation on classes that are within the App_Code directory for the site. Unfortunately...
Visual Studio Team Test
Announcement – Unlimited Load Testing for Visual Studio 2010 Ultimate with MSDN Subscribers Now!
Posted
over 2 years ago
by
VSTS Quality Tools
2
Comments
Earlier today, S. Somasegar, Senior Vice President of Developer Division, announced Visual Studio 2010 Load Test Feature Pack, a new benefit for active and new Visual Studio 2010 Ultimate with MSDN subscribers to load test their applications with unlimited...
Visual Studio Team Test
Generation of Private Accessors (Publicize) and Code Generation for Visual Studio 2010
Posted
over 3 years ago
by
VSTS Quality Tools
9
Comments
We are letting you know of a few things that are happening in Visual Studio 2010 in regards to generation of Private Accesors and Code Generation. What is Publicize in Visual Studio testing? Publicize is the ability to take internal application...
Visual Studio Team Test
Extending the Visual Studio Unit Test Type, part 1
Posted
over 4 years ago
by
VSTS Quality Tools
4
Comments
In Visual Studio 2008, if you wanted to create your own test type, or provide additional functionality that existing test types did not, one would have to create one from scratch. We provided a sample which was available in the Software Development Kit...
Visual Studio Team Test
Configuring Playback in VSTT 2010
Posted
over 4 years ago
by
VSTS Quality Tools
7
Comments
In a previous post, Abhishek had talked about the Record and Playback Engine in VSTT 2010 . The Coded UI Test feature in VSTT 2010 also uses this engine to playback UI actions. In this post, i will describe the various settings for Playback...
Visual Studio Team Test
Introduction to Record and Playback Engine in VSTT 2010
Posted
over 4 years ago
by
VSTS Quality Tools
2
Comments
In an earlier blog entry , we have talked about the Test Runner activity in Microsoft Test and Lab Manager (MTLM) and how it allows you to record and capture the UI actions (such as mouse clicks and keyboard input) that the user takes on an Application...
Visual Studio Team Test
Getting started with Unit Test Generation
Posted
over 8 years ago
by
VSTS Quality Tools
14
Comments
Welcome Hi I’m Michael Brisset a Quality Assurance Engineer for Visual Studio Team System. Welcome to CodeGen University ! While we don’t have diplomas or faculty (or exams) we do have a pretty good football team . Over the next few months I am going...
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
What’s New for Testing Tools in the RC?
Posted
over 3 years ago
by
VSTS Quality Tools
5
Comments
Those of you who have played around with the Beta2 release of VS2010 may be wondering what new pieces of functionality we’ve added to the testing tools for the RC release in response to all of the wonderful feedback. Here is a table summarizing the key...
Visual Studio Team Test
Test Scribe: Test Plan Documentation for MTM Plans
Posted
over 3 years ago
by
VSTS Quality Tools
18
Comments
I'd like to announce the beta availability of Team Test's first PowerTool release for Visual Studio 2010: Test Scribe. This tool allows users of Visual Studio 2010 Ultimate Beta 2 to generate a Word 2007-compatible Test Plan Document from their...
Visual Studio Team Test
Improving the performance of your Coded UI tests
Posted
over 2 years ago
by
VSTS Quality Tools
2
Comments
Today, we have a guest post from Deepak Mittal, our CSS rep who was recently involved in a case where he helped a customer get significant perf gains in their Coded UI test. Few recommendations that you could try for improving the performance of your...
Visual Studio Team Test
Extending the Visual Studio Unit Test Type, part 2
Posted
over 4 years ago
by
VSTS Quality Tools
5
Comments
In part 1 , we introduced Unit Test Type Extensibility, highlighting the main parts of the interface. In this round, we will discuss three additional pieces: Adding a user interface Parameterizing the test method Aggregating test results UI extension...
Visual Studio Team Test
Customize your Test Case work item template to enable query on test suites, test plans, test categories and execution statistics
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
[The following is a guest blog entry from a Microsoft internal user] At our team, we use Microsoft Test Manager 2010 to manage our automated test cases. It provides great flexibility to compose test suites based on a static set of tests (static suite...
Visual Studio Team Test
How to re-target unit-tests to .Net Framework 3.5 in VS 2010 SP1
Posted
over 3 years ago
by
VSTS Quality Tools
5
Comments
Visual Studio 2010 Service Pack 1 enables basic support for unit tests that target .Net framework 3.5. With this support the users can: Create new unit-test projects and target them to the .NET Framework 3.5. Upgrade VS 2008 unit-test projects...
Visual Studio Team Test
Using Excel reports with Microsoft Test Manager to identify test state at a test plan level
Posted
over 2 years ago
by
VSTS Quality Tools
13
Comments
From Microsoft Test Manager, it is possible to identify the state of test cases (pass, fail, blocked etc) for a particular test suite. You can just select the test suite on the left side and the right pane would show all test cases with their test status...
Visual Studio Team Test
The Perfect Bug
Posted
over 8 years ago
by
VSTS Quality Tools
16
Comments
Whether we’re running automated or manual test cases, whenever we come across a failure it is often a good idea to log the issue in the bug database. In the Test Results window after a test run, you can use the list of failures to investigate a failure...
Visual Studio Team Test
Coded UI Test Enhanced Framework now available
Posted
over 2 years ago
by
VSTS Quality Tools
7
Comments
Coded UI Test Enhanced Framework (CUITe) is now available at http://cuite.codeplex.com/. It is a thin layer developed on top of Microsoft Visual Studio Team Test's Coded UI Test engine which helps reduce code, increases readability and maintainability...
Visual Studio Team Test
Test Case Management (TCM) Reporting - Frequently Asked Questions - Part 1
Posted
over 2 years ago
by
VSTS Quality Tools
1
Comments
In the next few blog posts, we will review some of the frequently asked questions related to Reporting with Test Case Management (TCM) in Visual Studio 2010. FAQ List - Part 1 I am using Microsoft Test Manager (MTM) for my testing activities...
Visual Studio Team Test
New QFE for Visual Studio 2010 testing tools
Posted
over 2 years ago
by
VSTS Quality Tools
0
Comments
A QFE for Visual Studio 2010 testing tools, which fixes some important issues faced by customers, is now available.The full list of issues fixed by this QFE can be found here and you can download this patch here . Note that Service Pack 1 (Visual Studio...
Page 1 of 11 (257 items)
1
2
3
4
5
»