当前位置:网站首页>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.
边栏推荐
- 内卷怎么破?
- 2022 is probably the best year for the economy in the next 10 years. Did you graduate in 2022? What is the plan after graduation?
- selenium驱动IE常见问题解决Message: Currently focused window has been closed.
- Check and display one column in the known table column
- R statistical mapping - random forest classification analysis and species abundance difference test combination diagram
- Appium基础 — APPium安装(二)
- Background and current situation of domestic CDN acceleration
- Can the out of sequence message complete TCP three handshakes
- Analysis of tars source code 1
- 【问题记录】03 连接MySQL数据库提示:1040 Too many connections
猜你喜欢

27-31. Dependency transitivity, principle
![[March 3, 2019] MAC starts redis](/img/ff/88638fcdc8d24dc268781c224e8195.jpg)
[March 3, 2019] MAC starts redis

【问题记录】03 连接MySQL数据库提示:1040 Too many connections

Deep understanding of redis -- a new type of bitmap / hyperloglgo / Geo

MySQL relearn 2- Alibaba cloud server CentOS installation mysql8.0

Native Cloud - SSH articles must be read on Cloud (used for Remote Login to Cloud Server)

Mysql 45讲学习笔记(七)行锁
![[Android reverse] function interception (CPU cache mechanism | CPU cache mechanism causes function interception failure)](/img/7e/02bb01480257cd56537914a7247733.jpg)
[Android reverse] function interception (CPU cache mechanism | CPU cache mechanism causes function interception failure)

Arcpy 利用updatelayer函数改变图层的符号系统

17-18. Dependency scope and life cycle plug-ins
随机推荐
Common JS tool Libraries
7. Agency mode
2022 is probably the best year for the economy in the next 10 years. Did you graduate in 2022? What is the plan after graduation?
uniapp小程序分包
The cloud native programming challenge ended, and Alibaba cloud launched the first white paper on application liveliness technology in the field of cloud native
Mysql 45讲学习笔记(十四)count(*)
Summary of leetcode BFS question brushing
抽奖系统测试报告
Code rant: from hard coding to configurable, rule engine, low code DSL complexity clock
MySQL learning notes 3 - JDBC
Another company raised the price of SAIC Roewe new energy products from March 1
Cochez une colonne d'affichage dans une colonne de tableau connue
The solution of win11 taskbar right click without Task Manager - add win11 taskbar right click function
【MySQL】数据库视图的介绍、作用、创建、查看、删除和修改(附练习题)
STC8H开发(十二): I2C驱动AT24C08,AT24C32系列EEPROM存储
Wechat applet scroll view component scrollable view area
Mysql 45讲学习笔记(十一)字符串字段怎么加索引
ADC voltage calculation of STM32 single chip microcomputer
R统计绘图-随机森林分类分析及物种丰度差异检验组合图
内卷怎么破?