What is a Defect Life Cycle or a Bug Lifecycle in software testing? Defect life cycle is a cycle which a defect goes through during its lifetime. It starts when defect is found and ends when a defect is closed, after ensuring it’s not reproduced. Defect life cycle is related to the bug found during testing. The bug has different states in the Life Cycle. The Life cycle of the bug can be shown diagrammatically as f ollows: Bug or defect life cycle includes following steps or status: New: When a defect is logged and posted for the first time. It’s state is given as new. Assigned: After the tester has posted the bug, the lead of the tester approves that the bug is genuine and he assigns the bug to corresponding developer and the developer team. It’s state given as assigned. Open: At this state the developer has started analyzing and working on the defect fix. Fixed: When developer makes necessary code changes and verifies the changes th...
Comments
Post a Comment