0
0
Testing Fundamentalstesting~5 mins

Defect lifecycle in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a defect in software testing?
A defect is a flaw or bug in the software that causes it to behave unexpectedly or incorrectly.
Click to reveal answer
beginner
Name the typical stages of a defect lifecycle.
The typical stages are: New, Assigned, Open, Fixed, Retest, Closed, Reopened, and Deferred.
Click to reveal answer
beginner
What does the 'Assigned' status mean in a defect lifecycle?
It means the defect has been assigned to a developer or team to investigate and fix.
Click to reveal answer
intermediate
Why might a defect be marked as 'Deferred'?
A defect is marked 'Deferred' when it is decided to fix it later, usually because it is low priority or not critical for the current release.
Click to reveal answer
intermediate
What happens when a defect is 'Reopened'?
It means the defect was thought to be fixed but the problem still exists or reappeared, so it is reopened for further work.
Click to reveal answer
Which status indicates a defect has been fixed and is ready for retesting?
AOpen
BFixed
CClosed
DNew
What does the 'Closed' status mean in the defect lifecycle?
ADefect is assigned to developer
BDefect is rejected
CDefect is new and unassigned
DDefect is fixed and verified
If a defect is found again after being closed, what status should it be changed to?
ADeferred
BNew
CReopened
DAssigned
Which status means the defect is acknowledged but will be fixed in a future release?
ADeferred
BFixed
CClosed
DRejected
Who usually changes the defect status from 'New' to 'Assigned'?
AProject Manager or Lead
BDeveloper
CTester
DEnd User
Explain the journey of a defect from discovery to closure.
Think about the steps a bug goes through in a project.
You got /6 concepts.
    Why is it important to track the defect lifecycle carefully?
    Consider how tracking helps the team and product quality.
    You got /5 concepts.