Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 601 Bytes

ATG

ATG 全称是Test data Automatic Generation,即测试数据自动生成工具。 该工具是一个Eclipse的插件,它能够自动扫描C程序,分析其中的控制流,得出程序的路径数量,并针对其中的每条路径生成测试数据。 该工具将会在程序的左侧画出程序对应的控制流图。

ATG

ATG, whose full name is Test data Automatic Generation, is a plug-in project for eclipse. ATG can receive a function declaration of CDT, and output the control flow path with relative input data for parameters. ATG calls CLF to generate the test data.