Azure DevOps Blog

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

Finding swallowed and async exceptions using IntelliTrace in VS2015

In this blog post I am going to walk you through using IntelliTrace in Visual Studio 2015 to deal with two exception-related scenarios: Finding swallowed exceptions and fixing the bad exception handling Finding the source of exceptions in async code If you haven’t done so already, check out the announcement of IntelliTrace in Visual ...

Video: Configuring Continuous Integration and Continuous Testing with Visual Studio 2015

One of the ALM MVPs, Anthony Borton, did a great video on how to setup Continuous Integration Build and Continuous Testing with Visual Studio 2015. If you are considering configuring and playing with Continuous Testing this video is a must watch! Thanks Anthony! *******************************************   This presentation focuses ...

IntelliTest – One Test to rule them all

In traditional unit test suites, each test case represents an exemplary usage scenario, and the assertions embody the relationship between the input and output.  Verifying a few such scenarios might well be enough, but experienced developers know that bugs lurk even in well-tested code, when correct but untested inputs provoke wrong responses...