130k views
5 votes
Defect logging in PSP involves logging what kind of information about a defect?

A.) Defect Type

B.) Phases Injected and Removed

C.) Time When Defects are Introduced

D.) Fix Time

E.) Defect Line Number

F.) Developer Name

G.) Description

1 Answer

1 vote

Final answer:

Defect logging in PSP involves logging information about the defect type, phases injected and removed, time when defects are introduced, fix time, defect line number, developer name, and description.

Step-by-step explanation:

Defect logging in PSP involves logging information about different aspects of a defect. This includes:

  • Defect Type: The category or classification of the defect, such as functionality, performance, or usability.
  • Phases Injected and Removed: The stages of the development process in which the defect was introduced and removed.
  • Time When Defects are Introduced: The specific time or date when the defect was introduced into the code.
  • Fix Time: The duration it took to fix the defect.
  • Defect Line Number: The line number in the code where the defect is located.
  • Developer Name: The name of the developer responsible for the defect.
  • Description: A detailed description of the defect, including its symptoms and impact.
User Christian Lundahl
by
6.9k points