Tag: Visual Studio

  • Unicorn Series–Automated Testing

    Unicorn Series–Automated Testing

    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: Yes – better, faster, cheaper. Overview The most agile teams seem to have short sprints. Ours are 1 week. Yes – 1…

  • What’s Your Quality Bar?

    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…