yeguangsuixing / atg

atg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

atg


Languages

Language:C++ 58.4%Language:Java 40.8%Language:C 0.5%Language:Batchfile 0.2%Language:Makefile 0.1%Language:Objective-C 0.0%