Visual Studio 2010 Overview - IntelliTrace and Test Impact Analysis

TL;DR

Explains how IntelliTrace aids bug diagnosis and how Test Impact Analysis helps prioritise regression tests in Visual Studio 2010 for efficient debugging and testing.

26 January 2012
Written by Martin Hinshelwood
2 minute read
Comments
Subscribe

Intellitrace was built in response to the #1 and #2 demands from TFS 2008 customers: help us find bugs faster so we can fix them faster. As a configurable “flight data recorder” for all aspects of debug and test, it provides advanced and integrated logging so devs can locate and reproduce the bug exactly the way it occurred. Especially in Agile environments, regression testing needs can quickly spiral beyond available resources. Automated testing helps, but a large automated test suite can also impede rapid iterative development. Test Impact Analysis helps the team focus and prioritize by automatically identifying which tests are potentially affected by a pending change.

This post is part of a series of Visual Studio ALM webcasts that were delivered through 2010 and 2011 as part of an introduction to Visual Studio ALM. See An index to all Visual Studio 2010 Overview webcasts  for a full list of webcasts.If you want a custom set of webcasts just for your company so that you can ask the hard questions you can as part of the Microsoft’s ALM Catalyst  program.

Goals

  • Eliminate no-repro bugs with IntelliTrace
  • Prioritize & scale up regression testing

Demos

  • Diagnose and repair a reported bug using IntelliTrace
  • Verify regression of the fix with Test Impact Analysis

Recording

[screencast url=“http://www.screencast.com/t/U3avnnl5" width=“640” height=“480”] Screencast: Visual Studio 2010 Overview - IntelliTrace and Test Impact Analysis

This post is part of a series of Visual Studio ALM webcasts that were delivered through 2010 and 2011 as part of an introduction to Visual Studio ALM. See An index to all Visual Studio 2010 Overview webcasts  for a full list of webcasts.If you want a custom set of webcasts just for your company so that you can ask the hard questions you can as part of the Microsoft’s ALM Catalyst  program.

Comments
Subscribe

What to read next

Article Engineering Excellence

Visual Studio 2010 Overview - Microsoft Test Manager

Covers using Microsoft Test Manager with Visual Studio 2010 and TFS to create, run, and manage manual and automated tests, including …

Read article
Article Scrum

Visual Studio 2010 Overview - A day in the life of ... Plan, Code & Test

Explore how developers, testers, and managers use Visual Studio 2010 and TFS for planning, coding, testing, bug fixes, and sprint management …

Read article
Article Scrum

Finding the problem on a partially succeeded build on Team Foundation Build Services 2010

Learn how to diagnose and resolve partially succeeded builds in Team Foundation Build Services 2010 by tracing test failures, identifying …

Read article
Article

Visual Studio 2010 Overview Webcasts

Series of webcasts providing high-level overviews of Visual Studio 2010 and Team Foundation Server features, including ALM, testing, code …

Read article