Showing archive results for 2012

Jan 17, 2012
Post comments count0
Post likes count0

FAQ: What is the difference between “Assigned To” and “Tester” in MTM?

Importer

FAQ: In Microsoft Test Manager (MTM), what is the difference between the “Assigned To” field of the Test Case work item and the “Tester” field in MTM.  It seems these to fields are stored independently. So if I assign someone test cases through MTM then this is not translated into the “Assigned To” on the WI...

DevOpsTest
Jan 16, 2012
Post comments count0
Post likes count0

What are Your Top Tasks When Using Microsoft Developer Technologies?

Esther Fan

If you're a current or potential Microsoft customer, please take this short, anonymous survey (10 to 15 minutes) to rank the importance of tasks that you perform when you use Microsoft developer technologies. Your feedback will help us create MSDN documentation that meets your needs. To provide feedback, go to the survey page. Thanks in a...

DevOps
Jan 16, 2012
Post comments count0
Post likes count0

FAQ: Why are my tests not included in the test run?

Gautam Goenka [MSFT]

As an alternative to Microsoft Test Manager (MTM), users can use tcm.exe command line to run and manage their test cases.  The command line way is particularly useful in running tests in non-interactive way (say via scripts). FAQ: While using “tcm.exe run” command to run all the test cases in a test plansuite is - A: By default, “tcm.exe run...

DevOpsCI/CDTest
Jan 12, 2012
Post comments count0
Post likes count0

.NET Performance Diagnostics: How and Where to Start -User Group Meeting January 18th Eagan, MN

Charles Sterling

I really need to get out to the MN usergroup! They seem to have some of the best most consistent topics around!   January 18th, 2012 5:00-6:30pm Click to Attend Description Everyone has that application that just doesn't perform as well as it should, or that one application that you think might be a bit slow,...

DevOps
Jan 1, 2012
Post comments count0
Post likes count0

Microsoft Test Manager stuck in “waiting for test controller” state

Importer

This is guest post by Deepak Mittal, who is Senior Support Engineer in this space.Problem description:Microsoft Test Manager is stuck in "waiting for test controller" status after completion of test execution.Resolution: MTM tracing: http://blogs.msdn.com/b/gautamg/archive/2011/01/20/how-to-enable-tracing-for-mtm.aspx ...

DevOpsCI/CDTest
Jan 1, 2012
Post comments count0
Post likes count0

How To: Associate automation programmatically

Gautam Goenka [MSFT]

In my previous post, I mentioned about tcm testcase /import scenario.  The tcm testcase /import associates the test case artifact with automation (which is unit test or other test type). Another FAQ related to this scenario is - Q: How can I programmatically associate automation (because I want to do some customization of my own)? A: You ca...

DevOpsTest