Showing results for IntelliTest - Visual Studio Blog

Sep 20, 2023
Post comments count8
Post likes count3

IntelliTest simplifies writing and maintaining unit tests

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

Writing a suite of unit tests that exhaustively exercise and validate the logic of the code is not easy. It can even be considered too expensive to do at all. Fortunately, IntelliTest addresses both concerns: it helps you achieve high code coverage at a fraction of the cost, and now in Preview, this Enterprise feature supports projects that target ...

TestingIntelliTest
Jan 26, 2016
Post comments count0
Post likes count0

Top News from October-December 2015, Part 1

Visual Studio Team
Visual Studio Team

It’s been a few months since our last roll-up of top developer stories, so I’ll be catching up with the news from last fall in two posts. We’ll start here in Part 1 with Visual Studio, .NET, ASP.NET, languages, and a few other tools for good measure. Part 2 will cover a variety of topics including Connect(); //2015, Windows 10, cr...

.NETVisual StudioDebugging and Diagnostics
Sep 30, 2015
Post comments count0
Post likes count0

IntelliTest for .NET – Test More with Less (effort)

Visual Studio Team
Visual Studio Team

Writing a suit of unit tests that exhaustively exercise and validate the logic of the code under test is not easy. It can even be considered too expensive to do at all. Fortunately, the IntelliTest feature shipping in the Visual Studio 2015 Enterprise Edition addresses both concerns: it helps you achieve high code coverage at a fraction of the cost...

.NETVisual StudioC#