Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Queensland ALM UserGroup Meeting Feb 3rd in Brisbane

Anthony Borton looks like he is hosting another great User group this month with Andrew Harcourt and Software Project Rescue: A Fairy TaleFriday, February 3, 2012 from 7:30 AM to 9:00 AM (GMT+1000)Brisbane, QueenslandMicrosoft Office - South Stradbroke Island Room Level 28 400 George Street Brisbane, Queensland 4000 Australia ...

Coded UI Test and Microsoft Test Manager Survey

Have you used Visual Studio 2010 Test Tools - Coded UI Test or Microsoft Test Manager (MTM) in your project(s)? If so, we would like to hear your experience with these features. Let us know what you think by taking the Coded UI / Microsoft Test Manager Survey.Thanks!Shubhra Maji – Visual Studio Test Tools Program Manager...

What are Your Top Tasks When Using Microsoft Developer Technologies?

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...

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

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...

How To: Associate automation programmatically

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: ...

How To: Get the Test Case associated with the unit test?

For running and managing unit tests using Microsoft Test Manager (MTM), the users have to do tcm testcase /import of the test assembly.  This step creates a test case work item corresponding to unit test on the client side.  With this, users can do many new scenarios – most importantly start viewing the history/trend of the result. A FAQ ...