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
150
Valor por encima de código: el poder del Despliegue Continuo
islomar
1
240
Pusheando en master, que es gerundio
islomar
2
250
Refactoring legacy code using Approval testing (Meetup Alicante)
islomar
3
180
Aventuras y desventuras de un mindundi en Spotify
islomar
3
1.7k
Mutation testing 101
islomar
3
210
Agile (mucho) más allá de Scrum
islomar
1
210
TCR workshop
islomar
1
560
Refactoring legacy code using Approval testing
islomar
0
66
Other Decks in Programming
See All in Programming
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
4k
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
790
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
880
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
190
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
2.1k
A2A プロトコルを試してみる
azukiazusa1
2
1.4k
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
550
NPOでのDevinの活用
codeforeveryone
0
840
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Adopting Sorbet at Scale
ufuk
77
9.5k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Balancing Empowerment & Direction
lara
1
430
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
820
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Scaling GitHub
holman
460
140k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Faster Mobile Websites
deanohume
307
31k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
970
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