0
5.7kviews
List all defect classification. Also describe any one defect in brief. OR Give the defect classification and its meaning.
1 Answer
0
152views

List of Defect Classification:

  1. Requirements and specification defect
  2. Design Defects
  3. Coding Defects
  4. Testing Defect

Requirements and specification defect: Requirement related defects arise in a product when one fails to understand what is required by the customer. These defects may be due to customer gap, where the customer is unable to define his requirements, or producer gap, where developing team is not able to make a product as per requirements. Defects injected in early phases can persist and be very difficult to remove in later phases. Since any requirements documents are written using natural language representation, there are very often occurrences of ambiguous, contradictory, unclear, redundant and imprecise requirements. Specifications are also developed using natural language representations.

Design Defects: Design defects occur when system components, interactions between system components, interactions between the outside software/hardware, or users are incorrectly designed. This covers in the design of algorithms, control, logic/ data elements, module interface descriptions and external software/hardware/user interface descriptions. Design defects generally refer to the way of design creation or its usage while creating a product. The customer may or may not be in a position to understand these defects, if structures are not correct. They may be due to problems with design creation and implementation during software development life cycle.

Coding Defects: Coding defects may arise when designs are implemented wrongly. If there is absence of development/coding standards or if they are wrong, it may lead to coding defects. Coding defects are derived from errors in implementing the code. Coding defect classes are closely related to design defect classes especially if pseudo code has been used for detailed design. Some coding defects come from a failure to understand programming language constructs, and miscommunication with the designers. Others may have transcription or omission origins. At times it may be difficult to classify a defect as a design or as a coding detect.

Testing Defect: Testing defect are defects introduced in an application due to wrong testing, or defects in the test artifact leading to wrong testing. Defects which cannot be reproduced , or are not supported by requirement or are duplicate may represent a false call .In this defects includes

1. Test-design defect: test-design defect refers to defects in test artifacts. There can be defects in test plans, test scenarios, test cases and test data definition which can lead to defect in software.

2. Test-environment defect: this defect may arise when test environment is not set properly. Test environment may be comprised of hardware, software, simulator and people doing testing.

3. Test-tool defects: any defects introduced by a test tool may be very difficult to find and resolve, as one may have to find the defect using manual test as against automated tools.

OR

Software Defects/ Bugs are normally classified as per:

• Severity / Impact

• Probability / Visibility

• Priority / Urgency

• Related Dimension of Quality

• Related Module / Component

• Phase Detected

• Phase Injected

Please log in to add an answer.