macOS Runtime Validation Checklist
March 4, 2026 ยท View on GitHub
Documentation index: README.md
Use this runbook for final acceptance on real macOS hardware. This checklist is the source of truth for out-of-scope runtime validation.
Quick navigation
- Capture source disconnect/reconnect behavior
- Permission revocation flows
- Long-run stability
- Export correctness and cancellation
- Performance gate (Apple Silicon)
- Unsigned distribution and Gatekeeper flow
- Multi-window / tray / menu behavior
Supporting references
- Warning triage during runtime tests:
RECOVERY_WARNING_PLAYBOOK.md - Unsigned install + Gatekeeper instructions:
UNSIGNED_MAC_INSTALL.md - Runtime timeout tuning (for controlled stress/recovery testing):
RUNTIME_TIMEOUT_OVERRIDES.md
Session metadata (fill before running)
- Date:
- Tester:
- macOS version:
- Hardware:
- Apple Silicon
- Intel
- Build identifier / commit:
1) Capture source disconnect/reconnect behavior
1.1 Display recording fallback
Steps
- Start display recording.
- Disconnect selected monitor or simulate display removal.
- Continue for 20+ seconds, then stop.
Pass criteria
- No crash/hang during source loss.
- Fallback warning is shown.
- Stop/finalize succeeds.
- Output is playable and project reopens.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
1.2 Window recording fallback
Steps
- Start window recording.
- Close or hide the recorded window.
- Continue briefly, then stop.
Pass criteria
- Fallback handling warning appears.
- Recording remains stable.
- Finalization completes and output is valid.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
1.3 Pause-state fallback
Steps
- Start recording, pause.
- Disconnect display / close window target.
- Resume, record briefly, stop.
Pass criteria
- Resume path does not crash.
- Fallback source is applied if needed.
- Final output is playable and complete.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
2) Permission revocation flows
2.1 Screen Recording revoked mid-session
Steps
- Start recording.
- Revoke Screen Recording permission in System Settings.
- Attempt pause/resume/stop.
Pass criteria
- Actionable warning shown.
- UI recovers from transient state (no stuck starting/stopping/paused).
- No crash.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
2.2 Microphone and Camera revoked
Steps
- Enable mic/camera capture and start recording.
- Revoke permissions while active.
- Stop recording and inspect output/project.
Pass criteria
- App remains responsive.
- Errors are surfaced clearly.
- Stop/finalization remains recoverable.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
3) Long-run stability
3.1 Extended recording reliability
Steps
- Record for extended duration (target: multi-hour if feasible).
- Include multiple pause/resume cycles.
- Stop and finalize.
Pass criteria
- No terminal stuck states (
starting/stopping/paused) after completion. - No obvious performance collapse.
- Final project/media are valid.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
3.2 Process hygiene
Steps
- During export and stop finalization, inspect process list.
- After completion/failure, verify no orphan ffmpeg processes remain.
Pass criteria
- No persistent orphan ffmpeg processes after terminal state.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
4) Export correctness and cancellation
4.1 Export matrix
Run representative exports across:
- MP4 + GIF
- 720p / 1080p / 4K (as available)
- speed edits + zoom + camera overlay
Pass criteria
- Outputs generate successfully for representative matrix cases.
- Speed-edit audio remains synchronized.
- Missing-input cases fail early with clear error surface.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
4.2 Cancellation
Steps
- Start export.
- Cancel mid-run.
Pass criteria
- Cancel succeeds.
- UI returns to healthy state.
- No stuck active-export count.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
5) Performance gate (Apple Silicon)
5.1 Target benchmark
Scenario
- 5-minute 1080p project with representative edits.
Pass criteria
- Meets target export SLA defined by plan.
- No quality/correctness regression.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
6) Unsigned distribution and Gatekeeper flow
6.1 Fresh install from DMG
Steps
- Download DMG + checksum.
- Verify checksum.
- Install from DMG.
- Execute Gatekeeper bypass flow.
Pass criteria
- Install instructions are sufficient and accurate.
- App launches successfully after bypass.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
6.2 First-run permissions
Pass criteria
- Permission prompts occur correctly.
- App works after grants.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
7) Multi-window / tray / menu behavior
7.1 Tray + app menu actions
Validate:
- Open Recorder
- Open Projects
- Recent project open
- New Window
- Help links
Pass criteria
- Correct navigation/window behavior.
- No duplicate notification spam across windows.
Result: [ ] PASS [ ] FAIL
Evidence:
Notes:
Final sign-off
All sections above must be PASS for runtime acceptance.
- Final result: [ ] PASS [ ] FAIL
- Remaining blockers:
- Follow-up issues filed: