Main Types of Defects in Software Testing

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.

Software defects according to their severity

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:

Extra defects

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.

Missing defects

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.

Wrong defects

The requirements that are performed falsely. Actually, this defect can appear because of misunderstanding within the project team and client.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. classifications of software issues: https://blog.qatestlab.com/2011/03/24/3-types-of-bugs-in-software/
  2. defect : https://blog.qatestlab.com/2015/03/10/5-common-severity-levels-of-software-bugs/
  3. severity: https://blog.qatestlab.com/2015/03/10/5-common-severity-levels-of-software-bugs/
  4. bug severity: https://blog.qatestlab.com/2015/03/10/5-common-severity-levels-of-software-bugs/
  5. 2 Groups of Significant Software Bugs: https://blog.qatestlab.com/2013/11/05/2-groups-of-significant-software-bugs/
  6. Types of Bugs in Software Testing: https://blog.qatestlab.com/2011/03/24/3-types-of-bugs-in-software/
  7. What Software Bugs do Professional Testers Find?: https://blog.qatestlab.com/2015/03/18/what-software-bugs-do-professional-testers-find/

Source URL: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/