Testing 101: How to Bulletproof Your Deployments with Automated Code Testing

Writing your code is the easy part. Ensuring it all works when it is done, not so much. If your code is intended to last beyond the initial deploy you should be testing it. Even a single test is better than no test at all. This talk will walk developers through setting up testing on a WordPress project including automated tests for JavaScript, PHP and visual bugs that might otherwise pop up as your code evolves. In addition, we’ll discuss ways to integrate testing into your existing code so as to help make sure bugs and are regressions are a thing of the past and that your deployments are indeed bulletproof.

Speaker