691 B
691 B
TeamsISO Manual Test Playbook
This doc grows with each phase. Phase A is unit-test only — nothing to verify against live Teams yet. Phase B will fill in NDI runtime checks; Phase C will add the live-meeting end-to-end checklist.
Pre-checks (run before each release branch)
dotnet build TeamsISO.slnsucceeds with zero warnings on Windows.dotnet build TeamsISO.Linux.slnfsucceeds with zero warnings on Linux/macOS.dotnet test TeamsISO.Linux.slnf --filter "Category!=ndi&requires!=ndi"reports all unit tests passing.- CI run on
mainis green. - Code coverage on
TeamsISO.Engineis ≥80%.
Live-meeting checklist (Phase C)
(To be added.)