基于单词天天背小程序的黑盒测试技术的研究与分析Research and Analysis of Black box Testing Technology Based on WeChat Mini Program中文摘要信息时代下互联网蓬勃发展,越来越多的软件产品逐渐问世,为了保障软件的质量,测试是必要的。软件测试就是指在规定的条件下对程序进行测试实施操作,从而发现程序中所存在的问题,去衡量软件的质量,并对其进行评估,看是否能够满足设计的要求。而黑盒测试则是非常重要的,黑盒测试即是功能测试,就是在用户的角度,去对软件进行输入数据,查看输出数据是否与输入相对应。目前在软件测试中黑盒测试相当于基础,然而测试用例在黑盒测试中是位于核心的位置,在进行黑盒测试前根据需求文档进行测试用例的编写,并执行测试用例,能够在较短的时间内发现缺陷,保证软件的质量。本课题主要内容以黑盒测试技术的研究与分析为主,以单词天天背微信小程序为实例,利用所学的测试用例的设计方法以及实习中所学到的测试用例设计方法相结合执行操作测试,从而进行对基于单词天天背1微信小程序的黑盒测试技术的研究与分析。关键词:黑盒测试 测试用例 软件测试AbstractWith the rapid development of the Internet in the Information Age, more and more software products come out gradually. Software testing is to test and operate the program under the specified conditions, so as to find the problems in the program, to measure the quality of the software, and to evaluate it to see whether it can meet the design requirements. The black box test is very important. The black box test is the function test, which is to input data to the software from the user's perspective and check whether the output data corresponds to the input. At present, the black box test is equivalent to the foundation in the software test, but the test case is located in the core position in the black box test. Before the black box test, the test case is written according to the requirements document, and the test case is executed, which can find the defects in a short time and en...