期刊名称:International Journal of Engineering and Computer Science
印刷版ISSN:2319-7242
出版年度:2015
卷号:4
期号:9
页码:14163-14171
DOI:10.18535/ijecs/v4i9.17
出版社:IJECS
摘要:Generation of test cases is the most important issue in the software testing. Thus test cases need to be carefullydesigned. An activity diagram is used for modelling the dynamic aspects of the system. It helps in visualizing the sequenceof activities involved in a control flow. The proposed approach is to automate the generation of test scenarios from activitydiagram using DFS and BFS method. By using these two methods, the useless test paths are eliminated which in turn reducesthe time complexity. This approach also helps in synchronization between various activities. It generates an Activity Graphfrom the activity diagram by specifying some mapping rules. Then a proposed approach will generate the number of validpaths by using activity graph as an input and these valid paths will help in generating the test cases which will cover allaspects of the system and results in increased system efficiency and performance.
关键词:Object-oriented Software; Model Based Testing; Activity Diagram; Testing; Design based approach