Why so many software swim lanes and environments
Software moves through different phases on its way to production. It starts as raw software that becomes more refined as it is tested and then moved to production. Partner teams often need to test their current code against your new code to make sure there were no breaking changes. Software versions currently in production must be available to other teams so that they can test their changes against your code that will be in production when their new changes are actually deployed. Some companies can get by with as few as 3 environments. Others can have over 7 or 8. Click to expand The Video Walkthrough The Development Track This is the normal promotion process from development through test and into production. There can be some orchestration through shared environments or through environments that are integrated with other teams. The development and ...