Showing category results for CI/CD

Mar 16, 2012
Post comments count0
Post likes count0

Running IntelliTrace on Applications in Production

Esther Fan
Esther Fan

After we released IntelliTrace in Visual Studio 2010 Ultimate, customers commonly asked us about debugging applications with IntelliTrace outside Visual Studio or Microsoft Test Manager. This can be very useful in an environment where your application has a repeatable problem, but you can’t attach a debugger, and you have to dig into code to ...

DevOpsCI/CDGit & Version Control
Mar 15, 2012
Post comments count0
Post likes count0

The Code Index SDK – Part 2 – Bulk indexing assemblies into the code index

Importer
Importer

Note that this post was updated on June 5th to provide updates concerning the Visual Studio 2012 RC. The changes are highlighted.In my last post, I’ve introduced the Code Index, explaining why use it, and how to get it. This post is about the first scenario that I mentioned: bulk indexing assemblies into the code Index. This topic requires th...

DevOpsCI/CD
Mar 15, 2012
Post comments count0
Post likes count0

Various test attachment size reduction features in MTMTFS 11

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

Some of you may have faced the problem of test attachments growing too fast in TFS with Microsoft Test Manager (MTM).  As you know, the test attachments can be cleaned using Test Attachment Cleaner tool which is part of TFS Power Tools.  However, even with the cleaner tool, the experience is not ideal and based on feedback, we did release...

DevOpsCI/CDTest
Mar 13, 2012
Post comments count0
Post likes count0

The Code Index SDK

Jean-Marc Prieur
Jean-Marc Prieur

This blog post was updated in Dec 2016 to explain what changed with Visual Studio 2017. More in: The visual Studio Modeling SDK is part of Visual Studio 2017 Introduction In Visual Studio 11 Ultimate, the experience around the architecture diagrams has improved a lot, with respect to Visual Studio 2010. In particular, performance and scalability ...

DevOpsCI/CD
Mar 12, 2012
Post comments count0
Post likes count0

Very nice video about what’s new in Visual Studio 11 Dependency Graphs

Jean-Marc Prieur
Jean-Marc Prieur

After Esther who explained how to Visualize Code with Visual Studio 11 Beta last week, Chris blogged this week-end about What's new in Visual Studio 11 Dependency Graph Features. He has recorded a great video (WMV 17mb, MP4 14mb), going through the main features: A must watch!

DevOpsCI/CD
Jan 19, 2012
Post comments count0
Post likes count0

Coded UI Test and Microsoft Test Manager Survey

Shubhra Maji MSFT
Shubhra Maji MSFT

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

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

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

Gautam Goenka [MSFT]
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 1, 2012
Post comments count0
Post likes count0

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

Importer
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
Oct 28, 2011
Post comments count0
Post likes count0

Coded UI Test Extension for 3rd party Windows Forms controls–How to?

Importer
Importer

Here is how one can add FULL Coded UI Test support for a 3rd party control based on Windows Forms technology. Implementation Method – Accessibility Accessibility means having equal access to web-based information and services regardless of physical or developmental abilities or impairments. Once implemented, it helps developers make their program...

DevOpsCommunityCI/CD
Oct 5, 2011
Post comments count0
Post likes count0

Automated Testing Simplified by Richard Banks in Sydney Oct 26

Charles Sterling
Charles Sterling

One of my top ALM MVPs, Richard Banks, is going to show how streamlining your software testing process can save you valuable time, money & effort...Date: Oct 26, 2011Time: 8am-10:00am Location: Sydney Please click here for more details and registration Session Abstract: Manual software testing can be a laborious process. A full test suite ...

DevOpsCI/CD