Mark A-1 as complete: Add detailed QA Test-Strategie for Compose Desktop App, including test pyramid, tooling, conventions, and CI/CD integration; link roadmap and strategy documents.

This commit is contained in:
2026-04-02 18:43:09 +02:00
parent 4ae701d969
commit 2715b75535
2 changed files with 190 additions and 5 deletions
+6 -5
View File
@@ -7,11 +7,12 @@
## 🔴 Sprint A — Sofort (diese Woche)
- [ ] **A-1** | Test-Strategie für Desktop-App definieren
- [ ] Testpyramide für Compose Desktop festlegen (Unit / Integration / UI-Tests)
- [ ] Tooling entscheiden: `kotlin.test`, Compose UI Test, Mockk
- [ ] Test-Konventionen dokumentieren (Namensschema, Ordnerstruktur, Arrange-Act-Assert)
- [ ] Dokument in `docs/06_Frontend/` oder `docs/07_Infrastructure/` ablegen
- [x] **A-1** | Test-Strategie für Desktop-App definieren — siehe „QA Test-Strategie — Compose Desktop App“
- [x] Testpyramide für Compose Desktop festlegen (Unit / Integration / UI-Tests)
- [x] Tooling entscheiden: `kotlin.test`, Compose UI Test, Mockk
- [x] Test-Konventionen dokumentieren (Namensschema, Ordnerstruktur, Arrange-Act-Assert)
- [x] Dokument in `docs/06_Frontend/` oder `docs/07_Infrastructure/` ablegen
- 📄 Dokument: [`docs/06_Frontend/Teststrategie_Desktop.md`](../../06_Frontend/Teststrategie_Desktop.md)
---