- 1、本文档共38页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘要
高校教务系统开发出来能否进行使用,需要经过测试环节才能得知。即将被测试的教务系统使用jsp加mysql数据库开发而成。将使用基本的测试流程对系统进行测试,由测试分析,测试计划,测试实施,到测试报告的流程进行。从功能,性能,安全,界面,兼容等问题展开测试点,书写更全面的测试用例,逐一进行测试,尽可能的找出教务系统存在的bug。主要使用黑盒测试方法,从教师使用者的角度进行测试。通过测试为教务系统保驾护航,使质量有一定的保障。
功能测试使用了等价类划分,边界值的方法进行测试,因为功能点通常情况下会涉及到数字。而安全性测试,从恶意者的角度进行分析,对教务系统进行渗透,找出薄弱点,使用渗透工具结合漏洞类型进行检测。性能也需工具,进行并发测试。界面ui测试则倾向于个人美感。兼容则将存在的系统,浏览器分别对教务系统进行使用。
关键字:jsp mysql 测试用例 bug 渗透 黑盒测试 等价类划分 边界值
Abstract
Whether the University Educational Administration System can be used or not needs to be tested. The Educational Administration System to be tested is developed with JSP and mysql database. The system will be tested using the basic test process, from test analysis, test planning, test implementation, to the test report process. Test points in terms of functionality, performance, security, interface, compatibility, etc,write more comprehensive test cases, test them one by one, and try to find as many bugs as possible in the educational system. The main use of black box testing methods, from the perspective of teachers and users to test. Through the test for the Educational Administration System Escort, so that the quality of a certain guarantee. Functional tests use the equivalence class partition, boundary value method for testing, because function points usually involve numbers. Security testing, from the perspective of the malicious analysis of the educational system to penetrate, identify weaknesses, use penetration tools combined with the type of vulnerability detection. Performance also requires tools for concurrent testing. Ui Testing, on the other hand, tends to be aesthetic. Compatibility will exist on the system, the browser will be used on the educational system.
Keywords: JSP Mysql test cases bug penetration black box testing equivalence partitioning boundary values.
目录
TOC \o 1-3 \h \z \u 第一章 绪论 1
1.1 教务系统测试的背景与意义. 1
1.2 国内外的现状分析 21.2.1 国内教务系统使用现状 21.2.2 国外教务系统使用现在 3
1.3 教务系统测试简介 3
第二章 教务系统的分析 5
2.1 本次测试所选系统
文档评论(0)