Font Size: a A A

Using code mutation to study code faults in scientific software

Posted on:2010-06-13Degree:M.ScType:Thesis
University:Queen's University (Canada)Candidate:Hook, Daniel AlanFull Text:PDF
GTID:2448390002986613Subject:Computer Science
Abstract/Summary:
Code faults can seriously degrade scientific software accuracy. Therefore, it is imperative that scientific software developers scrutinize their codes in an attempt to find these faults. This thesis explores, particularly, the efficacy of code testing as a method of scientific software code fault detection.;To demonstrate the reality of these problems and to provide an example of how software engineers and scientists can begin to address them, this thesis discusses the development and application of a novel technique: Mutation Sensitivity Testing (MST). MST is based on traditional mutation testing, but---in place of a focus on mutant "killing"---MST focuses on assessing the mutation sensitivity of a test set.;In this thesis, MST experiments are conducted using eight small numerical routines, four classes of mutation operators, and 1155 tests. The results are discussed and some conclusions are drawn. Two observations are of particular interest to computational scientists. First, it is found that oracles that exhibit uncertainties greater than (approximately) 80% of the expected output are of questionable value when they are used in the testing of scientific software. Second, it is found that a small number of carefully selected tests may be sufficient to falsify a code.;Software engineers, as experts in code quality, have developed many code testing techniques, but many of these techniques cannot readily be applied to scientific codes for at least two reasons. First, scientific software testers do not usually have access to an ideal oracle. Second, scientific software outputs, by nature, can only be judged for accuracy and not correctness. Testing techniques developed under the assumption that these two problems can be ignored---as most have been---are of questionable value to computational scientists.
Keywords/Search Tags:Scientific software, Code, Faults, Mutation
Related items