programanalysis.blogspot.com
PATPAT: Program analysis, the practice and theory: November 2014
http://programanalysis.blogspot.com/2014_11_01_archive.html
PATPAT: Program analysis, the practice and theory. Michael Ernst's technical blog. Tuesday, November 25, 2014. Are mutants a valid substitute for real faults in software testing? My colleagues and I won an ACM Distinguished Paper award for our paper “ Are mutants a valid substitute for real faults in software testing? Both practitioners and researchers need to evaluate the quality of test suites —. Or, no one did until our research. Of UW CSE, Laura Inozemtseva. You can obtain the tools and experimental ...
programanalysis.blogspot.com
PATPAT: Program analysis, the practice and theory: Are mutants a valid substitute for real faults in software testing?
http://programanalysis.blogspot.com/2014/11/are-mutants-valid-substitute-for-real.html
PATPAT: Program analysis, the practice and theory. Michael Ernst's technical blog. Tuesday, November 25, 2014. Are mutants a valid substitute for real faults in software testing? My colleagues and I won an ACM Distinguished Paper award for our paper “ Are mutants a valid substitute for real faults in software testing? Both practitioners and researchers need to evaluate the quality of test suites —. Or, no one did until our research. Of UW CSE, Laura Inozemtseva. You can obtain the tools and experimental ...
mkolisnyk.blogspot.com
Test Automation from inside: Mutation Testing Overview
http://mkolisnyk.blogspot.com/2014/09/mutation-testing-overview.html
Test Automation from inside. Test automation shouldn't be a black box between the code and actual results. So, let's dig the code to see how it is made inside. Sunday, 7 September 2014. In this article I'll describe main concepts of mutation testing as well as describe potential ways to perform this testing type with all relevant proc and cons. The mutant which was detected at least by one test. Each mutation processing can be done in different ways depending on many different factors like:. Let's descri...