Session Name: | Tools Tutorial Day: Tools to Reduce Open Bug Count at Media Molecule |
Speaker(s): | Amy Phillips |
Company Name(s): | Media Molecule |
Track / Format: | Programming |
Overview: | Media Molecule has iterated a range of tools and tech to optimize their bug flow. This has enabled them to maintain a stable build with few bugs throughout development, allowing everyone to work unimpeded (mostly!). They've developed tools for identifying bugs as soon as code is checked in using an automated testing system. This system is integrated with Jira, avoiding duplicating bugs, and ensuring accurate and complete information is attached to a bug. They have made it simple for QA, designers and artists to report bugs using their chrome extension, with a button to bring up a Jira page and to auto-attach the relevant useful information. Programmers can repro a bug by launching the attached replay on their debugger in a single button press. When they've fixed their code they can verify the fix using the same replay to check it. The fix is checked in and the automated testing system runs then stores, and emails you the results of the smoke test. |