Middle
Situation: a defect was sent to a developer, who says it is not a defect but a feature. What will you do?
sobes.tech AI
Answer from AI
If a developer claims that the observed behavior is not a defect but a feature, you should:
- Review the requirements and specifications to ensure that the behavior indeed matches the description.
- Discuss with the developer why they consider it a feature — there might be a misunderstanding or changes in requirements.
- If the specifications are ambiguous, involve a business analyst or product manager for clarification.
- Record the final decision: if it is truly a feature, close the bug with a "not a bug" note; if it is a defect, continue working on fixing it.
This approach helps avoid conflicts and maintains transparency within the team.