#mutationtesting 검색 결과
Not bad. I'm happy. Thanks, @CertoraInc Never Stop Learning. #Gambit #MutationTesting #SmartContract #Web3 #Audit #Blockchain #Crypto

🎉 Thrilled to have led a Mutation Testing workshop at Tokyo Test Fest! We explored how tools like Pitest can strengthen test quality by uncovering weaknesses in our code. Thank you to everyone who joined and contributed to the discussions. #TokyoTestFest2024 #MutationTesting



@gehrisandro gave an interresting insight into how we can improve our #unittests with #MutationTesting

🔍 Mit Infection kannst du deine Tests wirklich auf Herz & Nieren prüfen! Mutationstests zeigen dir, ob deine Tests robust sind – oder nu r so tun als ob. Teste die Tests! 💥🧪 👉 infection.github.io #PHP #Testing #MutationTesting
📝 New article: "SCOPE: Hybrid Optimization Strategy for Higher-order Mutation-based Fault Localization" by Hengyuan Liu, Zheng Li, Xiaolan Kang, Shumei Wu, Doyle Paul, Xiang Chen, Yong Liu 👉 Get your copy at authors.elsevier.com/a/1leeB3O8rCo9… #faultlocalization #MBFL #mutationtesting

🚨 What happens if your tests pass, but your code is still buggy? 😨 #MutationTesting answers that question. We inject "mutants" into your code to truly challenge your test suite. Find out how to do it on our blog. 👇
Do you know #MutationTesting can validate your unit tests? In this post, we'll show you how to use Pitest with #SpringBoot3 to boost performance and get accurate results. Improve your code now! 🚀👇
Are you sure your tests fully cover your code? Install Laravel Pest and run mutation testing. It's a whole new level of confidence! You just need Xdebug (preferably on your local or CI environment) and you are ready to go! #Laravel #PHP #MutationTesting #PestPHP

Think 95% coverage = bulletproof tests? ❌ Think again. In this #Quarkus + #Java tutorial, mutation testing reveals weak spots and how to fix them. 👉 buff.ly/iwRes30 #MutationTesting #SoftwareTesting
Discover how to implement #MutationTesting efficiently in #SpringBoot3 projects using #Pitest. Learn how to optimize execution, exclude slow tests and noisy mutants, and improve the quality of your unit tests. Includes integration with Descartes to speed up the process.👇
past few weeks I have concentrated my opensource efforts onto @infection_php. focus was on developer experience - make it easer for newcomers to apply the tool and reduce noise by removing redundant mutations. this got just released. feedback welcome. #dx #mutationtesting


Using the upcoming @pestphp "Mutation Testing" plugin on the OpenAI PHP client: ✅ Errors fixed: 4 ✅ Code improvements: 6 ✅ Tests fixed: 2 ✅ Tests enhanced: 18 ✅ Tests added: 16 This is going to change my way of creating software 🤩 #mutationtesting

Do your tests catch everything? High coverage doesn't always mean quality. With #MutationTesting, we intentionally introduce bugs to see if your tests actually work. 📝 In this post, we'll show you how to apply it to improve your code. 👇
Code coverage is a misleading metric, there are no behaviors asserted. TDD is the ultimate solution because it leads to ~100% mutation score. Watch @dmokafa on youtube.com/watch?v=k8mULw… Thanks to Oliver Zihler & @ValentinaCupac for hosting. #tdd #mutationtesting #techexcellence

🕰️ @DaveAronson unraveling the history of Mutation Testing at #BuildStuffConf! 💡 Did you know it dates back to 1971? Dive into the evolution of this powerful testing concept. ⚙️🔍 #MutationTesting #TechEvolution
¿Rechazas el #MutationTesting por su lentitud? 🐌 @ismail2ov nos cuenta cómo aplicarlo de forma eficiente en proyectos con #SpringBoot3. La clave está en optimizar Pitest, excluir lo innecesario y potenciar la calidad de tus tests. Échale un vistazo aquí y ponlo a prueba 👇
📢 Would you like to learn how to mutation test your @official_php projects? Join Neal Brooks (@nealio82) at PHP UK Conference this week to hear his beginner's guide to #mutationtesting and how you can catch bugs your team hasn't even written yet! #php #phpc #phpuk24

¿Tests débiles? El #MutationTesting puede ayudarte. Aprende a usar Pitest para validar que tus pruebas unitarias realmente funcionan. Configura umbrales de calidad y optimiza la velocidad. Si te estás preguntando por dónde empezar, en este post encontrarás toda la info 👇
Do you know #MutationTesting can validate your unit tests? In this post, we'll show you how to use Pitest with #SpringBoot3 to boost performance and get accurate results. Improve your code now! 🚀👇
🚨 ¿Qué sucede si tus tests pasan pero el código sigue teniendo errores? 😨 El #MutationTesting responde a esa pregunta. Inyectamos "mutantes" en tu código para poner a prueba tu suite de tests. Descubre cómo hacerlo en nuestro blog 👇
Not bad. I'm happy. Thanks, @CertoraInc Never Stop Learning. #Gambit #MutationTesting #SmartContract #Web3 #Audit #Blockchain #Crypto

Discover how to implement #MutationTesting efficiently in #SpringBoot3 projects using #Pitest. Learn how to optimize execution, exclude slow tests and noisy mutants, and improve the quality of your unit tests. Includes integration with Descartes to speed up the process.👇
📝 New article: "SCOPE: Hybrid Optimization Strategy for Higher-order Mutation-based Fault Localization" by Hengyuan Liu, Zheng Li, Xiaolan Kang, Shumei Wu, Doyle Paul, Xiang Chen, Yong Liu 👉 Get your copy at authors.elsevier.com/a/1leeB3O8rCo9… #faultlocalization #MBFL #mutationtesting

¿Rechazas el #MutationTesting por su lentitud? 🐌 @ismail2ov nos cuenta cómo aplicarlo de forma eficiente en proyectos con #SpringBoot3. La clave está en optimizar Pitest, excluir lo innecesario y potenciar la calidad de tus tests. Échale un vistazo aquí y ponlo a prueba 👇
Think 95% coverage = bulletproof tests? ❌ Think again. In this #Quarkus + #Java tutorial, mutation testing reveals weak spots and how to fix them. 👉 buff.ly/iwRes30 #MutationTesting #SoftwareTesting
🚨 What happens if your tests pass, but your code is still buggy? 😨 #MutationTesting answers that question. We inject "mutants" into your code to truly challenge your test suite. Find out how to do it on our blog. 👇
¿Tus tests lo detectan todo? Una alta cobertura no siempre significa calidad. Con el #MutationTesting introducimos errores a propósito para ver si tus tests realmente funcionan. 📝 En este post te explicamos cómo aplicarlo para mejorar tu código 👇
Do your tests catch everything? High coverage doesn't always mean quality. With #MutationTesting, we intentionally introduce bugs to see if your tests actually work. 📝 In this post, we'll show you how to apply it to improve your code. 👇
🧐 ¿Qué pasa si tus tests pasan, pero el código tiene errores que no están detectando? #MutationTesting introduce cambios deliberados en el código para ver si tus tests hacen que salte la alarma o pasan estos errores por alto. ¿Quieres saber cómo? Lo vemos en detalle aquí 👇
past few weeks I have concentrated my opensource efforts onto @infection_php. focus was on developer experience - make it easer for newcomers to apply the tool and reduce noise by removing redundant mutations. this got just released. feedback welcome. #dx #mutationtesting


#MutationTesting isn't just for crypto; it's been around a lot longer than crypto (assuming you mean currency), since 1971 in theory and more like about 2000 in practice (when CPUs and memory were fast/cheap enough), and there are tools for most common programming languages.
Zoonotic Human Mutation Experiments #mutationtesting youtube.com/shorts/c1IhKiF…
youtube.com
YouTube
Zoonotic Human Mutation Experiments #shortsviral #mutation #shortsf...
Zoonotic Human Mutation Experiments #mutationtesting youtube.com/shorts/c1IhKiF…
youtube.com
YouTube
Zoonotic Human Mutation Experiments #shortsviral #mutation #shortsf...
🕵️ ¿Tus tests detectan todos los errores? #MutationTesting inyecta errores en tu código, comprueba si los tests reaccionan y te ayuda a saber si son de verdad útiles. Hoy en el blog, @ismail2ov nos explica el paso a paso con #Pitest y #FizzBuzz. ¡Te recomendamos leerlo!
Before diving into a new task on a new project, I'll make a small code change and run the tests to see if they still pass. If they do, that's a sign I need to increase the estimate. #MutationTesting
🔍 Discover the power of Mutation Testing in software QA! 🛠️ Identify gaps in your test cases and enhance code quality. Learn when to use it and the challenges involved. A must-read for developers! #MutationTesting #SoftwareQuality #QA #TestAutomation repeato.app/l/jrw9h
You don't need 100% coverage to start doing #MutationTesting. In fact, MT can help you build your test suite in the first place; one of its benefits is to find the gaps in your test suite. (I've been pitching a talk on that, and mention the idea in long versions of my MT talk.)
Update: #StrykerMutator hit just over 6k downloads last month. @InfoSupportBV what do we get once we hit 10k? #MutationTesting

By the way, here is a preprint of our paper from @mutation2018 lowlevelbits.org/pdfs/Mull_Muta… #icst18 #mutationtesting

Our #JavaScript #MutationTesting framework #StrykerMutator reaching new heights! @InfoSupportBV #testing

#javascript #mutationtesting framework #strykermutator over 3k downloads/month. @javascript_fan @JavaScriptKicks. Improve test quality 🍺

Tonight's the night! Dragons Den @ Info Support! A chance to win two weeks of devtime on our #stryker #javascript #mutationtesting framework

Excellent talk by @vmassol overview on @stamp_project usage @XWiki new #softwaretesting types and #bestpractices to learn and adopt @parisjug event on #mutationtesting


Everything's ready for the @NLTestdag 2018. Looking forward to seeing you there! #mutationtesting #testing

I've never been this excited about socks! I feel so fashenable. Thanks so much @InfoSupportBV for supporting #StrykerMutator and #mutationtesting!

Running the #javascript #mutationtesting framework Stryker on its own. Testing 2010 mutants in 3m50s. Side note: a single test run takes 2s.

We're going live with our mutation score badge! See this awesome badge! It's so shiny 😎, go see for yourself: github.com/nicojs/node-in… #mutationtesting #StrykerMutator

Stryker is on the Technology radar. Trial! Thanks for making this happen! #mutationtesting #testing thoughtworks.com/radar/tools?bl…

Something went wrong.
Something went wrong.
United States Trends
- 1. Baker 20.5K posts
- 2. Cowboys 71.1K posts
- 3. Fred Warner 9,665 posts
- 4. Panthers 71.8K posts
- 5. Packers 25.6K posts
- 6. Zac Taylor 2,687 posts
- 7. Browns 63.3K posts
- 8. Ravens 63.6K posts
- 9. #FTTB 3,653 posts
- 10. Dolphins 46.1K posts
- 11. #KeepPounding 8,030 posts
- 12. Tez Johnson N/A
- 13. Cam Ward 2,029 posts
- 14. #49ers 5,709 posts
- 15. Eberflus 9,785 posts
- 16. Penn State 63K posts
- 17. #GoPackGo 3,010 posts
- 18. #Bengals 2,575 posts
- 19. Colts 55.5K posts
- 20. Franklin 71.8K posts