当前位置:网站首页>软件测试人员,如何优秀的提Bug?
软件测试人员,如何优秀的提Bug?
2022-04-23 10:48:00 【双晨传奇科技(牛顿it学院)】
新手测试工程师提交bug常见问题:需求理解不清晰、对bug定位不准、问题描述不清等。
那么,软件测试人员如何优秀的提Bug?
bug提交主要分为三大块:标题、基本信息、描述。
1.标题
[问题方][概括描述]
2.基本信息
问题的严重性:越严重的问题优先处理
问题优先级:优先级高的问题会优先处理
bug Type:bug类型
被指派用户(即引入bug的开发)
关联项目:关联到具体的项目,后续可用来做分析
关联的开发(即引入bug的开发)
3.描述
a.相关测试数据
比如测试账号、页面跳转链接以及其他的一些测试数据。
b.场景描述:如何描述一个场景很重要,也是决定开发是否能够快速定位的关键要素
梳理一下是什么样的操作导致问题的出现
再次尝试按照我们梳理的步骤去复现,将操作按照每个步骤描述出来
场景描述完成之后,需要将预期结果以及实际结果也描述或者展示出来
c.相关截图
ui页面的截图
接口报错的截图
日志相关的截图
db结果的截图等等
我们发现问题的时候,首先要做的第一件事就是需要确认一下是否是我们本身测试的不规范导致的。若不确定,可再尝试进行复现。bug描述一定要写具体,否则不仅浪费时间,效率也低。当然如果有些bug不太好描述,且当面沟通成本最低的时候,我们可以选择成本较低的那种方式。
版权声明
本文为[双晨传奇科技(牛顿it学院)]所创,转载请带上原文链接,感谢
https://blog.csdn.net/TestNewton/article/details/124346098
边栏推荐
- Define linked list (linked list)
- Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
- Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
- Solution architect's small bag - 5 types of architecture diagrams
- 997. Square of ordered array (array)
- MySql常用语句
- Jerry's factors that usually affect CPU performance test results are: [article]
- RESTful和SOAP的区别
- 454. Sum of four numbers (hash table)
- Problems of class in C # and database connection
猜你喜欢
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件
Xshell+Xftp 下载安装步骤
Notes on concurrent programming of vegetables (IX) asynchronous IO to realize concurrent crawler acceleration
Charles 功能介绍和使用教程
SQL Server 游标循环表数据
Initial exploration of NVIDIA's latest 3D reconstruction technology instant NGP
Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
【leetcode】199. Right view of binary tree
MapReduce core and foundation demo
Comparison and practice of prototype design of knowledge service app
随机推荐
Simple thoughts on the design of a microblog database
UDP basic learning
Understand the key points of complement
209. Subarray with the smallest length (array)
App. In wechat applet JS files, components, APIs
Leetcode22:括号生成
解决方案架构师的小锦囊 - 架构图的 5 种类型
Strongest date regular expression
Define linked list (linked list)
【leetcode】102. Sequence traversal of binary tree
解决方案架构师的小锦囊 - 架构图的 5 种类型
全栈交叉编译X86完成过程经验分享
Problems of class in C # and database connection
HuggingFace
202、快乐数
1. Sum of two numbers (hash table)
202. Happy number
59、螺旋矩阵(数组)
707、设计链表(链表)
Diary of dishes | Blue Bridge Cup - hexadecimal to octal (hand torn version) with hexadecimal conversion notes