by Nataliia Vasylyna | October 11, 2011 10:00 am
Note: the article was updated in August 2018.
There are several different classifications of software issues[1] that are based on a certain criterion, for example, classification according to defect [2]severity[3], probability, and priority.
When it comes to bug severity[4], there four major types:
Defect probability is a parameter that defines the possibility of the issue to occur and to be detected by the end users. According to this criteria, there are high, medium and low probability defects.
In terms of business purposes, defects can be classified as high, medium and low priority issues. Defects with high priority should be fixed at first as they affect the business needs.
Also, there is such a classification of defects in software testing:
A requirement incorporated into the product that wasn’t given by the client. This is usually a discrepancy from the project specification, but it also may be a characteristic requested by the end users. Nevertheless, it is considered as a defect as it does not meet the existing requirements.
The requirement given by the client was not done. This also is a discrepancy from the specifications – a feature that should not be implemented according to the spec. It also may mean that the client’s requirement wasn’t noted appropriately.
The requirements that are performed falsely. Actually, this defect can appear because of misunderstanding within the project team and client.
Source URL: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/
Copyright ©2024 QATestLab Blog unless otherwise noted.