My paper in IEEE Transactions on Software Engineering (TSE)

A new paper entitled “Overcoming the Equivalent Mutant Problem: A Systematic Literature Review and a Comparative Experiment of Second Order Mutation” by Lech Madeyski, Wojciech Orzeszyna, Richard Torkar, and Mariusz Józala has been accepted as a regular paper in an upcoming issue of the IEEE Transactions on Software Engineering (TSE).

TSE is ranked the highest within ISI Software Engineering journals in terms of impact factor, so I am happy.

A preprint PDF (22 pages) as well as an appendix to the paper (including statistical analyses) and a protocol for a Systematic Literature Review (SLR) of methods dealing with the Equivalent Mutant Problem are available here.

Here is the abstract:

Context. The equivalent mutant problem (EMP) is one of the crucial problems in mutation testing widely studied over decades.
Objectives. The objectives are: to present a systematic literature review (SLR) in the field of EMP; to identify, classify and improve the existing, or implement new, methods which try to overcome EMP and evaluate them.
Method. We performed SLR based on the search of digital libraries. We implemented four second order mutation (SOM) strategies, in addition to first order mutation (FOM), and compared them from different perspectives.
Results. Our SLR identified 17 relevant techniques (in 22 articles) and three categories of techniques: detecting (DEM); suggesting (SEM); and avoiding equivalent mutant generation (AEMG). The experiment indicated that SOM in general and JudyDiffOp strategy in particular provide the best results in the following areas: total number of mutants generated; the association between the type of mutation strategy and whether the generated mutants were equivalent or not; the number of not killed mutants; mutation testing time; time needed for manual classification.
Conclusions. The results in the DEM category are still far from perfect. Thus, the SEM and AEMG categories have been developed. The JudyDiffOp algorithm achieved good results in many areas.

A graphical abstract / teaser is here:

 

This entry was posted in News and tagged , , , , , , , , , , , , , , , , , , . Bookmark the permalink. Both comments and trackbacks are currently closed.