Grupo Alarcos · Journal article · 2021
Analysing the combination of cost reduction techniques in Android mutation testing
Macario Polo Usaola, Isyed Rodríguez
Summary When applied to mobile software, mutation testing is particularly costly due to the deployment of the app under test onto the device: if one deployment is made for each generated mutant, the execution time becomes unapproachable. This paper analyses how the combination of different cost reduction techniques improves the execution time of mutation testing in mobile apps. The techniques reviewed and combined are mutant schema , parallel execution and two different ways of executing tests against the mutants ( all against all and all against mutants remaining alive ), as well as greedy algorithm for reducing the test suite size. This paper also presents a mathematical model of cost reduction and checks its validity with several experiments. Furthermore, the exhaustive and long experimentation has led the authors to compile a set of good practices which are also presented in a set of lessons learned.