Showing results for July 2015 - Page 3 of 3 - Azure DevOps Blog

Jul 20, 2015
0
0

Finding swallowed and async exceptions using IntelliTrace in VS2015

Angelos Petropoulos
Angelos Petropoulos

In this blog post I am going to walk you through using IntelliTrace in Visual Studio 2015 to deal with two exception-related scenarios: If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio 2015 which gives you an overview of IntelliTrace and its improved UI. You can see this walkthrough as a video here (...

DevOpsGit & Version Control
Jul 17, 2015
0
0

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

Charles Sterling
Charles Sterling

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

DevOpsTest
Jul 5, 2015
0
0

IntelliTest – One Test to rule them all

Pratap Lakshman
Pratap Lakshman

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

DevOpsCI/CDTest