Introduction
Imagine you are building a big puzzle, but some pieces don't fit right. Bug tracking and fixing helps find those wrong pieces in computer programs and put them in the right place so everything works smoothly.
Imagine you are baking a cake and notice it tastes salty instead of sweet. You write down what went wrong, tell your friend who baked it, they fix the recipe, and then you taste the cake again to make sure it’s better.
┌───────────────┐
│ Find Bug │
└──────┬────────┘
│
┌──────▼────────┐
│ Record Bug │
└──────┬────────┘
│
┌──────▼────────┐
│ Assign to Fix │
└──────┬────────┘
│
┌──────▼────────┐
│ Fix Bug │
└──────┬────────┘
│
┌──────▼────────┐
│ Test Fix │
└──────┬────────┘
│
(If fixed)
│
Done