• 更多栏目

    罗钟铉

    • 教授     博士生导师   硕士生导师
    • 主要任职:党委常委、副校长
    • 性别:男
    • 毕业院校:大连理工大学
    • 学位:博士
    • 所在单位:软件学院、国际信息与软件学院
    • 学科:软件工程. 计算机应用技术
    • 办公地点:大连理工大学主楼
    • 联系方式:+86-411-84706600
    • 电子邮箱:zxluo@dlut.edu.cn

    访问量:

    开通时间:..

    最后更新时间:..

    A random walk based algorithm for structural test case generation

    点击次数:

    论文类型:会议论文

    发表时间:2010-06-23

    收录刊物:EI、Scopus

    页面范围:583-588

    摘要:Structural testing is a significant and expensive process in software development. By converting test data generation into an optimization problem, search-based software testing is one of the key technologies of automated test case generation. Motivated by the success of random walk in solving the satisfiability problem (SAT), we proposed a random walk based algorithm (WalkTest) to solve structural test case generation problem. WalkTest provides a framework, which iteratively calls random walk operator to search the optimal solutions. In order to improve search efficiency, we sorted the test goals with the costs of solutions completely instead of traditional dependence analysis from control flow graph. Experimental results on the condition-decision coverage demonstrated that WalkTest achieves better performance than existing algorithms (random test and tabu search) in terms of running time and coverage rate.