Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Mutation testing
Search
Isidro López
May 19, 2017
Programming
0
52
Mutation testing
Introduction to the mutation testing concept and tools.
Isidro López
May 19, 2017
Tweet
Share
More Decks by Isidro López
See All by Isidro López
Thinking about value
islomar
1
160
Valor por encima de código: el poder del Despliegue Continuo
islomar
1
270
Pusheando en master, que es gerundio
islomar
2
260
Refactoring legacy code using Approval testing (Meetup Alicante)
islomar
3
190
Aventuras y desventuras de un mindundi en Spotify
islomar
3
1.7k
Mutation testing 101
islomar
3
230
Agile (mucho) más allá de Scrum
islomar
1
230
TCR workshop
islomar
1
580
Refactoring legacy code using Approval testing
islomar
0
76
Other Decks in Programming
See All in Programming
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
380
モテるデスク環境
mozumasu
3
150
CSC509 Lecture 04
javiergs
PRO
0
300
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
780
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
140
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
470
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
240
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
350
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
620
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
230
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
760
Devoxx BE - Local Development in the AI Era
kdubois
0
130
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.8k
Optimizing for Happiness
mojombo
379
70k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
600
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Practical Orchestrator
shlominoach
190
11k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Producing Creativity
orderedlist
PRO
347
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Transcript
Mutation testing @islomar 19 de mayo de 2017
¿Qué es el mutation testing? https://www.slideshare.net/RafaelVindelAmor/who-watches-the-watchmen-mutation-te sting-75767706
Demo time
Demo time https://github.com/islomar/parrotter
Opciones en Python https://github.com/sixty-north/cosmic-ray https://pypi.python.org/pypi/MutPy/0.4.0 https://pypi.python.org/pypi/xmutant
Python demo time: Cosmic Ray Permite distribuir la ejecución a
través de RabbitMQ (con Celery). http://cosmic-ray.readthedocs.io/en/latest/ pip install cosmic_ray==1.1.0a1 (by default it would install 0.1.2)
Vídeos GOTO 2015: Mutation testing in Python https://www.youtube.com/watch?v=jwB3Nn4hR1o Mutation testing
in Python with Cosmic Ray https://vimeo.com/171319754 Vicenç García en SCBCN https://www.youtube.com/watch?v=LWL71b2fc64 Madrid JUG https://www.youtube.com/watch?v=hk_urzWGqrE
Artículos y presentaciones https://www.slideshare.net/RafaelVindelAmor/who-watches-the-watchmen-mutation-te sting-75767706 https://www.st.cs.uni-saarland.de/edu/testingdebugging10/slides/10-MutationTesting.pd f https://hackernoon.com/mutmut-a-python-mutation-testing-system-9b9639356c78
None
None