期刊名称:International Journal of Innovative Research in Computer and Communication Engineering
印刷版ISSN:2320-9798
电子版ISSN:2320-9801
出版年度:2017
卷号:5
期号:1
页码:761
DOI:10.15680/IJIRCCE.2017.0501163
出版社:S&S Publications
摘要:The mutation testing is a testing method aimed at improving the accuracy of the test cases andestimating the number of faults present in system under test. Mutant Clustering takes a subset of mutants usingclustering algorithms. Even though the clustering method is effective it also presented with some drawbacks of highcost of undergoing testing. The mutation score result is achieved on two way execution method. Clustering method is tobind the mutants which produces identical results. In this paper a new method for mutation testing to reduce the cost isproposed and it is named as OPKNOT method. OP- mutation operators and KNOT – binding. The OPKNOT methodworks on mutation operators and on the expression level source code. The mutation operators are bind in an arrayelement and they are executed totally to produce fault code or mutated code into the original code. Then the test casesare executed on the fault code to kill all possible mutant at the same time. By passing the mutation operators into thearray style it is confirmed that all possible mutants are created and killed. OPKNOT has the benefits of both mutantcreation reduction and execution time reduction method of mutation cost reduction techniques. Mutation testing couldbe tested on event driven web application to find the effectiveness of the events and event driven tools in a webapplication.