In the regression testing of analyzing the impact of changes, it will give a great help to software testers to choose and optimize test cases for function call path coverage testing, while knowing the global static fu...
详细信息
In the regression testing of analyzing the impact of changes, it will give a great help to software testers to choose and optimize test cases for function call path coverage testing, while knowing the global static functioncallpath. In this article, according to the structure of C program, a new method of generating the global static functioncallpath and getting the functioncall graph as well was presented through analyzing control flow and data flow. We empirically show that this algorithm has high accuracy and efficiency and can help to improve coverage rate of function call path coverage testing and software stability.
暂无评论