1 | Michael Ellims and Darrel C. Ince and Marian Petre The Effectiveness of T-Way Test Data Generation Proceedinsg of the 27th International Conference on Computer Safety, Reliability and Security (SAFECOMP'08)Newcastle, UK, 22-25 September 2008. |
|
| Abstract: This paper reports the results of a study comparing the effectiveness of automatically generated tests constructed using random and t-way combinatorial techniques on safety related industrial code using mutation adequacy criteria. A reference point is provided by hand generated test vectors constructed during development to establish minimum acceptance criteria. The study shows that 2-way testing is not adequate measured by mutants kill rate compared with hand generated test set of similar size, but that higher factor t-way test sets can perform at least as well. To reduce the computation overhead of testing large numbers of vectors over large numbers of mutants a staged optimising approach to applying t-way tests is proposed and evaluated which shows improvements in execution time and final test set size. |
| @INPROCEEDINGS{EllimsIP08,
author = {Michael Ellims and Darrel C. Ince and Marian Petre},
title = {The Effectiveness of T-Way Test Data Generation},
booktitle = {Proceedinsg of the 27th International Conference on Computer Safety, Reliability and Security (SAFECOMP'08)},
year = {2008},
address = {Newcastle, UK},
month = {22-25 September},
pages = {16-29}
} |
2 | Michael Ellims and Darrel C. Ince and Marian Petre The Csaw C Mutation Tool: Initial Results Proceedings of the 3rd Workshop on Mutation Analysis (MUTATION'07)Windsor, UK, 10-14 September 2007. |
|
| Abstract: There is a perceived lack of mutation tools for the C language and information about the tools that are available was not widely disseminated until recently. This has lead to the development of a small set of programs to support the use of mutation on C language programs as part of a research effort into the use of automatically generated test sets. This paper describes a lightweight C language mutation tool and some initial results from its application to sorting algorithms. The paper describes how kill rates could be improved using a different encoding for Boolean values and details how the use of CPU time can be used as an additional means of detecting mutants. |
| @INPROCEEDINGS{EllimsIP07,
author = {Michael Ellims and Darrel C. Ince and Marian Petre},
title = {The Csaw C Mutation Tool: Initial Results},
booktitle = {Proceedings of the 3rd Workshop on Mutation Analysis (MUTATION'07)},
year = {2007},
address = {Windsor, UK},
month = {10-14 September},
pages = {185-192}
} |