_小区物业管理系统 软件工程毕业论文.doc
文本预览下载声明
三 江 学 院
本科毕业设计(论文)
题 目 小区物业管理系统--
计算机科学与工程 院(系) 软件工程 专业
学生姓名 魏宗斌 学号 12009054022
指导教师 彭雅琴 职称 讲师
指导教师工作单位 三江学院
起讫日期 2013.2.20~2012.5.17
摘 要
软件测试随着软件产品的发展应运而生,现今的软件测试已不再只是为发现软件的缺陷和错误而存在,它已成为对软件的质量进行度量和评估的标准。功能测试是软件测试中最基本的测试,所以对功能测试的研究非常重要。
本文首先介绍了TestLink和BugFree测试工具,描述了DG产品的基本功能,并且从单功能测试和业务场景测试两个方面入手,编写适合功能特点的测试用例,最后验证了产品功能是否符合用户需求,体现了测试的意义。
关键词:功能测试;加密;黑盒测试;测试用例
ABSTRACT
Software testing emerged with the development of software products. Nowadays, software testing is no longer just for the discovery of software bugs and errors,it has become a standard of measurement and evaluation of the quality. Functional testing is the most basic test in software testing. Therefore, the study of functional testing is very important.
The paper first introduces TestLink and BugFree tool, and then it describes the functions of DG. The study starts with the two aspects of the single-function testing and business scenario testing. According to the character of the function, the paper chooses appropriate method to write test cases, finally it verifies the product functions meet to the user’s needs and reflects the significance of the test.
Key words: Functional test; Encryption; Black-box testing; Test case
目 录
第一章 引言 1
1.1课题研究背景 1
1.2课题发展现状与未来 1
1.3本文的主要内容 2
第二章 技术平台 3
2.1TestLink工具介绍 3
2.1.1简介 3
2.1.2实现功能 3
2.1.3 测试用例管理 3
2.1.4创建测试用例 4
2.2Access工具介绍 4
2.2.1简介 4
2.2.2使用 5
2.3软件测试方法概述 5
2.3.1按测试方法划分 5
2.3.2黑盒测试方法列举 6
第三章 功能测试设计和实现 8
3.1DG产品简介 8
3.2测试需求分析和方案 9
3.3单功能测试 11
3.3.1自定义密钥 11
3.3.2分级管理 16
3.4业务场景测试 21
3.4.1配置word受控 21
3.4.2注册客户机 24
3.4.3注销客户机 25
第四章 总结和展望 27
4.1测试过程中学到的东西 27
4.2测试过程中遇到的问题以及未解决的问题 27
致 谢 28
参考文献 29
第一章 引言
1.1课题研究背景
毫无疑问,从20世纪60年代到现在,计算机主宰了世界的眼球,而它的灵魂体现----软件,也承载了一代又一代渴望改变世界的人们的热忱,它变的完备,性感,包罗万象。软件是从早期以个人活动为主的手工作坊开发方式,逐步转变成了以程序员小组为代表的集体开发方式,而这伟大的蜕变过程,并不是一蹴而就的,它伴随着苦痛,这段历程一直走到了现在。那些凝聚了前辈们智慧的软件系统,有些最终失败,烟消云散;有些
显示全部