Your application is broken until you prove otherwise! In this talk we want to present and discuss some practices to reduce the cycle between an idea and useful software. Avoid the “it works on my machine” excuse, and show that your code works in production, because that’s when a task should be considered done!
We are going to talk about how to integrate your new changes to the existing codebase. About having automated tests running in your machine and some of them running against the application in production. Also we’ll discuss when manual tests are really important, how to get feedback from them, and finally try to convince you that you should automate all the repetitive tasks, from your regression tests to your deployments.