Headline: The only real way to be Agile is if you have healthy automated testing. (See Unicorn Series Overview for other topics.) Results Let’s start with some results of the practices described here: Quality: Customer reported bugs range from 1 to 10 per year, despite thousands of users Cost: There is no dedicated testing team […]
Posts Tagged ‘Visual Studio’
Unicorn Series–Automated Testing
Filed under: Technology | Tags: Agile, Azure, Unit Testing, Visual Studio
What’s Your Quality Bar?
Filed under: Technology | Tags: Best Practices, Quality, Visual Studio
I put “New Horizontal Tab Group”, “Run Code Analysis on Solution” , and “Analyze Code Coverage for All Tests” on a Visual Studio Toolbar called “Quality”. Before you check-in The steps before checking in code should be: Get Latest Version Build Run Code Analysis on Solution Analyzed Code Coverage for All Tests Most advice as […]
Productivity Power Tools 2015
These tools are great, and probably many of you have already found this Visual Studio 2015 extension. They really help when trying to review code changes. The Benefit Today I had to compare a file from two different points in time. Unfortunately, some developers had the productivity tools and others did not. As a result […]