三 江 学 院本科毕业设计(论文)题 目 小区物业管理系统 -- 计算机科学与工程 院(系) 软件工程 专业学生姓名 魏宗斌 学号 12025054022 指导老师 彭雅琴 职称 讲师 指导老师工作单位 三江学院 起讫日期 2025.2.20 ~ 2025 . 5 . 1 7 摘 要软件测试随着软件产品的进展应运而生,现今的软件测试已不再只是为发现软件的缺陷和错误而存在,它已成为对软件的质量进行度量和评估的标准。功能测试是软件测试中最基本的测试,所以对功能测试的讨论非常重要。本文首先介绍了 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目 录第一章 引言...................................................11.1 课题讨论背景.........................................................11.2 课题进展现状与未来...................................................11.3 本文的主要内容.......................................................2第二章 技术平台..........................