This document is an introduction to mutation testing presented by Jeanne Boyarsky. The presentation covers what mutation testing is, includes a live demo, and discusses different types of mutants that can be tested for. The goal is to use mutation testing to improve test quality by introducing faults into code to ensure tests can detect those faults.