ALM


How New GitHub Projects 'Connects Your Planning Directly to the Work'

Microsoft-owned GitHub announced the general availability of a revamped Projects that's intended to more fully integrate the project planning and development processes.

GitHub Desktop 3.0 Enhances Pull Request Integration

Microsoft-owned GitHub announced GitHub Desktop 3.0, noting that it provides better integration for developer pull requests (PRs).

Visual Studio 2022 v17.2 Previews Live Unit Testing

The second preview of Visual Studio 2022 version 17.2 is out with a full gamut of tweaks across all areas: including C++, .NET productivity, web tools and testing.

How the Harvard Business Review Can Help Reduce Testing

Here’s a way of thinking about your test plans that will help you decide how you can reduce your testing costs.

Top 10 Free New Testing Tools for Visual Studio 2019

Testing can be problematic for devs who just want to code and leave the testing to specialists, but many have to DIY. These tools help with that.

Microsoft Announces Playwright for Python Web Testing Tool

The Playwright tool that automates web testing for JavaScript applications is now out in preview for Python.

The End of Integration Testing: If You've Passed All the Tests ...

Really, you only need to do two kinds of testing: Unit testing (to make sure that your individual components work) and end-to-end testing (to make sure your application works). Anything else is just a waste of your time.

HockeyApp Scores Its Last Goal

Microsoft's HockeyApp -- the strange-sounding tool for continuously building, testing, releasing and monitoring apps -- has scored its last goal, being retired and sent to the permanent bench in favor of Visual Studio App Center.

GitHub Actions for Automated Workflows Now Supports CI/CD

Microsoft has boosted the functionality of its GitHub Actions, automated workflows for the sprawling open source code repository and development platform it acquired in 2018.

Visual Studio App Center Adds Desktop Development

Visual Studio App Center, a mobile-centric resource for building, testing, releasing and monitoring apps, now supports WPF and WinForms desktop development.

Test Explorer Added to VS Code Python Tool

A new Test Explorer highlights the February release of the Python extension for Visual Studio Code, by far the most popular tool in the marketplace, installed more than 6.5 million times.

Providing Constant Context for .NET Core Tests

By default, tests in the new .NET Core testing framework (xUnit) are isolated. This is a good thing ... except when you need to create a single test environment that is used by multiple tests. Here's all the ways you can provide a single environment for a set of tests in xUnit.

Writing xUnit Tests in .NET Core

There's a new testing framework in town. Here's how to use it.

Introducing the .NET Core Unit Testing Framework (or: Why xUnit?)

There's a new kid in the Visual Studio testing environment, though it's only for your .NET Core projects. You don't have to use it, but here are some reasons you'll want to.

Visual Studio App Center Adds More Enterprise Security

The Visual Studio App Center is previewing a new feature that adds more enterprise security to the app lifecycle management portal.

Microsoft's VS Team Lead Jay Schmelzer: Changes Inside Microsoft and Dev in the Age of DevOps

Microsoft's Jay Schmelzer shared the story of Microsoft's multi-year transition to DevOps and continuous delivery during his keynote at Visual Studio Live! Chicago. It all started, he told attendees, with a groundswell of discontent within the product engineering teams.

Making Testing Worthwhile

That understanding should drive how you deal with testing, including how to turn it into a value-added task.

The Case Against Zero-Defect Software

Testing is a necessary but not a value-added task. To put it another way, while testing is something we have to do, our users would be just as happy if we could produce quality software without it. Understanding that leads to a realistic approach to testing.

16 New Code Analysis, Testing and Debugging Tools For Visual Studio 2017

Back in the day, we'd write some code, compile, execute, see what happened and repeat. That was testing. (Sometimes that's still what testing looks like, for better or worse.) Today, we can do a lot better.

Visual Studio App Center Ties In to GitHub

Microsoft announced Visual Studio App Center, its cloud-based lifecycle management service for mobile and other apps, has partnered with the GitHub development platform for continuous integration and other services.

Subscribe on YouTube