当前位置:网站首页>Software Testing Defect Reporting - Definition, Composition, Defect Lifecycle, Defect Tracking Post-Production Process, Defect Tracking Process, Purpose of Defect Tracking, Defect Management Tools
Software Testing Defect Reporting - Definition, Composition, Defect Lifecycle, Defect Tracking Post-Production Process, Defect Tracking Process, Purpose of Defect Tracking, Defect Management Tools
2022-07-31 01:50:00 【love coriander】
Software testing defect reporting - definition, composition, defect life cycle, defect tracking post-production process, defect tracking process, purpose of defect tracking, defect management tools
I. Definition:
1. The unimplemented requirements specification specifies the requirements to be implemented (explicit requirements)
2. Unimplemented requirements that are not specified in the requirements specification but should be implemented (implicit requirements)
3. Exceeding the scope specified in the requirements specification
4. There is a bug that indicates that it will not appear
5. The user experience is not good, the use is not good, the operation is not easy, and the operation is slow
2. Composition:
Defect title: Summarize in one sentence, in which module, XX operation was done, and XX problem occurred
Problem description: operation steps + expected results + measured results + remarks (probabilistic problems, in the remarks, how many times to test and how many times)
Severity: fatal, severe, moderate, minor, improvement suggested
Priority: resolve immediately, high priority, normal queue, low priority
Defect Status: New, Open, Repair, Rejected, Active, Deferred, Repeated, Closed
Probability of defects: must occur, occasional, non-reproducible (or 10%-100% can be written)
Software version: Vxxx, for example, V12.8.0
Operating system: operating system on b/s side (browser server side): Win (XP, 7, 10, 11), Linux (centerOS6); operating system on c/s side (client server side):Android, Hongmeng, ios, etc.
Browser: IE series (6-11), chrome, Firefox series (2-4), UC, etc.
Assignee: Assigned to Development Engineer
Submitted by: Test Engineer
Submission time and modification date: the day when the problem was discovered
The module to which the defect belongs:
Operation steps:
Attachments:
Three, the life cycle of defects: there are multiple life cycles
Simple Cycle: Discover-Open-Repair-Close
Complex cycle: Discover-Open-Reject-Activate-Repair-Close
Other: Discover-Open-Repair-Reproduce-Repair-Close
Discover-Open-Delay-Repair-Close
Fourth, defect tracking process:
1. The tester gets the new version and executes the test
2. Find defects and submit bugs in the defect management tool
3. Developers fix bugs
4. For problems that cannot be repaired or repaired, TOCCB (Expert Tribunal) determines how to solve them
5. Development check in and submit the code to the code server
6. The builders merge the code, compile the new version, and upload it to the SVN server
7. The tester obtains the new version from the SVN server and starts a new round of testing
V. Purpose of defect tracking:
Defect analysis, software measurement
Six, defect management tools: integration of project management, task management and defect management
Defect tools: Zen Tao, jira, QC, TD
Now I invite you to join our software testing learning exchange group: [746506216
], note "join the group", everyone can join togetherDiscuss and communicate software testing, learn software testing techniques, interviews and other aspects of software testing together. There will also be free live classes to gain more testing skills. Let's advance Python automated testing/test development together and move towards a high-paying careerroad.
Friends who like software testing, if my blog is helpful to you, if you like my blog content, please "Like", "Comment" and "Favorite" with one click!
边栏推荐
- Crypto Life, a day in the life of a Web3 project partner
- Gateway路由的配置方式
- Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?
- leetcode-128: longest continuous sequence
- 934. 最短的桥
- leetcode-952: Calculate max component size by common factor
- "Cloud native's master, master and vulgar skills" - 2022 National New College Entrance Examination Volume I Composition
- MySQL stored procedure
- 蛮力法/邻接矩阵 广度优先 有向带权图 无向带权图
- MySQL的安装教程(嗷嗷详细,包教包会~)
猜你喜欢
[WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?
rpm install postgresql12
uniapp uses 3rd party fonts
Nacos
JPEG Steganalysis of Digital Image Steganography
MySql的安装配置超详细教程与简单的建库建表方法
【genius_platform软件平台开发】第七十四讲:window环境下的静态库和动态库的一些使用方法(VC环境)
进程间通信学习笔记
GCC Rust is approved to be included in the mainline code base, or will meet you in GCC 13
随机推荐
验证整数输入
验证 XML 文档
After reading "MySQL Database Advanced Practice" (SQL Xiao Xuzhu)
.NET 跨平台应用开发动手教程 |用 Uno Platform 构建一个 Kanban-style Todo App
leetcode-399: division evaluation
C语言小程序 -- 常见经典练习题
1.非类型模板参数 2.模板的特化 3.继承讲解
Word 表格跨页,仍然显示标题
pc端判断当前使用浏览器类型
uniapp使用第三方字体
Between two orderly array of additive and Topk problem
Programmer's debriefing report/summary
Simple confession page
成为比开发硬气的测试人,我都经历了什么?
PDF split/merge
Gateway路由的配置方式
[1154]如何将字符串转换为datetime
软件测试缺陷报告---定义,组成,缺陷的生命周期,缺陷跟踪产后处理流程,缺陷跟踪处理流程,缺陷跟踪的目的,缺陷管理工具
关于Redis相关内容的基础学习
聚簇索引和非聚簇索引到底有什么区别