Sign in
aseemb's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Build agent
Build controller
Build Service
build service host
compilation
Debug
lab agent
Lab environment
Lab Management
Lab Management 2010
Lab Service account
Lab workflow
Link
Manual testing
Microsoft Test manager
Microsoft Test manager 2010
Microsoft Test manager 2012
msbuild
mstest
MTM
MTM 2010
MTM 2012
MTM 2012. Microsoft Test manager
Multiple monitors
RC
side by side
SxS
Tcm
Team Build
Team Foundation
Team Foundation Server
Team Foundation Server 2010
Team Foundation Server 2012
Team System
test agent 2010
test agent 2012
Test Agents 2010
test case
Test Controller
Test controller 2010
Test controller 2012
test explorer
test management
Test manager
Test Professional
Testing
Testing capability
Tfs
Tfs 2012
Troubleshooting
unit test explorer
Video recording
virtual environment
Virtual Test Lab
Visual Studio
visual studio 11
visual studio 2010
Visual Studio 2012
Visual Studio Team Foundation Build Service
VS11
workflow capability
Browse by Tags
MSDN Blogs
>
aseemb's blog
>
All Tags
>
microsoft test manager 2010
Tagged Content List
Blog Post:
How to find test points assigned to a particular person
Aseem Bansal [MSFT]
Here is a code snippet which you can use to find test points assigned to a particular person. # Load Client Assembly [Reflection.Assembly]::Load(“Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”); [Reflection.Assembly]::Load(“Microsoft.TeamFoundation...
on
1 Dec 2012
Blog Post:
How to write a custom test management event listener?
Aseem Bansal [MSFT]
In couple of my previous posts, I talked about what are the important events raised by test management service and how code for one such event listener looks like . In this post, I will talk about what exact steps I did to write my test management event listener. In case you are interested in writing...
on
23 Nov 2012
Blog Post:
How to find the action recording associated with the test?
Aseem Bansal [MSFT]
I was looking at this question on the MTM forum and wanted to find out answers for following 2 questions. How can a user find out whether an action recording is associated with a test or not? How can a user delete the associated action recording? For #1 , I coded a small power-shell script which can...
on
19 Nov 2012
Blog Post:
Power-shell script to find test points for a particular suite/config
Aseem Bansal [MSFT]
One of my customer is running into an issue while customizing his BDT workflow and to debug the issue, I have just now created a power-shell script which lists down the test points belonging to a particular suite/configuration. Since I have not seen any power-shell script on this till now (probably because...
on
12 Nov 2012
Blog Post:
A test run must be created with at-least one test case
Aseem Bansal [MSFT]
I was trying to run an automated test using TCM.exe and the executable was failing with a message saying “A test run must be created with at-least one test case.” On looking at the code, I found why it is failing and what should I do to come out of this error. Later on I found a good link which talks...
on
6 Nov 2012
Blog Post:
How to find the test controllers registered with Team foundation server 2012?
Aseem Bansal [MSFT]
Here are the steps you should follow to achieve this. Copy the following contents to a power shell script file (say fqdn.ps1) # Load the binaries [Reflection.Assembly]::Load(“Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”); [Reflection.Assembly]:...
on
4 Oct 2012
Blog Post:
Not able to run unit tests when Visual Studio 2010 and Visual Studio 2012 are installed side by side?
Aseem Bansal [MSFT]
If you are not able to run unit tests when VS 2010 and VS 2012 are installed on the same machine, then please read on. There is a known issue here and this post talks about how you can verify that you are running into the same issue or not and secondly how you can come out of it. If you are running into...
on
7 Sep 2012
Page 1 of 1 (7 items)