ISTQB-CTFL · Question #21
Out of the following. what is not needed to specify in defect report?
The correct answer is C. How to fix the defect. A defect report is a document that records the details of a defect found during testing. A defect report typically contains the following items: Identifier: A unique identifier for the defect report Summary: A concise summary of the defect Description: A detailed description of…
Question
Out of the following. what is not needed to specify in defect report?
Options
- ATest environment details
- BHow to reproduce the defect
- CHow to fix the defect
- DSeventy and priority
How the community answered
(41 responses)- A5% (2)
- B2% (1)
- C88% (36)
- D5% (2)
Explanation
A defect report is a document that records the details of a defect found during testing. A defect report typically contains the following items: Identifier: A unique identifier for the defect report Summary: A concise summary of the defect Description: A detailed description of the defect, including the steps to reproduce it, the expected and actual results, and any relevant screenshots or logs Severity: The degree of impact that the defect has on the system Priority: The level of urgency for resolving the defect Status: The current state of the defect, such as new, open, resolved, closed, etc. Resolution: The action taken to resolve the defect, such as fix, workaround, reject, etc. Out of these items, the one that is not needed to specify in a defect report is how to fix the defect. How to fix the defect is a technical solution that is usually determined by the developer who is assigned to resolve the defect. How to fix the defect is not part of the defect report, but rather part of the code change or patch that is delivered to fix the defect. The other items are needed to specify in a defect report, as they provide essential information for identifying, tracking and resolving defects.
Topics
Community Discussion
No community discussion yet for this question.