基于小区物业管理系统测试设计与实现-通信工程毕业论文 联系客服

发布时间 : 星期日 文章基于小区物业管理系统测试设计与实现-通信工程毕业论文更新完毕开始阅读f3093fc9e43a580216fc700abb68a98271feac0c

装 订

线

中山大学南方学院2017届本科生毕业论文(设计)

中山大学南方学院

本科生毕业论文(设计)

系名:电子通信与软件工程系 专业:通信工程 学号:132014098 姓名:王嘉颖

指导教师:温泉思(讲师)

二○一七年三月

基于小区物业管理系统测试设计与实现中山大学南方学院2017届本科生毕业论文(设计)

摘要

从IT产业的发展初期到目前的大型开发过程,测试已成为其中一个不可分割的部分。随着各种程序规模的日益增大,如何测试的问题也日益突出,现代社会对软件的需求越来越强,高可信的测试有着广泛的需求,基于缺陷模式的测试工程作为高可信程序的重要保证,可以大大降低程序的缺陷密度,提高软件的可信性。由人工或自动方法来执行或评价系统或系统部件的过程,以验证它是否满足规定的需求,或识别期望的结果和实际结果之间的差别。它是软件工程的一部分,它随着开发应运而生,并随着软件开发的产业化而受到重视。

用一句话来概括,测试就是不断发现缺陷,并不断修正的过程,而这也正是本文所体现的流程主线。本文从测试的基本概念入手,使用目前标准的黑盒测试技术,对小区物业管理系统进行功能、界面、兼容性测试以及修复后的回归测试。通过实现标准的测试流程,从测试计划和测试用例的编写,到实现每个模块的测试验证和反馈测试报告,深入剖析测试的相关技术和理论。

关键词:测试,黑盒测试,软件工程,测试工程

I

中山大学南方学院2017届本科生毕业论文(设计)

ABSTRACT

FromthebeginningofthedevelopmentoftheITindustrytothecurrentprocessoflarge-scaledevelopment,

howtotestisalsobecomingincreasinglyprominent, growingdemandforsoftwareinthemodernsociety, high-confidencetesthasawiderangeofneeds,

basedonthefailuremodeoftestengineeringasanimportantguaranteeforhigh-confidenceprocedures,

improvethedependabilityofsoftware.

Bymanualorautomaticwaytoperformevaluationsystemorsystemcomponentorprocess, toverifythatitmeetsspecifiedrequirements,

oridentifythedifferencebetweentheexpectedresultsandactualresults. Itispartofthesoftwareengineering,

Tosumupinonesentence,

testingisconstantlydiscoveringdefectsandcorrectionprocess, andthisisalsoreflectedinthisarticlefocusingontheprocess.

Fromthetestingbeginswiththebasicconceptofusingblackboxtestingtechniquescurrentlystandard,

onresidentialpropertymanagementsystemfunctions,

interfaces,

compatibilitytesting,

Byimplementingastandardtestingprocess, in-depthanalysisoftesttechnologyandtheory.

Keywords:testing, blackboxtesting, softwareengineering,testengineeringtestingandfeedbacktoimplementeachmoduletestreport,

andregressiontestingafterrepair. fromwritingtestplansandtestcases, itiswiththedevelopmentcameintobeing,

andvaluedwiththeindustrializationofsoftwaredevelopment.

youcangreatlyreducetheprocessofdefectdensity,

hasbecomeanintegralpartofthetest.

Increasesalongwiththeincreasingscaleofvariousprograms,

II

中山大学南方学院2017届本科生毕业论文(设计)

目录

摘要................................................................ I ABSTRACT ........................................................ II 目录.............................................................. III 第1章前言.......................................................... 1

1.1测试背景及由来 .............................................. 1 1.2测试的目的和意义 ............................................ 2 1.3论文的主要内容 .............................................. 2 第2章测试的主要内容与工具简介...................................... 3

2.1测试内容说明 ................................................ 3 2.2主要方法简介 ................................................ 3

2.2.1功能测试 .............................................. 3 2.2.2链接测试 .............................................. 4 2.2.3自动化测试 ............................................ 4 2.2.4并发测试 .............................................. 4 2.2.5兼容性测试 ............................................ 4 2.2.6界面测试 .............................................. 4 2.2.7回归测试 .............................................. 4 2.3测试流程 .................................................... 5 2.4测试工具简介 ................................................ 6

2.4.1Selenium介绍 .......................................... 6 2.4.2LoadRunner介绍 ........................................ 6 2.4.2Xenu介绍 .............................................. 6

第3章小区物业管理系统模块结构及功能................................ 7

3.1游客部分模块结构介绍 ........................................ 7

3.1.1业主注册 .............................................. 7 3.1.2业主登录 .............................................. 7 3.1.3信息浏览 .............................................. 7 3.2业主部分模块结构介绍 ........................................ 7

3.2.1信息修改 .............................................. 7 3.2.2费用缴纳 .............................................. 7 3.2.3车位租用 .............................................. 7 3.2.4添加投诉/报修/留言 .................................... 7

III