In the past while at work, we’ve had to do updates to some major libraries/tools we use in building a web app. For example, we recently upgraded Angular versions and are currently updating our Django version (from 1.10 to 1.11). These updates often have subtle changes that can break existing functionality in unexpected ways.
Is there a good approach or set of approaches to test upgrades like this?
Source: Read More