Featured model-based mutation analysis; ; Papadakis, Mike et alin 38th International Conference on Software Engineering (ICSE'16) (2016) Detailed reference viewed: 176 (2 UL) Threats to the validity of mutation-based test assessmentPapadakis, Mike ; ; et alin International Symposium on Software Testing and Analysis, ISSTA 2016 (2016) Detailed reference viewed: 239 (14 UL) Comparing White-box and Black-box Test PrioritizationHenard, Christopher ; Papadakis, Mike ; et alin 38th International Conference on Software Engineering (ICSE'16) (2016) Although white-box regression test prioritization has been well-studied, the more recently introduced black-box prioritization approaches have neither been compared against each other nor against more ... [more ▼] Although white-box regression test prioritization has been well-studied, the more recently introduced black-box prioritization approaches have neither been compared against each other nor against more well-established white-box techniques. We present a comprehensive experimental comparison of several test prioritization techniques, including well-established white-box strategies and more recently introduced black-box approaches. We found that Combinatorial Interaction Testing and diversity-based techniques (Input Model Diversity and Input Test Set Diameter) perform best among the black-box approaches. Perhaps surprisingly, we found little difference between black-box and white-box performance (at most 4% fault detection rate difference). We also found the overlap between black- and white-box faults to be high: the first 10% of the prioritized test suites already agree on at least 60% of the faults found. These are positive findings for practicing regression testers who may not have source code available, thereby making white-box techniques inapplicable. We also found evidence that both black-box and white-box prioritization remain robust over multiple system releases. [less ▲] Detailed reference viewed: 348 (14 UL) Assessing and Improving the Mutation Testing Practice of PIT; ; Papadakis, Mike et alE-print/Working paper (2015) Detailed reference viewed: 256 (3 UL) Flattening or not of the combinatorial interaction testing modelsHenard, Christopher ; Papadakis, Mike ; Le Traon, Yves ![]() in Eighth IEEE International Conference on Software Testing, Verification and Validation, ICST 2015 Workshops (2015, April) Detailed reference viewed: 219 (2 UL) Sound and Quasi-Complete Detection of Infeasible Test Requirements; ; et al in 8th IEEE International Conference on Software Testing, Verification and Validation (ICST'15) (2015) Detailed reference viewed: 300 (6 UL) Trivial Compiler Equivalence: A Large Scale Empirical Study of a Simple, Fast and Effective Equivalent Mutant Detection TechniquePapadakis, Mike ; ; et alin 37th International Conference on Software Engineering (ICSE 2015) (2015) Detailed reference viewed: 307 (6 UL) Similarity testing for access control; ; El Kateb, Donia et alin Information and Software Technology (2015), 58 Context: Access control is among the most important security mechanisms, and XACML is the de facto standard for specifying, storing and deploying access control policies. Since it is critical that ... [more ▼] Context: Access control is among the most important security mechanisms, and XACML is the de facto standard for specifying, storing and deploying access control policies. Since it is critical that enforced policies are correct, policy testing must be performed in an effective way to identify potential security flaws and bugs. In practice, exhaustive testing is impossible due to budget constraints. Therefore the tests need to be prioritized so that resources are focused on their most relevant subset. Objective: This paper tackles the issue of access control test prioritization. It proposes a new approach for access control test prioritization that relies on similarity. Method: The approach has been applied to several policies and the results have been compared to random prioritization (as a baseline). To assess the different prioritization criteria, we use mutation analysis and compute the mutation scores reached by each criterion. This helps assessing the rate of fault detection. Results: The empirical results indicate that our proposed approach is effective and its rate of fault detection is higher than that of random prioritization. Conclusion: We conclude that prioritization of access control test cases can be usefully based on similarity criteria. © 2014 Elsevier B.V. All rights reserved. [less ▲] Detailed reference viewed: 324 (6 UL) Employing second-order mutation for isolating first-order equivalent mutants; Papadakis, Mike ; in Software Testing, Verification and Reliability (2015), 25(5-7), 508-535 The equivalent mutant problem is a major hindrance to mutation testing. Being undecidable in general, it is only susceptible to partial solutions. In this paper, mutant classification is utilised for ... [more ▼] The equivalent mutant problem is a major hindrance to mutation testing. Being undecidable in general, it is only susceptible to partial solutions. In this paper, mutant classification is utilised for isolating likely to be first-order equivalent mutants. A new classification technique, Isolating Equivalent Mutants (I-EQM), is introduced and empirically investigated. The proposed approach employs a dynamic execution scheme that integrates the impact on the program execution of first-order mutants with the impact on the output of second-order mutants. An experimental study, conducted using two independently created sets of manually classified mutants selected from real-world programs revalidates previously published results and provides evidence for the effectiveness of the proposed technique. Overall, the study shows that I-EQM substantially improves previous methods by retrieving a considerably higher number of killable mutants, thus, amplifying the quality of the testing process. [less ▲] Detailed reference viewed: 242 (14 UL) Combining Multi-Objective Search and Constraint Solving for Configuring Large Software Product LinesHenard, Christopher ; Papadakis, Mike ; et alin 37th International Conference on Software Engineering (ICSE 2015) (2015) Detailed reference viewed: 340 (11 UL) Metallaxis-FL: mutation-based fault localizationPapadakis, Mike ; Le Traon, Yves ![]() in Software Testing, Verification and Reliability (2015), 25 Detailed reference viewed: 400 (19 UL) Mitigating the Effects of Equivalent Mutants with Mutant Classification StrategiesPapadakis, Mike ; ; Le Traon, Yves ![]() in Science of Computer Programming (2014), 95 Mutation Testing has been shown to be a powerful technique in detecting software faults. Despite this advantage, in practice there is a need to deal with the equivalent mutants’ problem. Automatically ... [more ▼] Mutation Testing has been shown to be a powerful technique in detecting software faults. Despite this advantage, in practice there is a need to deal with the equivalent mutants’ problem. Automatically detecting equivalent mutants is an undecidable problem. Therefore, identifying equivalent mutants is cumbersome since it requires manual analysis, resulting in unbearable testing cost. To overcome this difficulty, researchers suggested the use of mutant classification, an approach that aims at isolating equivalent mutants automatically. From this perspective, the present paper establishes and empirically assesses possible mutant classification strategies. A conducted study reveals that mutant classification isolates equivalent mutants effectively when low quality test suites are used. However, it turns out that as the test suites evolve, the benefit of this practice is reduced. Thus, mutant classification is only fruitful in improving test suites of low quality and only up to a certain limit. To this end, empirical results show that the proposed strategies provide a cost-effective solution when they consider a small number of live mutants, i.e., 10-12. At this point they kill 92% of all the killable mutants. [less ▲] Detailed reference viewed: 329 (12 UL) Similarity testing for access control; ; El Kateb, Donia et alin Information and Software Technology (2014) Detailed reference viewed: 299 (19 UL) MutaLog: a Tool for Mutating Logic FormulasHenard, Christopher ; Papadakis, Mike ; Le Traon, Yves ![]() in Testing Tools Track, 7th International Conference on Software Testing, Verification and Validation (ICST 2014) (2014) Detailed reference viewed: 245 (8 UL) Sampling Program Inputs with Mutation Analysis: Going Beyond Combinatorial Interaction TestingPapadakis, Mike ; Henard, Christopher ; Le Traon, Yves ![]() in 7th International Conference on Software Testing, Verification and Validation (ICST 2014) (2014) Detailed reference viewed: 223 (11 UL) Towards a Language-Independent Approach for Reverse-Engineering of Software Product Lines; Henard, Christopher ; Papadakis, Mike et alin 29th Symposium on Applied Computing (SAC 2014) (2014) Detailed reference viewed: 243 (8 UL) Effective Fault Localization via Mutation Analysis: A Selective Mutation ApproachPapadakis, Mike ; Le Traon, Yves ![]() in ACM Symposium On Applied Computing (SAC'14) (2014) Detailed reference viewed: 167 (5 UL) A Variability Perspective of Mutation Analysis; ; et al in Proceedings of the 22nd ACM SIGSOFT International Symposium on the Foundations of Software Engineering (FSE 2014) (2014) Detailed reference viewed: 199 (3 UL) Test Data Generation Techniques for Mutation Testing: A Systematic Mapping; Papadakis, Mike ; et alin Workshop on Experimental Software Engineering (ESELAW'14) (2014) Detailed reference viewed: 292 (12 UL) Bypassing the Combinatorial Explosion: Using Similarity to Generate and Prioritize T-wise Test Configurations for Software Product LinesHenard, Christopher ; Papadakis, Mike ; Perrouin, Gilles et alin IEEE Transactions on Software Engineering (2014), 40(7), 650-670 Detailed reference viewed: 388 (20 UL) |
||