当前位置:网站首页>Lottery system test report
Lottery system test report
2022-07-04 06:43:00 【Dream boy】
One . Purpose of writing
This report is a lottery system 1.0 Version of the test report ,⽤ Record the test process , Summarize the test , Analyze the test data , Inductive testing ⼯ Problems and risks left in the process , Corresponding test suggestions are given for subsequent reference .
Mainly for system registration , Sign in / Cancellation , prize , Staffing , Test the lottery page .
Two . Test content
Test the function of the lottery system , Compatibility test , Interface tests , Ease of use test . The function test covers all the above functions , Right right lottery page , Lottery setting page , Sign in , Register the page for interface test and compatibility test .
Compatibility testing covers Linux System ,Windows System ; Mainstream browsers such as Chrome,Firefox.
3、 ... and . Testers
I am from 2022-6-30 To 2022-7-2 complete , Testers 1 people , Test workload 2 God .
Four . Test environment
hardware configuration
CPU: Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz 2.50 GHz
Memory :8.00 GB
software configuration
Windows10,Chrome browser ( A functional test ),CentOS7( Compatibility test )
5、 ... and . Testing process
Test progress
Test case design : Use case design 1 Days to complete
Use case execution
Testing capabilities | The number of use cases executed | Number of cases passed | The number of use cases failed |
Sign in | 6 | 6 | 0 |
register | 13 | 10 | 2 |
Award settings | 10 | 9 | 1 |
Staffing | 8 | 7 | 1 |
Lottery page | 6 | 6 | 0 |
Interface tests | 6 | 3 | 2 |
A functional test | 29 | 28 | 7 |
Non functional testing | 7 | 7 | 1 |
total | 85 | 71 | 14 |
Implementation rate = Number of execution cases / The total number of cases =100%
Passing rate = Through the number of use cases / The total number of cases =83%
6、 ... and . Defect statistics
bug The level of : collapse , serious , commonly , Suggest
bug Number | Test case number | Use cases | bug The reasons causing | bug state | bug Level | Error log / Screenshot |
001 | reg-008 | user name :abc password :222 mailbox :[email protected] Age :17 nickname :ab | The back-end or front-end does not strictly verify the data | solve | commonly | |
002 | reg-009 | user name :cdf_ password :3 A space mailbox :[email protected] Age :20 | When validating data , There is no space before and after removal | solve | Suggest | |
003 | dra-006 | name : Space Number :10 Prize : nothing | The input contains spaces | solve | Suggest | |
004 | meb-008 | full name : A space Job number : A space | Space question | solve | Suggest | |
005 | pag-004 | Test of different interface resolutions | Front end page design | Unresolved | Suggest | |
006 | pag-006 | Whether there are too many records of the winning list in the lottery page can be displayed normally | Front end page design problem | Unresolved | commonly | |
007 | fun-002 | Whether you can use shortcut keys to log in | No implementation function | Unresolved | Suggest | |
008 | fun-003 | Can I remember the password , Log in directly next time | Function not implemented | Unresolved | commonly | |
009 | fun-004 | Click forget password , Can I change the password | Function not implemented | Unresolved | commonly | |
010 | fun-011 | Whether you can view personal information | Function not implemented | solve | commonly | |
011 | fun-013 | Can I reset my personal information | Function not implemented | solve | commonly | |
012 | fun-027 | Can a person win multiple times for the same Award | There is a problem with the lottery , Users who have won the lottery at present are not deleted from the number of people in the next lottery | Unresolved | serious | |
013 | fun-029 | New users do not set any information , Whether you can enter the lottery page | The front-end page data judgment condition is abnormal | solve | commonly | |
014 | oth-003 | Whether password transmission is plaintext transmission | Use HTTP The protocol is plaintext transmission | Unresolved | commonly |
A total of... Were found in this version 14 individual bug, It's solved 7 individual bug
Repair rate =bug Repair /bug total =50%
7、 ... and . Defect analysis
Among them, registration function discovery 2 individual bug, There is a lottery setting and a personnel setting respectively bug( And bug similar ), Functions include 7 individual bug, There are safety problems 1 individual bug.
8、 ... and . Test summary
1. Content
Passed the test case 71 individual , Failed test cases 14 individual , The pass rate is 83%, The repair rate is 50%,bug Unresolved and rated as recommended 2 individual , Unresolved and of average level 4 individual , Unresolved and serious 1 individual .
2. Test conclusion
The lottery system 1.0 Test failed , You can't go online . test ⽤ Case execution ⾏ rate 100%, test ⽤ Case passing rate 83%, Failed tests ⽤ Affect business operation , Serious defects are 1, General defects are 4.
边栏推荐
- C语言中的排序,实现从小到大的数字排序法
- 2022 where to find enterprise e-mail and which is the security of enterprise e-mail system?
- What is the "relative dilemma" in cognitive fallacy?
- [problem record] 03 connect to MySQL database prompt: 1040 too many connections
- 【FPGA教程案例7】基于verilog的计数器设计与实现
- 【FPGA教程案例8】基于verilog的分频器设计与实现
- Mysql 45讲学习笔记(十)force index
- Dimension and format of data
- ADC voltage calculation of STM32 single chip microcomputer
- Cochez une colonne d'affichage dans une colonne de tableau connue
猜你喜欢
MySQL 45 lecture learning notes (VII) line lock
Shopping malls, storerooms, flat display, user-defined maps can also be played like this!
leetcode825. 适龄的朋友
MySQL installation and configuration
[number theory] fast power (Euler power)
Arcpy uses the updatelayer function to change the symbol system of the layer
Inputstream/outputstream (input and output of file)
云原生——上云必读之SSH篇(常用于远程登录云服务器)
The solution of win11 taskbar right click without Task Manager - add win11 taskbar right click function
Wechat applet scroll view component scrollable view area
随机推荐
云原生——上云必读之SSH篇(常用于远程登录云服务器)
tcp socket 的 recv 如何接收指定长度消息?
[backpack DP] backpack problem
Uniapp custom environment variables
Inputstream/outputstream (input and output of file)
[Android reverse] function interception (CPU cache mechanism | CPU cache mechanism causes function interception failure)
MySQL 45 lecture learning notes (x) force index
ABCD four sequential execution methods, extended application
How to help others effectively
Background and current situation of domestic CDN acceleration
JS common time processing functions
leetcode825. 适龄的朋友
selenium驱动IE常见问题解决Message: Currently focused window has been closed.
Tree DP
Responsive - media query
关于IDEA如何设置快捷键集
在已經知道錶格列勾選一個顯示一列
Sleep quality today 78 points
【FPGA教程案例7】基于verilog的计数器设计与实现
tars源码分析之10