Sign in
aseemb's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Lab environment
Lab Management
Lab Management 2010
Microsoft Test manager
Microsoft Test manager 2010
Microsoft Test manager 2012
mstest
MTM
MTM 2010
MTM 2012
Team Foundation
Team Foundation Server
Team Foundation Server 2010
Team Foundation Server 2012
Team System
Test Controller
Testing
Testing capability
Tfs
Tfs 2012
Troubleshooting
Visual Studio
visual studio 11
visual studio 2010
Visual Studio 2012
Archive
Archives
May 2013
(1)
February 2013
(1)
January 2013
(1)
December 2012
(2)
November 2012
(6)
October 2012
(1)
September 2012
(4)
August 2012
(6)
July 2012
(1)
March 2012
(3)
February 2012
(2)
September 2010
(1)
August 2010
(2)
April 2010
(4)
March 2010
(4)
February 2010
(2)
November 2009
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
aseemb's blog
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.
Posted
8 months ago
by
Aseem Bansal [MSFT]
0
Comments
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...
aseemb's blog
MTM video recording and multiple monitors
Posted
8 months ago
by
Aseem Bansal [MSFT]
0
Comments
One of the internal customer asked this question couple of days back that if a tester has multiple monitors, then which monitor does MTM video recording records? Does it record the one which is showing MTM, does it record a specific one or does it record...
aseemb's blog
How to configure test controller with tfspreview?
Posted
8 months ago
by
Aseem Bansal [MSFT]
4
Comments
Here are the steps which I typically do to configure the test controller with tfspreview. - Install 2012 RTM Test Controller. - Launch test controller configuration tool and point it to my tfspreview.com account ( http://blah.tfspreview.com ) - Specify...
aseemb's blog
Which platforms/OS MTM 2012 supports?
Posted
8 months ago
by
Aseem Bansal [MSFT]
0
Comments
Few days back, Vijay sent a mail to an internal customer on the platforms/OS which MTM 2012 supports. I am just pasting the contents of his mail here as it is useful for everyone. Supported Operating Systems •Windows 7 (x86 and x64) •Windows 8 (x86 and...
aseemb's blog
Which Test Management notifications are available?
Posted
9 months ago
by
Aseem Bansal [MSFT]
0
Comments
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...
aseemb's blog
Code snippets on Test Management APIs?
Posted
9 months ago
by
Aseem Bansal [MSFT]
0
Comments
This post shares code snippets on how to do some common operations using Test Management APIs. Snippet #1 : – Given a test run, find associated test suite. // Query results from the run. ITestCaseResult result = testManagementRun.QueryResults()[0]; /...
Page 1 of 1 (6 items)