- Mastering Software Testing with JUnit 5
- Boni García
- 410字
- 2021-07-02 15:34:23
Software defects
Key to the correctness aspect of V&V is the concept of software defects. The term defect (also known as bug) refers to a generic software problem. The IEEE Standard 610.12 propose the following taxonomy related to software defects:
- Error: A human action that produces an incorrect result. Errors can be classified into two categories:
- Syntax error (program statement that violates one or more rules of the language in which it is written).
- Logic error (incorrect data fields, out-of-range terms, or invalid combinations).
- Fault: The manifestation of an error in the software system is known as a fault. For example, an incorrect step, process, or data definition.
- Failure: The inability of the software system to perform its required functions is known as (system) failure.
In addition to this level of granularity for defects, it is also interesting to contemplate incidences as symptoms associated with a failure perceived by the software consumer. All in all, error, faults, failures, and incidences are different aspects of software defects. A causal relation exists between these four aspects of defects. Errors may cause faults to be injected into the software, and faults may cause failures when the software is executed. Finally, incidences happen when failures are experienced by the final user or costumer. Different QA activities can be carried out to try to minimize the number of defects within a software system. As defined by Jeff Tian in his book Software Quality Engineering (2005), the alternatives can be grouped into the following three generic categories:
- Defect prevention through error removal: For example, the use of certain processes and product standards can help to minimize the injection certain kinds of faults into the software.
- Defect reduction through fault detection and removal: The traditional testing and static analysis activities are examples of this category. We discover the specific types of these mechanisms in the body of this chapter.
- Defect containment through failure prevention: These activities are typically out of the scope of the software system. The objective of containment is to minimize the damage caused by software system failures (for example, walls to contain radioactive material in case of reactor failures).

- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Testing with JUnit
- PyTorch自動駕駛視覺感知算法實戰
- C語言程序設計立體化案例教程
- Java虛擬機字節碼:從入門到實戰
- Learning Network Forensics
- Elasticsearch for Hadoop
- Python時間序列預測
- Java Web開發詳解
- Microsoft Azure Storage Essentials
- Visual Studio 2015高級編程(第6版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- C#程序設計(項目教學版)
- Lift Application Development Cookbook
- Python自然語言理解:自然語言理解系統開發與應用實戰