期刊名称:International Journal of Innovative Research in Computer and Communication Engineering
印刷版ISSN:2320-9798
电子版ISSN:2320-9801
出版年度:2016
卷号:4
期号:4
页码:7405
DOI:10.15680/IJIRCCE.2016.0404213
出版社:S&S Publications
摘要:Automating the process of test data generation is very essential to decrease software cost and development time.to generate test cases for object oriented code is very challenging because of the its features like abstraction, encapsulation, inheritance and visibility. Proposed system takes input as java classes and then it generate instances of classes and find out sequence of method calls and find out test target by using Genetic algorithm which is useful to find out optimum test target where GAs are also very useful and work efficiently when there is large search space and when domainknowledge is insufficient and finally generate Junit test cases
关键词:Automatic test case generation; OOP challenges; Junit;Genetic algorithm