A model-level mutation tool to support the assessment of the test case quality

Although mutation testing is a well-known technique for assessing the quality of tests, there is not a lot of support available for model-level mutation analysis. It is also considered to be expensive due to: (i) the large number of mutants generated; ii) the time-consuming activity of determining e...

Descripción completa

Detalles Bibliográficos
Autor: Granda Juca, María Fernanda
Tipo de recurso: artículo
Estado:Versión publicada
Fecha de publicación:2016
País:Ecuador
Institución:Universidad de Cuenca
Repositorio:Repositorio Universidad de Cuenca
OAI Identifier:oai:dspace.ucuenca.edu.ec:123456789/28958
Acceso en línea:https://www.scopus.com/inward/record.uri?eid=2-s2.0-84995938220&partnerID=40&md5=838a35e3c26f7b1a8751d472ec07aaaf
http://dspace.ucuenca.edu.ec/handle/123456789/28958
Access Level:acceso abierto
Palabra clave:Class Diagram Mutants
Model-Level Mutation
Mutation Tool
Test Cases Quality
Descripción
Sumario:Although mutation testing is a well-known technique for assessing the quality of tests, there is not a lot of support available for model-level mutation analysis. It is also considered to be expensive due to: (i) the large number of mutants generated; ii) the time-consuming activity of determining equivalent mutants; and (iii) the mutant execution time. It should also be remembered that real software artefacts of appropriate size including real faults are hard to find and prepare appropriately. In this paper we propose a mutation tool to generate valid First Order Mutants (FOM) for Conceptual Schemas (CS) based on UML Class Diagrams and evaluate its effectiveness and efficiency in generating valid and non-equivalent mutants. Our main findings were: 1) FOM mutation operators can be automated to avoiding non-valid mutants (49.1%). 2) Fewer equivalent mutants were generated (7.2%) and 74.3% were reduced by analysing the CS static structure in six subject CSs.