1 / 46
文档名称:

毕业设计(论文)-数据驱动的格式化信息自动校验工具.doc

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

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

分享

预览

毕业设计(论文)-数据驱动的格式化信息自动校验工具.doc

上传人:3346389411 2013/10/9 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-数据驱动的格式化信息自动校验工具.doc

文档介绍

文档介绍:本科生毕业论文(设计)
题目数据驱动的格式化信息自动校验工具
XXXX
摘要
软件测试是软件生命周期中的一个重要阶段,是保证软件质量的关键因素之一。软件自动化测试技术可以减少软件测试的开销,提高测试的效率和准确率。软件测试自动化可分为:测试脚本、测试数据的自动化生成,测试用例的自动化执行,测试结果的自动化采集和分析三个方面。现有的自动化测试工具主要偏重于实现前两个方面的功能。
本文提出一个基于数据驱动的文件信息自动化校验框架。pliance项目实际的文本校验工具——Smart Checker。
本文首先对现有的软件测试自动化框架的特点进行分析和比较。然后对提出的基于数据驱动的文件信息自动化校验框架进行阐述。其中会对使用到的XML技术和LCS算法进行研究。最后在框架的基础上进一步对自动化数据校验工具——Smart Checker的实现进行阐述。
关键词软件测试软件测试自动化框架 XML LCS
Abstract
Software testing is an important stage of software life cycle and a key factor which affect the quality of software. The technology of software test automation can greatly reduce the testing cost and improve efficiency and accurate of software testing. Software testing automation contains three aspect of conception——test data generate automation, test case execute automation and test result data collect and analyze automation. Most existing automated testing tools mainly focused on achieving the first two aspects.
We design a fame work used to verify text data automatically. And develop a tool called Smart Checker based on this frame work to full fill the requirement pliance project.
In this paper, pare features of existing test automation frameworks first. Then specify the architecture of Data-driven formatting automatic calibration frame work. XML technology and LCS algorism which applied in the framework will be introduced. At last,we do a further specification for the design and implementation of data verify automation tool ——Smart Checker.
Keywords software test soft ware test automation framework XML LCS
目录
摘要 I
Abstract II
第1章绪论 1
课题背景和意义 1
论文所做的工作 2
第2章软件自动化测试框架的介绍 3
自动化测试框架概述 3
模块化测试框架 3
测试库框架 4
数据驱动测试框架 4
关键字驱动或标驱动测试框架 4
混合测试自动化框架 5
本章小结 5
第3章数据驱动的信息自动化校验框架的设计和应用技术的研究 7
总体架构分析和设计 7
系统工作流程 9
校验过程 10
线性循环校验 10
LCS算法 11
XML技术的研究和应用 14
XML简介 14
Schema和DTD 14
DOM 15
XSL 15
Xpath 15
本章小结 16
第4章 Smart Checker的实现 17