#mutationtesting نتائج البحث

100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. So deckst du echte Bugs auf: javapro.io/de/teste-deine… #Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

JAVAPROmagazin's tweet image. 100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. 

So deckst du echte Bugs auf: javapro.io/de/teste-deine…

#Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

📝 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

ISTJrnal's tweet image. 📝 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

🎉 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

altugaltintas's tweet image. 🎉 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
altugaltintas's tweet image. 🎉 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
altugaltintas's tweet image. 🎉 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

Vertraust du deinen Tests? Dann teste deine Tests. Mit #PIT deckt Julius Mischok auf, wo deine #UnitTests versagen – trotz 100 % Coverage. Mutanten zeigen dir, wo’s weh tut. Lies jetzt: javapro.io/de/teste-deine… #MutationTesting #Java #CleanCode #DevOps #DevTools #JAVAPRO

JAVAPROmagazin's tweet image. Vertraust du deinen Tests? Dann teste deine Tests. Mit #PIT deckt Julius Mischok auf, wo deine #UnitTests versagen – trotz 100 % Coverage.

Mutanten zeigen dir, wo’s weh tut. Lies jetzt: javapro.io/de/teste-deine…

#MutationTesting #Java #CleanCode #DevOps #DevTools #JAVAPRO

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

nic_o_martin's tweet image. @gehrisandro gave an interresting insight into how we can improve our #unittests with #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

gehrisandro's tweet image. 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

🚨 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! 🚀👇


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

markusstaab's tweet image. 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
markusstaab's tweet image. 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

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

mattb1t's tweet image. 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

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.👇


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

techexcellence_'s tweet image. 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

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. 👇


🕰️ @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


¿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 👇


Running mutation tests is fun and helpful. It takes a bit of time to get results, but it’s worth it. Here’s the result of using mutation tests in Laravel with the PHP Infection package—it even has a sleek logging UI! #Laravel #PHP #MutationTesting #CodeQuality #Testing

IsmailBourbie's tweet image. Running mutation tests is fun and helpful. It takes a bit of time to get results, but it’s worth it. Here’s the result of using mutation tests in Laravel with the PHP Infection package—it even has a sleek logging UI!

#Laravel #PHP #MutationTesting #CodeQuality #Testing
IsmailBourbie's tweet image. Running mutation tests is fun and helpful. It takes a bit of time to get results, but it’s worth it. Here’s the result of using mutation tests in Laravel with the PHP Infection package—it even has a sleek logging UI!

#Laravel #PHP #MutationTesting #CodeQuality #Testing

Aujourd'hui, j'ai eu l'occasion de jouer ma présentation #mutationtesting chez @purse_eu pour un #brownbaglunch. Merci @thomasrecloux pour l'invitation 🙂 Merci @purse_eu de m'avoir fait une place dans vos locaux pour la journée 🙂 Merci @GuillaumeWallet pour la photo 😉

tverhoken's tweet image. Aujourd'hui, j'ai eu l'occasion de jouer ma présentation #mutationtesting chez @purse_eu pour un #brownbaglunch.

Merci @thomasrecloux pour l'invitation 🙂
Merci @purse_eu de m'avoir fait une place dans vos locaux pour la journée 🙂
Merci @GuillaumeWallet pour la photo 😉

Vertraust du deinen Tests? Dann teste deine Tests. Mit #PIT deckt Julius Mischok auf, wo deine #UnitTests versagen – trotz 100 % Coverage. Mutanten zeigen dir, wo’s weh tut. Lies jetzt: javapro.io/de/teste-deine… #MutationTesting #Java #CleanCode #DevOps #DevTools #JAVAPRO

JAVAPROmagazin's tweet image. Vertraust du deinen Tests? Dann teste deine Tests. Mit #PIT deckt Julius Mischok auf, wo deine #UnitTests versagen – trotz 100 % Coverage.

Mutanten zeigen dir, wo’s weh tut. Lies jetzt: javapro.io/de/teste-deine…

#MutationTesting #Java #CleanCode #DevOps #DevTools #JAVAPRO

100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. So deckst du echte Bugs auf: javapro.io/de/teste-deine… #Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

JAVAPROmagazin's tweet image. 100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. 

So deckst du echte Bugs auf: javapro.io/de/teste-deine…

#Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

¿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 👇


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

ISTJrnal's tweet image. 📝 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 👇


🚨 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

markusstaab's tweet image. 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
markusstaab's tweet image. 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.


🕵️ ¿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


Update: #StrykerMutator hit just over 6k downloads last month. @InfoSupportBV what do we get once we hit 10k? #MutationTesting

_nicojs's tweet image. Update: #StrykerMutator hit just over 6k downloads last month. @InfoSupportBV what do we get once we hit 10k? #MutationTesting

100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. So deckst du echte Bugs auf: javapro.io/de/teste-deine… #Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

JAVAPROmagazin's tweet image. 100 % Testabdeckung & trotzdem Bug im Code? Julius Mischok zeigt, warum #MutationTesting mit #PIT dein Vertrauen in Tests erschüttert & wie du es zurückgewinnst. 

So deckst du echte Bugs auf: javapro.io/de/teste-deine…

#Java #CleanCode #DevOps #DevTools #UnitTesting #JAVAPRO

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

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

a mi me decís #mutationtesting y pienso en


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

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

🎉 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

altugaltintas's tweet image. 🎉 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
altugaltintas's tweet image. 🎉 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
altugaltintas's tweet image. 🎉 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

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

_nicojs's tweet image. 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

_nicojs's tweet image. 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

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

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

Dev-News: We added #Stryker to perform #MutationTesting on our client-side code! Killed 80% of mutants right away!


Loading...

Something went wrong.


Something went wrong.


United States Trends