文件名称:SGA_for_testing
- 所属分类:
- 其它
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 1020.68kb
- 下载次数:
- 0次
- 提 供 者:
- rongl*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在软件测试的单元测试中,需要找出满足某种覆盖率(如分支覆盖)的测试数据(函数参数值)来判断被测函数是否有bug。源程序利用遗传算法的全局寻优特性实现了测试数据的自动产生而不用人工凭经验输入参数值。程序中被测试函数用的是三角函数。源码用C++实现了GA的寻优过程,并注有必要的注释,运行结果能够很快找到解。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 89346517sga_for_testing.rar 列表 SGA for testing\CProgramTested.cpp SGA for testing\CProgramTested.h SGA for testing\Debug SGA for testing\Inputvalue.cpp SGA for testing\Inputvalue.h SGA for testing\ReadMe.txt SGA for testing\Resource.h SGA for testing\SGA for testing.aps SGA for testing\SGA for testing.clw SGA for testing\SGA for testing.cpp SGA for testing\SGA for testing.dsp SGA for testing\SGA for testing.dsw SGA for testing\SGA for testing.h SGA for testing\SGA for testing.ncb SGA for testing\SGA for testing.opt SGA for testing\SGA for testing.plg SGA for testing\SGA for testing.rc SGA for testing\SGAlib.cpp SGA for testing\SGAlib.h SGA for testing\StdAfx.cpp SGA for testing\StdAfx.h SGA for testing\testing SGA Optimizer.txt SGA for testing\Triangle.cpp SGA for testing\Triangle.h SGA for testing\分支全面覆盖数据.txt SGA for testing\分支全面覆盖数据2.txt SGA for testing\分支全面覆盖数据3.txt SGA for testing\没有产生分支全面覆盖的数据.txt SGA for testing