Bug tracking is the process of identifying, recording, and managing software defects.
Explanation:
- A bug tracking system (e.g., Jira, Bugzilla) helps developers log and resolve issues efficiently.
- Bugs are classified by severity (critical, major, minor) and priority (high, medium, low).
- It includes reproducing the issue, debugging, and fixing it.
Bug Lifecycle:
- New โ Identified & reported.
- Assigned โ Given to a developer.
- In Progress โ Being fixed.
- Resolved โ Fixed & tested.
- Closed โ Verified & marked complete.
Leave a Reply