RubyConf2019 - Kill All Mutants! (Intro to Mutation Testing) by Dave Aronson

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=9GId6mFL0_c



Duration: 39:11
714 views
5


RubyConf2019 - Kill All Mutants! (Intro to Mutation Testing) by Dave Aronson

How good are your tests? Would they still pass if the tested code was changed much? If so, you may have a problem!

Mutation testing helps reveal these cases. It runs your unit tests, using many slightly altered versions of each method, called "mutants". If a mutant passes (or "survives") all of the method's tests, that implies certain flaws in your code, your tests, or both!

Come find out how to use this advanced technique to discover problems lurking in your code and/or tests.

#rubyconf2019 #confreaks




Other Videos By Confreaks


2019-12-08!!Con 2019 May 12, 2019
2019-12-04RubyConf 2019 - What happens when a linguist learns to code? by Erica Sosa
2019-12-04RubyConf 2019 - Containerizing Local Development... Is It Worth it? by Tony Drake
2019-12-04RubyConf 2019 - Technical Background of Interactive CLI of Ruby 2.7 by ITOYANAGI Sakura
2019-12-04RubyConf 2019 - Don’t Hang Me Out To DRY by Kevin Murphy
2019-12-04RubyConf 2019 - Bursting at the Seams by David McDonald
2019-12-04RubyConf 2019 - Algorithms: CLRS in Ruby by Brad Grzesiak
2019-12-04RubyConf 2019 - Parallel Ruby: Managing the Memory Monster by Kevin Miller
2019-12-04RubyConf 2019 - JRuby: Zero to Scale! 🔥 by Charles Oliver Nutter and Thomas E Enebo
2019-12-04RubyConf 2019 - Syntax Error Game Show
2019-12-04RubyConf2019 - Kill All Mutants! (Intro to Mutation Testing) by Dave Aronson
2019-12-03RubyConf 2019 - Story telling with Git rebase by Elle Meredith
2019-12-03RubyConf 2019 - lo-fi hip hop ruby - beats to relax/study to by Zachary Schroeder
2019-12-03RubyConf 2019 - Cocktail Masterclass with Ruby and Friends by Julian Cheal
2019-12-03RubyConf 2019 - Rekindling a love of creation with Ruby and Raspberry Pi by Colleen Schnettler
2019-12-03RubyConf 2019 - Fun, Friendly Computer Science by Mercedes Bernard
2019-12-03RubyConf 2019 - Injecting Dependencies for Fun and Profit by Chris Hoffman
2019-12-03RubyConf 2019 - Statistically Optimal API Timeouts by Daniel Ackerman
2019-12-03RubyConf 2019 - Ruby Next: make old Ruby quack like a new one by Vladimir Dementyev
2019-12-03RubyConf 2019 - Ruby ate my DSL! by Daniel Azuma
2019-12-03RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer



Tags:
Ruby
RubyConf
Programming