Quality Gates
Batoi RAD release checks cover supported runtime compatibility, security boundaries, accessibility, performance budgets, installation, upgrades, and release integrity.
Accessibility
Critical login and RAD Admin navigation target WCAG 2.2 AA. Automated checks cover landmarks, headings, labels, accessible names, skip navigation, keyboard focus, and visible focus indicators. Manual keyboard and assistive-technology review remains required for changed workflows.
Performance
Machine-checked budgets cover release size, runtime memory, authenticated dashboard response time, database work, repeated query fingerprints, and asset counts. Budgets are release regression guards rather than predictions of production latency.
Release verification
Before promotion:
- run the framework test suite and static analysis;
- audit locked dependencies;
- run the framework doctor;
- verify the release archive and distribution integrity;
- exercise authentication, navigation, and critical application routes in the target-like environment.
Review the exact release documentation and compatibility contract in the Batoi RAD source repository.