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
>
testing
Tagged Content List
Blog Post:
How to find the list of test cases that are associated with n attachments
Aseem Bansal [MSFT]
One of the customer wanted to clean-up attachments from their tfs server using the test attachment cleaner tool . They wanted to find out more details about the attachments that will get cleaned and one of the detail was the list of test cases that will be touched. Since the test attachment cleaner does...
on
16 Jun 2013
Blog Post:
How to run test explorer based tests from a stand-alone executable?
Aseem Bansal [MSFT]
To run test explorer based tests from your own custom exectuable (32 bit/64 bit does not matter), you should do the following steps: - Ensure that you have visual studio 2012 or above installed on your machine. Download this sample (RunTests.exe) and extract it on your machine. You can use this...
on
13 Jun 2013
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:
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:
Want to know more about MTM?
Aseem Bansal [MSFT]
One of the customer wanted to read more about MTM and Nivedita, PM in the team, sent out the following resources. Here I am sharing the same information with all of you. MSDN: Testing with Microsoft Test Manager Quick Start Guide for Manual Testing using Microsoft Test Manager Channel 9...
on
7 Sep 2012
Blog Post:
BuildShadowTask fails with error C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamTest\Microsoft.TeamTest.targets (14): Object reference not set to an instance of an object.
Aseem Bansal [MSFT]
I have seen customers running into this problem once in a while where they mention that their build is failing intermittently with the following error. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamTest\Microsoft.TeamTest.targets (14): Object reference not set to an instance of an object...
on
28 Aug 2012
Blog Post:
Which Test Management notifications are available?
Aseem Bansal [MSFT]
Test Management service in Team Foundation Server 2012 raises notifications on some specific actions by its users. You can subscribe to these notifications to understand what’s going on in the server. Here are some of the important notifications which are raised by test management service. TestRunStartedNotification...
on
10 Aug 2012
Blog Post:
Upgrading VS from developer preview build to VS 11 beta
Aseem Bansal [MSFT]
In case you are upgrading VS from the developer preview build to VS 11 beta , then there is a chance that you can face a problem while running tests from unit test explorer. The symptoms of the problem are that the tests will not get run and you will observe the following error in the VS output window...
on
1 Mar 2012
Blog Post:
Link environment snapshot to an automated test case failure?
Aseem Bansal [MSFT]
In Visual Studio 2010, if you are executing manual tests on a virtual lab environment, then you are provided an option to take snapshot of the environment as mentioned here . These snapshots (or the link to snapshot) gets attached to the manual test case result and/or the bugs (work item) automatically...
on
12 Apr 2010
Blog Post:
How to debug the tests failed on the virtual environment?
Aseem Bansal [MSFT]
In this post, I will talk about how I normally debug the automated tests failure on a virtual lab environment. 1. Most of our automated test cases are executed as part of the end-to-end workflow . So I first check the build summary to find out how many test passed/failed. In the example below, it is...
on
30 Mar 2010
Blog Post:
How to enable test controller logs
Aseem Bansal [MSFT]
Here are the steps which you should perform to enable test controller logs. 1. Go to your test controller installation directory (typically it is something like C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\). 2. Open the controller configuration file (QTController.exe.config) and change...
on
28 Nov 2009
Blog Post:
How to create ‘testing enabled’ lab environment
Aseem Bansal [MSFT]
In this post, I plan to talk about how you can create ‘testing enabled’ lab environment. I am assuming that you have already configured lab management and have a ‘lab ready virtual machine’ in your SCVMM library, but if you have not done any of that, please do that as mentioned in the first 2 posts of...
on
26 Nov 2009
Page 1 of 1 (15 items)