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
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
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
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
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
Additional Steps for enabling re-targeting of Test Projects to .Net Framework 3.5 in VS 2010 SP1 Beta
Posted
over 3 years ago
by
VSTS Quality Tools
12
Comments
Visual Studio 2010 Service Pack 1 enables basic support for unit tests that target .Net framework 3.5. If the devenv.exe.config file has been modified by the user before applying this Service Pack, then additional steps are required to enable the feature...
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
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
How do I pause a test case and move on to running the next test case?
Posted
over 2 years ago
by
VSTS Quality Tools
10
Comments
Here is the exact scenario that one of the customer asked: Testers want to pause some test case and want to resume it later point of time since they don’t have the required data to proceed with the test case and they don’t want to mark...
Visual Studio Team Test
“Test Case Migrator Plus” (Excel/MHT to TCM) tool on codeplex
Posted
over 3 years ago
by
VSTS Quality Tools
9
Comments
We have updated the “ Test Case Migrator Plus (Excel/MHT) ” tool (previously called Test Case Migrator) on codeplex today!!! What's new for this version (RC2) With this new drop in RC2, the following functionality has been added to the Excel based workflow...
Visual Studio Team Test
Producing a test run summary using Test Scribe
Posted
over 3 years ago
by
VSTS Quality Tools
9
Comments
The newest release of Test Scribe now sits inside the Microsoft® Test Manager product as an integrated set of activities. Whereas before you would have a separate user experience for using the Test Scribe tool, now you must use the Test Manager product...
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
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
UITest Framework – MFC support in VS 2010
Posted
over 3 years ago
by
VSTS Quality Tools
7
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
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
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
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
Microsoft ® Visual Studio® Team System code name “Rosario” November 2007 CTP: Team Test
Posted
over 6 years ago
by
VSTS Quality Tools
6
Comments
What’s new from Team Test? We’re excited to show some of the features in our Test Case Management Solution ! It’s all about creating a simple product that will be easy to use and will make your life easier. If manual tests are part of your daily work...
Visual Studio Team Test
Visual Studio Team System 2010 Beta 1 is released!!
Posted
over 4 years ago
by
VSTS Quality Tools
5
Comments
Today, we announced the broad availability of Visual Studio Team System 2010 Beta 1 and it is now available for download. We encourage you to download, evaluate and provide us your feedback. This is the culmination of the work done by the team and we...
Visual Studio Team Test
Automated User Interface Testing with Coded UI Test
Posted
over 4 years ago
by
VSTS Quality Tools
5
Comments
Microsoft® Visual Studio® Team System 2010 introduces a new Test Template named "Coded UI Test". You can verify the functionality of user interfaces with Coded UI Test. You can create a Coded UI Test by recording actions and...
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
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
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
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
QFEs for Microsoft Test Manager 2010
Posted
over 2 years ago
by
VSTS Quality Tools
5
Comments
Over the course of 2010-2011, we have released several hotfixes to improve performance and fix bugs in Microsoft Test Manager 2010. Here are some of the QFEs that deal specifically with Test Case Management in MTM. 1. Hotfix Rollup Package for Microsoft...
Page 1 of 11 (257 items)
1
2
3
4
5
»