基于高校教务系统的软件测试设计与实施 Design and implementation of software testing based on College Educational Administration System 摘要高校教务系统开发出来能否进行使用,需要经过测试环节才能得知。即将被测试的教务系统使用 jsp 加 mysql 数据库开发而成。将使用基本的测试流程对系统进行测试,由测试分析,测试计划,测试实施,到测试报告的流程进行。从功能,性能,安全,界面,兼容等问题展开测试点,书写更全面的测试用例,逐一进行测试,尽可能的找出教务系统存在的 bug。主要使用黑盒测试方法,从教师使用者的角度进行测试。通过测试为教务系统保驾护航,使质量有一定的保障。功能测试使用了等价类划分,边界值的方法进行测试,因为功能点通常情况下会涉及到数字。而安全性测试,从恶意者的角度进行分析,对教务系统进行渗透,找出薄弱点,使用渗透工具结合漏洞类型进行检测。性能也需工具,进行并发测试。界面 ui 测试则倾向于个人美感。兼容则将存在的系统,浏览器分别对教务系统进行使用。 关键字:jsp mysql 测试用例 bug 渗透 黑盒测试 等价类划分 边界值AbstractWhether 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, ...