Using Docker to manage and replicate test environments

About 5 years back I started this business, Test Collab, ever since then I was fortunate enough to work with so many developers, managers and testers. From micro-ISVs to Fortune 500 companies, I just loved how different people can give you so many diverse ideas.
So today I’m going to talk about an idea, or let’s call it a solution, if you will.
The problem
When you are manually testing an app, you have to deploy it again and again. To save time, some teams use shared testing environments, i.e. one app instance is used across whole team for testing (Not good – as it increases false bug reports).
Continue reading