Quick Notes104 words
Source, bug and quality traceability — quick notes
Traceability — quick notes
The chain: work item → commit → pull request → build → test results → release
| Link | Answers |
|---|---|
| Work item → commit | Why was this changed? |
| Commit → build | Which build contains it? |
| Build → test results | What evidence exists? |
| Build → release | Where is it running? |
- Weakest link is usually commit → work item (a human writes the mention).
- Publishing test results is what makes a build evidence.
- Bug ↔ introducing/fixing commits turns a bug list into a signal.