47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
---
|
||
type: product
|
||
product_id: M1234
|
||
customer:
|
||
- - <Customer>
|
||
active: false
|
||
variants:
|
||
- M1234A
|
||
- M1234B
|
||
- M1234C
|
||
primary_fixture:
|
||
- - T1234A
|
||
---
|
||
|
||
# M1234 — Product series (Customer: <Customer>)
|
||
|
||
## Definition of “good” (pass intent)
|
||
- <1–5 bullets only; what you actually guarantee>
|
||
|
||
## Variant differences (only what impacts test)
|
||
- M1234B: <difference that matters to test>
|
||
- M1234C: <difference that matters to test>
|
||
|
||
## Test ecosystem
|
||
### Fixtures
|
||
- BoN: [[T1234A]]
|
||
- (add more fixtures/stages as needed)
|
||
|
||
### Tooling / suites
|
||
- TestTrack suite: `<path>`
|
||
- Repo(s): `<path>`
|
||
|
||
## Top failure modes (max 5)
|
||
- Failure → likely cause → first check → evidence/worklog link
|
||
|
||
## Change control
|
||
- Small limit/teststep change: TaskNote + link MR/commit
|
||
- New variant support or major coverage change: new project `07_PROJECTS/PRJ - M1234 - <Change>.md`
|
||
|
||
## Active work (TaskNotes)
|
||
- Use TaskNotes/Bases view filtered by:
|
||
- `product = [[M1234]]` AND `status != done` AND `status != cancelled`
|
||
|
||
## Links
|
||
- Customer hub: [[<Customer>]]
|
||
- Worklog (key incidents): [[...]]
|
||
- Reference: [[08_REFERENCE/Products/<...>]] |