Mihai-Cristian Fagadaublog.mihaifagadau.dev·Jul 12, 2023Mutation TestingWelcome to the fourth and final instalment of my series on Advanced Software Testing Techniques. Throughout this journey, I have shared some insights gained from my academic pursuits and hands-on experiences in the realm of software testing. Today, I...Discuss·59 readsAdvanced Software Testing Techniquesmutation testing
Raul NaupariProblog.raulnq.com·Feb 19, 2023Mutation Testing with Stryker.NETHow do we know that the unit tests we develop are efficient enough to ensure the quality of our code? We usually believe that high code coverage is a good indicator that our code does what we expect, but this is not always true. Let's test this with ...Discuss·12 likes·187 readsTesting
Jesus Daniel Medina Cruzjesusdmedinac.hashnode.dev·Jan 6, 2023Kill the mutants of your codeI recently was investigating about best practices for my testing on Android. You can easily make Unit, Instrumentation and UI testing, using tools like JUnit and Espresso. But the question that I always have when writing my test is the next: How many...Discuss·49 readscode coverage
Isabel Garrido Cardenasisabeliita90.hashnode.dev·Dec 15, 2022Mutation Testing in Kotlin IISome months ago I wrote about how to use mutation testing in a Kotlin project, you can read it here After some months of having Mutation Testing in production as part of our CI we have learned a lot, I’m going to summarise the takeaways. First of all...Discuss·239 readsKotlin