1 / 34
文档名称:

毕业设计(论文)--基于遗传算法的测试用例生成方法.doc

格式:doc   页数:34
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)--基于遗传算法的测试用例生成方法.doc

上传人:钻石文档库 2013/7/2 文件大小:0 KB

下载得到文件列表

毕业设计(论文)--基于遗传算法的测试用例生成方法.doc

文档介绍

文档介绍:摘要
软件测试是保证软件质量和可靠性重要手段,在这方面发挥着其它方法不可替代的作用。然而,软件测试是一个复杂的过程,需要耗费巨大的人力、物力和时间,约占整个软件开发成本的40%~50%。因此,提高软件测试工具的自动化程度对于确保软件开发质量、降低软件开发成本非常重要。而提高测试用例生成的自动化程度又是提高测试工具乃至整个测试过程自动化程度的关键所在,本文主要针对这一问题进行了研究和设计
本文在分析软件测试和遗传算法基本概念的基础上,提出软件测试用例的设计是软件测试的难点之一。论文提出了基于遗传算法的测试用例生成的内含是应用遗传算法来求解一组优化的测试用例,其框架包括了测试环境构造、遗传算法及测试运行环境三部分,论文给出了基于遗传算法的测试用例生成的模型。最后以三角形分类程序为例应用遗传算法进行测试用例生成的模拟,结果显示,应用遗传算法进行测试用例生成可行。
关键词:软件测试测试用例遗传算法
ABSTRACT
Software test is the important means that guarantee software quality and reliability, and in this respect,it plays the role that other method cannot replace. However software test is plex process , it needs to consume huge manpower,material resources and time,which takes the 40%~50% of entire software development cost approximately . Therefore,raising the automation level of software test tool is very important for ensure software development quality and reduction software development cost . And then,the most important is raising the automation level of the test case generation for raising the automation level of test tool and even entire test process,so this paper study and design mainly according to this problem.
Based on the analysis of basic concepts of software testing and ic algorithm, this article proposes that software test case design is one of the difficulties of software testing. Paper presents the inherent in software test case designing based on ic algorithm is using ic algorithm to solve a set of optimization test cases, and the framework includes three parts which are test environment construction, ic algorithm and the environment for test . Paper presents the model of software test case generation based on ic algorithm. Finally, we take the triangle categorizer as an example, simulate software test case generation based on ic algorithm. The results display that software test case generation basing on ic algorithm is possible.
KEY WORDS: software test , test case , ic algorithm
目录
摘要 2
ABSTRACT 3
目录 4
第一章绪论 6
问题的提出 6
国内外研究现状 7