# Test Ledger Example

Purpose: minimal Markdown contract compatible with `/outils/qa-tool`.
Rule: keep Markdown tables intact, then fill `Result (User)` and `User Comment`.

## How to use

1. Download this file or duplicate it for your own review.
2. Open `/outils/qa-tool`.
3. Import the file, complete the session header, then fill each test line.
4. Export the updated `.md` and hand it back as the source of truth for the session.

Status legend:
- `OK`: validated and accepted.
- `KO`: failed, needs fix.
- `BLOCKED`: cannot test now.
- `N/A`: not applicable for this run.

## Session Header (copy for each run)

| Field | Value |
| --- | --- |
| Date | 18/03/2026 |
| Tester | |
| Branch | |
| Commit tested | |
| Browser(s) | |
| Device(s) / viewport(s) | |
| Notes | |

## A. Priority smoke

| ID | Area | Check | Expected | Result (User) | User Comment | Codex Follow-up |
| --- | --- | --- | --- | --- | --- | --- |
| EX-SMOKE-001 | Route | Open the target page | Page loads without blocking error |  |  |  |
| EX-SMOKE-002 | Console | Watch browser console during the main flow | No blocking JS error appears |  |  |  |

### A1. Import / export

Use this block when the feature relies on file handling.

| ID | Area | Check | Expected | Result (User) | User Comment | Codex Follow-up |
| --- | --- | --- | --- | --- | --- | --- |
| EX-IO-001 | Import | Load a representative input file | Data is parsed without crash |  |  |  |
| EX-IO-002 | Export | Export after one visible edit | Output file downloads and stays readable |  |  |  |

## B. UX and content

| ID | Area | Check | Expected | Result (User) | User Comment | Codex Follow-up |
| --- | --- | --- | --- | --- | --- | --- |
| EX-UX-001 | Copy | Read labels, buttons, and notices | Wording is understandable and coherent |  |  |  |
| EX-UX-002 | Mobile | Repeat the core action on phone viewport | No blocking overflow, controls stay tappable |  |  |  |

## K. Open issues from this session

| ID | Linked test ID | Severity | Summary | Repro steps | Screenshot / evidence | Status |
| --- | --- | --- | --- | --- | --- | --- |
| ISSUE-001 | | | | | | |
