当前位置:网站首页>Test will: bug classification and promotion solution
Test will: bug classification and promotion solution
2022-07-04 22:29:00 【TEST_ Two black】
There are some initial small test teams , Yes BUG The list may be divided by importance , But there is no type division .
Actually , If you don't BUG Define the error type , The project manager or test manager is not good at confirming the improvement of subsequent quality improvement , Which link of R & D needs more improvement .
Therefore, it is reasonable to BUG The classification of documents is also a submission BUG The premise of . Here's what I did BUG Type classification :
Version submission problem
Issues related to version submission :
Program file or database script submission error
Program file missing or database script missing
Relevant documents are not submitted or document submission error
Relevant documents are not detailed
Wrong version number
Demand question
It involves the problems introduced in the requirements phase :
Problems caused by missing requirements in the requirements document
Problems caused by irrationality in requirements documents
Problems caused by contradictions in requirements documents
Functional issues
All problems that affect the normal use of functions :
The function required by the requirement is not realized
The functions implemented are beyond the scope of requirements
The function implementation does not meet the requirements
The function cannot be realized or operated normally
The database cannot store normally or the stored value is incorrect
The interface cannot correctly echo the entered value
Data cannot be refreshed in time
Link or download error
Exception handling
For abnormal data 、 Handling of abnormal operations :
No information legitimacy check
No duplicate judgment for key fields
No data length check
The abnormal operation is not handled
Program exceptions are not handled or handled incorrectly
UE problem
All affect the user's vision / Operational experience problems :
Interface text error or missing
Unclear prompt information 、 Wrong or missing
Interface style 、 The layout is not uniform
Inconvenient operation
The operation mode is not uniform
Performance issues
For operation response 、 Stability and other related problems :
The reaction speed of operation is slow
Unstable after long-term use
When the amount of data is too large, relevant operations are unresponsive or cause errors
Security issues
When it comes to encryption 、session Be overdue 、 Password verification 、 Authority and other related issues :
Data storage 、 Transmission encryption problem
Session Expiration time judgment
Page access control
Account login uniqueness check
User login password authentication 、 Password modification, verification, etc
Compatibility issues
Problems related to the use of different software versions or hardware :
Incompatible with operating system version
Incompatible with browser version
Incompatible with other related software versions
Incompatible with hardware
Suggestive questions
Include functional or operational recommendations :
Functional recommendations
Interface / Operational recommendations
Conduct BUG Type classification is only the first step , As WEB Class projects , In general , Two on the bright side 、 Three kinds of questions , It is easy to find and modify during self-test , The probability of leaving it to the test is relatively less .
Other problems are often caused by insufficient development time or lack of attention , A lot is left for the testing phase to propose . For this kind of phenomenon , The responsible project manager is sometimes more than willing and less than able , A less responsible project manager , It's possible to turn a blind eye .
As a test team , Want to improve the quality of submitted versions , You can try it in the following ways :
And project team , Confirm that the guidelines for receiving the version are clear , That is, let the project team members know what problems exist , The version will be called back ;
Provide P0 Use cases to development , Improve the self-test quality of development ;
Sort out the repeated problems of different development , Consult with the project manager on the specific code of each problem , Sort out the knowledge points in the project team , Conduct propaganda in the development team or organize special meetings to explain ;
For problems that seriously affect the test efficiency or occur repeatedly , The severity of the questionnaire can be appropriately increased , To attract the attention of the project team .
above , It's a personal fool , Welcome to leave a message together !
边栏推荐
- Service online governance
- Shell 脚本实现应用服务日志入库 Mysql
- i.MX6ULL驱动开发 | 24 - 基于platform平台驱动模型点亮LED
- How can the advertising system of large factories be upgraded without the presence of large models
- Mysql root 账号如何重置密码
- Shell script implements application service log warehousing MySQL
- 2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。 package main import “fmt“ func main() { fmt.Pri
- Concurrent network modular reading notes transfer
- TCP protocol three times handshake process
- Introducing QA into the software development lifecycle is the best practice that engineers should follow
猜你喜欢

【C语言进阶篇】数组&&指针&&数组笔试题

Machine learning notes mutual information

Enabling digital economy Fuxin software attends the BRICs high level Forum on Sustainable Development

【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用

Logo Camp d'entraînement section 3 techniques créatives initiales

TLA+ 入门教程(1):形式化方法简介

Éducation à la transmission du savoir | Comment passer à un test logiciel pour l'un des postes les mieux rémunérés sur Internet? (joindre la Feuille de route pour l'apprentissage des tests logiciels)

并发优化总结

UML图记忆技巧

Common open source codeless testing tools
随机推荐
抖音实战~评论数量同步更新
TLA+ 入门教程(1):形式化方法简介
国产数据库乱象
PostgreSQL服务端编程聚合和分组
What is the stock account opening process? Is it safe to use flush mobile stock trading software?
Enabling digital economy Fuxin software attends the BRICs high level Forum on Sustainable Development
How diff are the contents of the same configuration item in different environments?
微服务--开篇
PostgreSQL server programming aggregation and grouping
都说软件测试很简单有手就行,但为何仍有这么多劝退的?
Short video system source code, click the blank space of the screen, the keyboard does not automatically stow
卷积神经网络模型之——LeNet网络结构与代码实现
WebGIS框架---kalrry
能源势动:电力行业的碳中和该如何实现?
湘江鲲鹏加入昇腾万里伙伴计划,与华为续写合作新篇章
如何实现轻松管理1500万员工?
服务线上治理
POM in idea XML dependency cannot be imported
力扣98:验证二叉搜索树
PostgreSQL JOIN实践及原理