Bug life cycle
Bug Life Cycle
Let's understand Bug life cycle in simple terms,
"Bug life cycle talks about the complete life cycle of one bug from the time the bug is encounter, until the bug is closed".
- As soon as, the test engineer encounter a bug, they will create a Bug report.
- Intially the status of the bug is "New/ Open"
- Then test engineer will send the bug report to the concern developer by changing the status as "Assigned".
- The concern developer go through the bug report , reproduce the bug by following the steps in bug report and analyse were exactly the code changes are required and finally does the code changes.
- Once code changes are done, concern developer changes the status as "Fixed".
- Test engineer cannot blindly trust on developer. Hence, he do one round of "Re-Testing" to ensure bug is fixed or not.
- If the bug does not exists on the application, the test engineer changes the status as "Closed". Else, the test engineer changes the status as "Re-Opended".
- Re-Opened bugs are by default re-assigned to the same developer.
- This process continues until the bug is closed.

Comments
Post a Comment