📜  测试中严重性和优先级之间的区别

📅  最后修改于: 2022-05-13 01:56:59.781000             🧑  作者: Mango

测试中严重性和优先级之间的区别

严重性:
严重性定义为特定缺陷对软件产生影响的程度。严重性是一个参数,用于表示缺陷对软件功能的影响和影响。

优先:
优先级定义为决定缺陷修复顺序的参数。优先级较高的缺陷应首先修复。

测试中严重性和优先级之间的区别:

SeverityPriority
Severity is a parameter to denote the impact of a particular defect on the software.Priority is a parameter to decide the order in which defects should be fixed.
Severity means how severe defect is affecting the functionality.Priority means how fast defect has to be fixed.
Severity is related to the quality standard.Priority is related to scheduling to resolve the problem.
Testing engineer decides the severity level of the defect.Product manager decides the priorities of defects.
Its value is objective.Its value is subjective.
Its value doesn’t change from time to time.Its value changes from time to time.
Severity is of 5 types: Critical, Major, Moderate, Minor, and Cosmetic.Priority is of 3 types: Low, Medium, and High.