| 341 | Sergio Segura and Robert M. Hierons and David Benavides and Antonio Ruiz Cort{\'{e}}s Automated Test Data Generation on the Analyses of Feature Models: {A} Metamorphic Testing Approach Third International Conference on Software Testing, Verification and Validation, {ICST} 2010, Paris, France, April 7-9, 2010, 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{segura_ICST_10,
author = {Sergio Segura and Robert M. Hierons and David Benavides and Antonio Ruiz Cort{\'{e}}s},
title = {Automated Test Data Generation on the Analyses of Feature Models: {A} Metamorphic Testing Approach},
booktitle = {Third International Conference on Software Testing, Verification and Validation, {ICST} 2010, Paris, France, April 7-9, 2010},
year = {2010},
address = {},
month = {},
pages = {35--44}
} |
| 342 | Upsorn Praphamontripong and Jeff Offutt Applying Mutation Testing to Web Applications Third International Conference on Software Testing, Verification and Validation, {ICST} 2010, Paris, France, April 7-9, 2010, Workshops Proceedings, 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{PraphamontripongO10,
author = {Upsorn Praphamontripong and Jeff Offutt},
title = {Applying Mutation Testing to Web Applications},
booktitle = {Third International Conference on Software Testing, Verification and Validation, {ICST} 2010, Paris, France, April 7-9, 2010, Workshops Proceedings},
year = {2010},
address = {},
month = {},
pages = {132--141}
} |
| 343 | Mohan Sridharan and Akbar Siami Namin Prioritizing Mutation Operators Based on Importance Sampling {IEEE} 21st International Symposium on Software Reliability Engineering, {ISSRE} 2010, San Jose, CA, USA, 1-4 November 2010, 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{SridharanN10,
author = {Mohan Sridharan and Akbar Siami Namin},
title = {Prioritizing Mutation Operators Based on Importance Sampling},
booktitle = {{IEEE} 21st International Symposium on Software Reliability Engineering, {ISSRE} 2010, San Jose, CA, USA, 1-4 November 2010},
year = {2010},
address = {},
month = {},
pages = {378--387}
} |
| 344 | W. K. Chan and Jeffrey C. F. Ho and T. H. Tse Finding failures from passed test cases: improving the pattern classification approach to the testing of mesh simplification programs Softw. Test., Verif. Reliab., 20(2), 2010. |
|
| | Abstract: Available soon... |
| | @ARTICLE{chan_STVR_10,
author = {W. K. Chan and Jeffrey C. F. Ho and T. H. Tse},
title = {Finding failures from passed test cases: improving the pattern classification approach to the testing of mesh simplification programs},
journal = {Softw. Test., Verif. Reliab.},
year = {2010},
month = {},
volume = {20},
number = {2},
pages = {89--120}
} |
| 345 | Friedrich Steimann and Andreas Thies From behaviour preservation to behaviour modification: constraint-based mutant generation Proceedings of the 32nd {ACM/IEEE} International Conference on Software Engineering - Volume 1, {ICSE} 2010, Cape Town, South Africa, 1-8 May 2010, 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{SteimannT10,
author = {Friedrich Steimann and Andreas Thies},
title = {From behaviour preservation to behaviour modification: constraint-based mutant generation},
booktitle = {Proceedings of the 32nd {ACM/IEEE} International Conference on Software Engineering - Volume 1, {ICSE} 2010, Cape Town, South Africa, 1-8 May 2010},
year = {2010},
address = {},
month = {},
pages = {425--434}
} |
| 346 | William B. Langdon and Mark Harman and Yue Jia Efficient multi-objective higher order mutation testing with genetic programming Journal of Systems and Software, 83(12), 2010. |
|
| | Abstract: Available soon... |
| | @ARTICLE{LangdonHJ10,
author = {William B. Langdon and Mark Harman and Yue Jia},
title = {Efficient multi-objective higher order mutation testing with genetic programming},
journal = {Journal of Systems and Software},
year = {2010},
month = {},
volume = {83},
number = {12},
pages = {2416--2430}
} |
| 347 | Vilas Jagannath and Milos Gligoricand Steven Lauterburg and Darko Marinov and Gul Agha Mutation Operators for Actor Systems Proceedings of the 5th International Workshop on Mutation Analysis (MUTATION'10)Paris, France, 6 April 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{JagannathGLMA10,
author = {Vilas Jagannath and Milos Gligoricand Steven Lauterburg and Darko Marinov and Gul Agha},
title = {Mutation Operators for Actor Systems},
booktitle = {Proceedings of the 5th International Workshop on Mutation Analysis (MUTATION'10)},
year = {2010},
address = {Paris, France},
month = {6 April},
pages = {}
} |
| 348 | Mike Papadakis and Nicos Malevris and Maria Kallia Towards Automating the Generation of Mutation Ttests Proceedings of the 5th Workshop on Automation of Software Teste (AST'10)Cape Town, South Africa, 3-4 May 2010. |
|
| | Abstract: Automating software testing activities can increase the quality and drastically decrease the cost of software development. Towards this direction various automated test data generation tools have been developed. The majority of them aim at branch testing, while a quite limited number aim at a higher level of testing thoroughness such as mutation. In this paper an automated framework that makes a joint use of diverse techniques and tools is introduced in the context of automating mutation based test generation. The motivation behind this work is the use of existing techniques and tools such as symbolic execution and evolutionary testing towards automating the test input generation activity according to the weak mutation testing criterion. The proposed framework integrates existing automated tools for branch testing in order to effectively generate mutation test data. To fulfill this suggestion three automated tools are used for illustration purposes and preliminary results are obtained by applying the proposed framework to a set of java program units indicating the applicability and effectiveness of the proposed approach. |
| | @INPROCEEDINGS{PapadakisMK10,
author = {Mike Papadakis and Nicos Malevris and Maria Kallia},
title = {Towards Automating the Generation of Mutation Ttests},
booktitle = {Proceedings of the 5th Workshop on Automation of Software Teste (AST'10)},
year = {2010},
address = {Cape Town, South Africa},
month = {3-4 May},
pages = {111-118}
} |
| 349 | Lech Madeyski and Norbert Radyk Judy – A Mutation Testing Tool for Java IET Software, 4(1), February 2010. |
|
| | Abstract: Popular code coverage measures, such as branch coverage, are indicators of the thoroughness rather than the fault detection capability of test suites. Mutation testing is a fault-based technique that measures the effectiveness of test suites for fault localisation. Unfortunately, use of mutation testing in the software industry is rare because generating and running vast numbers of mutants against the test cases is time-consuming and difficult to do without an automated, fast and reliable tool. Our objective is to present an innovative approach to mutation testing that takes advantage of a novel aspect-oriented programming mechanism, called `pointcut and advice`, to avoid multiple compilation of mutants and, therefore, to speed up mutation testing. An empirical comparison of the performance of the developed tool, called Judy, with the MuJava mutation testing tool on 24 open-source projects demonstrates the value of the presented approach. The results show that there is a statistically significant (t(23) = -12.28, p < 0.0005, effect size d = 3.43) difference in the number of mutants generated per second between MuJava (M = 4.15, SD = 1.42) and Judy (M = 52.05, SD = 19.69). Apart from being statistically significant, this effect is considered very large and, therefore, represents a substantive finding. This therefore allows us to estimate the fault detection effectiveness of test suites of much larger systems. |
| | @ARTICLE{MadeyskiR10,
author = {Lech Madeyski and Norbert Radyk},
title = {Judy – A Mutation Testing Tool for Java},
journal = {IET Software},
year = {2010},
month = {February},
volume = {4},
number = {1},
pages = {32-–42}
} |
| 350 | Gordon Fraser and Andreas Zeller Mutation-driven generation of unit tests and oracles Proceedings of the Nineteenth International Symposium on Software Testing and Analysis, {ISSTA} 2010, Trento, Italy, July 12-16, 2010, 2010. |
|
| | Abstract: Available soon... |
| | @INPROCEEDINGS{FraserZ10,
author = {Gordon Fraser and Andreas Zeller},
title = {Mutation-driven generation of unit tests and oracles},
booktitle = {Proceedings of the Nineteenth International Symposium on Software Testing and Analysis, {ISSTA} 2010, Trento, Italy, July 12-16, 2010},
year = {2010},
address = {},
month = {},
pages = {147--158}
} |